/*
    Just the minimum styling to make the thing look nice
*/
.mfs-container {
    position: relative; 
    width: 100%;
    color: #9999A5; 
    font-family: 'GothamBook';
    font-size: 14px;
    font-weight: normal;
}
.mfs-container select {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.mfs-container.notouch select {
    display: none;
}
.mfs-options {
    position: absolute; 
    width: 100%; 
    padding: 0; 
    margin: 0; 
    list-style-type: none; 
    background: #ffffff; 
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 10;
    height: 150px;
    overflow-x: hidden;
  overflow-y: auto;
 max-width: 100px;
}
.mfs-options li a {
    display: block; 
    padding: 5px 5px; 
    text-decoration: none; 
    color: #3c3c3b;
}
.mfs-optgroup-option {
    padding-left: 10px;
}
.mfs-options li.mfs-optgroup {
    padding: 4px 5px;
    color: #999999;
}
.mfs-options li.selected {
    background-color: #666666; 
}
.mfs-options li.selected a {
    color: #ffffff;
}
.mfs-options li.active {
    background-color: #cccccc;
}
a.mfs-selected-option {
    display: block; 
    padding: 6px 5px; 
    text-decoration: none; 
    background: #ffffff; 
    border: 1px solid #8f8f8f; 
    border-radius: 0px; 
    color: #3c3c3b;
 padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'GothamBook';

}
a.mfs-selected-option span {
    display: block;
    position: absolute;
    top: 1px;
    right: 12px;
    width: 14px;
    padding: 6px 0;
    border-radius: 0px;
     background: url(http://image.S10.exacttarget.com/lib/fe3f157075640478751c72/m/1/56c4d2f8-5362-4766-b25e-8151f1e524f4.png) right no-repeat;
     z-index: 9999;
    
}

a.mfs-selected-option span:after {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid #999999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.mfs-dropdown-icon{position: relative;top: 7px; z-index: 999; left: 357px;}
.mfs-dropdown-icon-2{position: relative;top: 7px; z-index: 999; left: 150px;}
.fa{color: #001c55 !important;}
.notouch{margin-top: 0px;}

@media (max-width: 480px){
    
.mfs-dropdown-icon{position: relative;top: 7px; z-index: 999; left: 250px !important;} 
 .mfs-dropdown-icon-2{position: relative;top: 7px; z-index: 999; left: 250px !important;}  
}