table {
    width: 90%;
    border-collapse: collapse;
    background-color: #303030;
}

th, td {
    padding: 12px 15px;
    border: 1px solid #5e5e5e;
    text-align: left;
    text-align: center;
}

th {
    background-color: #5e5e5e;
}

.table-replay-code:hover{
    cursor: grab;
}

.search-input {
    border-radius: 10px;
    font-size: 28px;
}

