p {
    color: black;
}

.boder-l-r {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.comp-and-date {
    text-align: right;
    font-size: 18px;
}

thead {
    background: #dddddd;
    font-size: 20px;
}

thead th {
    text-align: center;
}

td {
    background: #f6f6f6;
    text-align: center;
    font-size: 18px;
    width: 33.3%;
}

/*td Padding*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 20px 0;
}

@media screen and (max-width: 800px) {
    thead {
        font-size: 16px;
    }

    /*p {*/
        /*font-size: 14px !important;*/
        /*font-weight: lighter;*/
    /*}*/

    td {
        font-size: 13px;
    }

    th {
        padding: 0 !important;
        height: 60px !important;
        line-height: 60px !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 10px 0;
    }

    .comp-and-date {
        margin-top: 50px;
    }

    h1 {
        font-size: 25px !important;
        margin-bottom: 30px !important;
    }
}