﻿body {
}

.htmlTable {
    margin: 0;
    padding: 0px !important;
    width: 100% !important;
    overflow-y: auto;
    border: 0px !important;
}



    .htmlTable > tbody > tr > td {
        text-align: justify;
        border: 0px !important;
    }

    .htmlTable > thead > tr > th {
        color: #000;
        width: 100%;
        border: 0px !important;
        background-color: #fff;
        padding: 4px 0px 4px 0px !important;
    }

.htmlCrsTable {
    margin: 0;
    padding: 0px !important;
    width: 100% !important;
    overflow-y: auto;
    border: 0px !important;
}

    .htmlCrsTable > tbody > tr > td {
        text-align: justify;
        border: 0px !important;
    }

    .htmlCrsTable > thead > tr > th {
        color: #fff;
        width: 100%;
        border: 0px !important;
        background-color: grey;
        padding: 4px 0px 4px 0px !important;
    }



.htmlTablePrint {
    margin: 0;
    padding: 0px !important;
    width: 100% !important;
    overflow-y: auto;
    border: 0px !important;
}

    .htmlTablePrint > tbody > tr > td {
        text-align: justify;
        border: 0px !important;
    }

    .htmlTablePrint > thead > tr > th {
        color: #fff;
        width: 100%;
        border: 0px !important;
        background-color: #fff;
        padding: 4px 0px 4px 0px !important;
    }



.htmlTablePage {
    margin: 0;
    padding: 0px !important;
    width: 100% !important;
    overflow-y: auto;
    border: 0px !important;
}

    .htmlTablePage > tbody > tr > td {
        text-align: left;
        border: 0px !important;
    }

    .htmlTablePage > thead > tr > th {
        color: #fff;
        width: 100%;
        border: 0px !important;
        background-color: grey;
        padding: 4px 0px 4px 0px !important;
    }




.clearRow1 {
    /*border-top: 1px solid black !important;*/
    padding: 1px 1px 0px 1px !important;
    color: #333 !important;
}
 

.phone {
    column-count: 4;
    column-gap: 8px;
    column-width: auto;
    list-style: none;
    margin-top: 5px;
}

.phoneItem {
    margin-left: -40px;
    white-space: nowrap;
    padding-top: 5px;
}


@media screen and (max-width: 600px) {
    .phone {
        column-count: 1;
        column-gap: 6px;
        list-style: none;
        margin-top: 5px;
    }

    .phoneItem {
        margin-left: -30px;
        white-space: normal;
        padding-top: 5px;
    }

 
 

    .clearRow1 {
        border-top: 1px solid black !important;
        color: #333;
        height: 1px !important;
    }


    .htmlTable {
        border: 0 !important;
        background-color: #fff !important;
    }

        .htmlTable thead {
            display: none;
        }

        .htmlTable tr {
            display: block;
            clear: both;
            margin-bottom: 10px !important;
            background-color: #fff !important;
        }

        .htmlTable td {
            display: block;
            font-size: 14px;
            text-align: right !important;
            padding-top: 5px;
        }

            .htmlTable td:last-child {
                border-bottom: 0 !important;
            }

            .htmlTable td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                border-bottom: 0 !important;
                padding-top: 5px;
            }



    .htmlCrsTable {
        border: 0 !important;
        background-color: #fff !important;
    }

        .htmlCrsTable thead {
            display: none;
        }

        .htmlCrsTable tr {
            display: block;
            clear: both;
            margin-bottom: 10px !important;
            background-color: #fff !important;
        }

        .htmlCrsTable td {
            display: block;
            font-size: 12px;
            text-align: right !important;
            padding-top: 8px;
        }

            .htmlCrsTable td:last-child {
                border-bottom: 0 !important;
            }

            .htmlCrsTable td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                border-bottom: 0 !important;
                padding-top: 8px;
            }

    /*Page2*/
    .htmlTablePage {
        border: 0 !important;
        background-color: #fff !important;
    }


    .htmlTablePag2 thead {
        display: none;
    }

    .htmlTablePage > tbody > tr > td {
        display: block;
        clear: both;
        background-color: #fff !important;
    }

    /*.htmlTablePage tr {
        display: block;
        clear: both;
         background-color: #fff !important;
    }

    .htmlTablePage td {
        display: block;
        font-size: 14px;
        text-align: justify !important;
     }*/

        .htmlTablePage td:last-child {
            border-bottom: 0 !important;
        }

        .htmlTablePage td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            border-bottom: 0 !important;
            /*padding-top: 8px;*/
        }
    /*Page2*/






    .htmlTablePrint {
        border: 0 !important;
        background-color: #fff !important;
    }

        .htmlTablePrint thead {
            display: none;
        }

        .htmlTablePrint tr {
            display: block;
            clear: both;
            background-color: #fff !important;
        }

        .htmlTablePrint td {
            display: block;
            font-size: 14px;
            text-align: right !important;
            padding-top: 5px;
        }

            .htmlTablePrint td:last-child {
                border-bottom: 0 !important;
            }

            .htmlTablePrint td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                border-bottom: 0 !important;
                /*padding-top: 4px;*/
            }
}
