#drop-menu {
   background-color:#0E51A2;
   box-shadow: 0px 1px 2px #888888;
   padding:10px;
   position:fixed;
   display:none;
   z-index:99;
   top:0;
   left:0;
}

#form-drop {
   margin-bottom:0px;
}

.multiselect-container>li>a {
   color:rgb(0, 0, 0) !important;
}

.multiselect-container {
   width: 100%;
}

.multiselect-container>li>a:hover {
   color:rgb(255, 255, 255) !important;
}

.multiselect-container>li.active>a {
   color:rgb(255, 255, 255) !important;
}

.dcc-drop {
   width:auto;
   height:34px;
}

.cruise_table th {
   color:white;
   font-size:15px;
   text-decoration: underline;
}

._content {
    padding: 0px 0px 20px 0px;
}

.fare-finder .toggle-all-parent {
    margin-bottom:0;
}

.cruise-table th {
    color:white;
}