*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{
    font-family:  Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: rgb(221 98 98);
}
h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}


/* Table Styles */

.table-wrapper{
    /* margin: px 70px 70px; */
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

/* Added by Dev */
.solution-graphic-table-wrapper{
    margin: 10px 30px 30px;
}
.solution-graphic-table-wrapper td, .solution-graphic-table-wrapper th {
    text-align: center;
    padding: 0px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gameImage {
    width: 100px;
    height: auto;
    vertical-align: middle;
}

.rankSummary {
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    background-color: white;
    width: 600px;
}