table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-spacing: 0;
    margin-top: -120px;
}

table thead {
    font-size: 15px;
    font-weight: 600;
    border-top: 2px solid #333;
    background-color: #f1f1f1;
}

table thead tr td {
    padding: 12px 0;
}

table th,
table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    word-break: break-all !important;
}

table td {
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

table tbody td {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

table tbody td.one {
    width: 20%;
}
table tbody td.two {
    width: 40%;
}
table tbody td.three {
    width: 20%;
}
table tbody td.four {
    width: 20%;
}

table tbody td:last-child {
    font-size: 17px;
    font-weight: 700;
}

table tbody tr:first-child {
    background-color: #f1f1f1;
}

table tbody tr:first-child td {
    font-weight: 700;
}


/*==================================================*/
@media (max-width: 768px) {
    table {
        margin-top: -50px;
    }
}


@media (max-width: 650px) {
    table thead,
    table tbody td,
    table tbody td:last-child {
        font-size: 13px;
    }
}


@media (max-width: 500px) {
    table thead,
    table tbody td,
    table tbody td:last-child {
        font-size: 11px;
    }

    table td {
        padding: 8px 0;
    }
}