﻿

.a {
    font-size: 17px;
    font: 'Time New Roman';
    text-decoration: none;
}

.tbl {
    width: auto;
    font-size: 14px;
    border: 1px solid #f7d44b !important;
}

.colspn {
    font-size: 18px;
    color: #0561f2;
    text-align: center;
    border: 1px solid #f7d44b;
}

.tr {
    font-size: 14px;
    color: #0561f2;
    text-align: left;
    border: 1px solid #f7d44b;
}

tr:hover {
    background-color: rgba(137, 171, 32, 0.81);
}

th, td {
    padding: 15px;
    text-align: left;
}
