.visawaittimes_rwd {
    width: 72%;
    margin: 20px 0;
}

.visawaittimes_rwd tbody tr:nth-child(odd) {
    /*background: #e2f2ff;*/
}

.visawaittimes_rwd td {
    width: 35%;
    background-color: #EFEFEF;
}

#visa_plan_ahead_rwd {
    background-color: #DDDDDD;
    padding: 1em;
}

#visa_plan_ahead_rwd .change_location_wrapper {
    padding-bottom: 5px;
    display: table;
    width: 72%;
}

@media screen and (max-width: 767px) and (min-width: 80px) {
    
    #visa_plan_ahead_rwd {
    width: 96%;
    padding: 0em .5em 3em .5em;
}

    .visa_wait_times_link {
        margin-right: 0px;
    }
    .visawaittimes_rwd {
        width: 101%;
    }
    #visa_plan_ahead_rwd .change_location_wrapper {
        width: 100%;
    }
    
    .visa_wait_times_link {
        float: right;
        margin-top: -5px;
    }

    .visa_wait_times_link {
        float: right;
        margin-top: -5px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .visa_wait_times_link {
        margin-right: 170px;
    }    
}

@media screen  and (max-width: 1440px) and (min-width: 768px )  {

    .visa_wait_times_link {
        /*float: right;*/
        margin-top: -5px;
        /*margin-right: 230px;*/
    }
}

@media screen  and (min-width: 1441px){
    .visa_wait_times_link {
        margin-right: 213px;
    }    
}