table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

th, td {
    border: 1px solid #555 !important;
    padding: 5px !important;
    vertical-align: top;
    word-break: break-word;

    @media (max-width: 768px) {
        padding: 2px !important;
    }
}

th {
    font-weight: bold;
    text-align: left;
    /*padding: 5px !important;*/
}

td.number {
    width: 40px;
    text-align: center;
}

a {
    color: #7cc7e8;
    text-decoration: underline;
}

.small {
    line-height: 1.8;
}
