.nav-tabs { width: 100% }
.nav-tabs > li > a, .nav-tabs > li > a:hover { border: 1px solid #DDD; font-size: 16px; }
.nav-tabs > li.active > a { outline: 0 }
.nav-tabs > li.active { box-shadow: 0 10px 10px -2px #888; }

@media (max-width: 768px){
	.qsf, .date-input { font-size: 16px !important;}
	.autocomplete-suggestion {font-size: 20px}
}

#passSelector { position: absolute; overflow-x: hidden; width: 430px; display: none; z-index: 21; background: white; text-shadow: none; border: 1px solid #CCC; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; padding:10px; margin-top: 3px;}
#passSelector .title { font-size: 16px; color: #666; line-height: 40px; }
#passSelector .note { font-size: 14px; color: #666; line-height: 40px; }
#passSelector .alert-danger { font-size: 14px }
#passSelector .fl-spinner .form-control { margin: 0px; }

#guestSelector { position: absolute; overflow-x: hidden; width: 500px; display: none; z-index: 1; background: white; text-shadow: none; border: 1px solid #CCC; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; padding:10px; margin-top: 3px;}
#guestSelector .title { font-size: 14px; color: #666; line-height: 25px; }
#guestSelector .room-title { font-size: 16px; font-weight: 600; color: #6A90B1; line-height: 30px; }
#guestSelector select.age-selector { font-size: 13px; }
#guestSelector .ages-title { font-size: 14px; font-weight: 200; color: #6A90B1; line-height: 25px; }
#guestSelector .alert-danger { font-size: 12px }
#guestSelector .hot-spinner .form-control { margin: 0px; }

#instravSelector { position: absolute; overflow-x: hidden; width: 500px; display: none; z-index: 1; background: white; text-shadow: none; border: 1px solid #CCC; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; padding:10px; margin-top: 3px;}
#instravSelector .title { font-size: 14px; color: #666; line-height: 25px; }
#instravSelector select.age-selector { font-size: 13px; }
#instravSelector .ages-title { font-size: 14px; font-weight: 200; color: #6A90B1; line-height: 25px; }
#instravSelector .alert-danger { font-size: 12px }
#instravSelector .ins-spinner .form-control { margin: 0px; }