﻿
/* Outlet
-----------------------------------------------------------*/
.outlet-select {
    width: 100%; 
    height: 57px; 
    margin-top: 290px; 
    float: left;
}

.outlet-select select::-ms-expand {
    display: none;
}

.outlet-select select {
    padding: 9px 15px; 
    letter-spacing: 1px; 
    -webkit-appearance: none;
    -moz-appearance: none; 
    text-indent: 1px; 
    cursor: pointer; 
    background-color: #ffffff;
    margin-right: 5px; 
    float: left;
}

.outlet-select select.select-left {
    margin-left: 330px; 
}

.outlet-select select.select-right {
    margin-left: 10px; 
}