body {
    font-family: "Tahoma", Arial, Verdana;
    color: black;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    scrollbar-face-color: white;
    scrollbar-track-color: white;
    scrollbar-arrow-color: #374142;
    scrollbar-base-color: white;
    scrollbar-shadow-color: #7D94A2;
    scrollbar-darkshadow-color: white;
    scrollbar-highlight-color: #7D94A2;
    scrollbar-3dlight-color: white;
}

input, button, textarea {
    border: 1px solid black;
    background: white;
    color: black;
}

hr {
    height: 1px;
    color: #737A7F;
}

td {
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
}

td, th {
    padding: 4px 4px; /* smaller padding: vertical 4px, horizontal 4px */
}

p {
    font-family: "Tahoma", Arial, Verdana;
    color: black;
    font-size: 12px;
}

A:link, A:visited, A:active, A:hover {
    font-family: "Tahoma", Arial, Verdana;
    color: #4a4a4a;
    text-decoration: none;
}

A:hover {
    color: #FF862D;
}


/* Wrapper for both table and DataTables controls */
#tableWrapper {
    width: 90%;
    margin: 0 auto;
}

/* Make sure DataTables controls don’t stretch beyond the wrapper */
div.dataTables_wrapper {
    width: 100% !important;
    margin: 0 auto;
}

#gamesTable {
    width: 100% !important;  /* Full width inside the wrapper */
    table-layout: fixed !important;
}