.drop .detailsearch .form-control {
    width: 300px;
}
.ms-parent {
    width: 100% !important;
}
.ms-parent li.group {
    font-size: 120%;
    margin-left: 0;
}
.ms-parent li.cruiseliner-link {
    margin-left: 1.5em;
}
.ms-parent li > label {
    margin-left: .5em;
}
.ms-parent li > label input {
    margin-right: .5em;
}
li.ms-select-all {
    margin-left: 0
}
.ms-drop {
	/* display: none; */
    width: 100%;
    left: 0;
    border-radius: 0 0 8px;
    border-top: 0;
    margin-top: 2px;
}
.cruise-search .ms-drop label {
    display: block !important;
}
.ms-choice {
    border-style: hidden;
    line-height: 2.3;
    background-color: transparent;
}

#cruiseSearchFilter select {
	display:none;
}