﻿#htmlCont table#aboutTB td.aboutTDL{
    width:395px;max-width:395px;
}
#htmlCont table#aboutTB td.clinicTDR{
    width:300px;max-width:300px;
}

@media screen and (max-device-width:420px){
    #htmlCont table#aboutTB td.aboutTDL,
    #htmlCont table#aboutTB td.clinicTDR{
        width:100% !important;
        max-width:100%;
    }
}