/* CSS Document */

.appointment_wait_times {
    margin-bottom: 20px;
}

.appointment_wait_times form {
    background: none;
    margin-bottom: 0px;
}

.appointment_wait_times .inline_form form {
    padding-bottom: 20px;
    overflow: auto;
    width: 100%;
}
 
.visawaittimescategorypage .autocompleteWrapper label {
    display: block;
}
 
.appointment_wait_times .change_location_wrapper div.see_details a {
    color: #c69c6d;
    font-size: .9em;
    line-height: 0.9;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

.appointment_wait_times .change_location_wrapper .see_details {
    text-decoration: underline;
    padding-top: 9px;
}

.appointment_wait_times .change_location_wrapper div.see_details a:hover {
    text-decoration: underline;
}

.appointment_wait_times .selected_answer {
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.appointment_wait_times .selected_answer p {
	display: table-cell;
    width: 255px;
}


.appointment_wait_times .selected_answer .edit_btn{
    display: table-cell;
    margin-left: 10px;
}

.appointment_wait_times .selected_answer .wait_time_response {
    margin-top: 5px;
}

.appointment_wait_times .selected_answer .wait_time_response p{
    width: 304px;
}

@media screen  and (max-width: 1440px) and (min-width: 768px ) {

}

/*CHANGED MIN-WIDTH MEDIA QUERY FROM 400PX to 479PX*/

@media screen and (max-width: 767px)and (min-width: 480px) {

}

/*CHANGED MAX-WIDTH MEDIA QUERY FROM 400PX to 480PX*/

@media screen  and (max-width: 479px) and (min-width: 80px ) {

}