﻿
./*DropDownList { font-size: 20px; color: darkblue; width:200px;         
            -webkit-appearance: none; -moz-appearance: none; appearance: none; 
            background-image: url('../images/DDL-Arrow.png'); background-repeat: no-repeat; 
            background-position: right .7em top 50%; background-size: .65em auto; }*/
   
 .dropdown { 
    list-style: none;
    display: inline-block;
    min-width: 300px;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
 }
 
 .dropdown-toggle {
    padding: 10px;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 14px;
    font-weight:bold;
    color: #0B2E6A; 
    width:300px;
    border-color: transparent;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background-image: url('../images/DDL-Arrow.png'); 
    background-repeat: no-repeat; 
    background-position: right .7em top 50%; 
    background-size: 1.2em auto;                         
 }

 .dropdown-menu {
   margin: 0;
   list-style: none;
   white-space: nowrap;
   border: 1px solid black;
   padding: 10px;
   background-color: #ffffff; 
   -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
 }

