.inWarrantyCheckBox input {
    left: 88px !important;
    margin-top: 3px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #bababa;
    vertical-align: text-top;
    background-color: #fff;
}

.serviceRequestTable table thead th h1 {
    font-size: 15px;
}

.serviceRequestTable table tbody tr td {
    font-size: 14px;
    color: #595959 !important;
}



@media only screen and (max-width: 950px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .serviceRequestTable table, .serviceRequestTable thead, .serviceRequestTable tbody, .serviceRequestTable th, .serviceRequestTable td, .serviceRequestTable tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .serviceRequestTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .serviceRequestTable tr {
        border: 1px solid #ccc;
    }

    .serviceRequestTable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .serviceRequestTable td:before {
            position: absolute;
            top: 19px;
            left: 20px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        .serviceRequestTable td::before {
            font-family: inherit;
        }

        .serviceRequestTable td:nth-of-type(1):before {
            content: "Region";
        }

        .serviceRequestTable td:nth-of-type(2):before {
            content: "Suburb/Town";
        }

        .serviceRequestTable td:nth-of-type(3):before {
            content: "Company Name ";
        }

        .serviceRequestTable td:nth-of-type(4):before {
            content: "Business Phone";
        }
}
