@import 'root.css';

.fullResult {
    background-color: var(--light-color);
    width: 100%;
    display: flex;
    justify-content: center;
}

.tableContainer {
    width: 960px;
    margin: 10px 15px !important;
}

.tableContainer td {
    vertical-align: middle;
}

@media (max-width: 992px) {
    .tableContainer {
        width: 100%;
        margin: 20px;
    }
}