html {
    color: #333334;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    background: #424343;
    line-height: 1.4;
}

#container {
    text-align: center;
}

#content {
    display: inline-block;
    position: relative;
    width: 800px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0 0 120px -5px #000000;
}

#headerCenter,
#footer {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0;
    background: #ca2132;
    /* Non-CSS3 browsers */
    background-image: -moz-linear-gradient(right, #ca2132, #660c1f);
    /* OLD Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(right, #ca2132, #660c1f);
    /* For pre-releases of IE 10 */
    background-image: -webkit-linear-gradient(right, #ca2132, #660c1f);
    /* Webkit browsers (Chrome and Safari) */
    background-image: -o-linear-gradient(right, #ca2132, #660c1f);
    /* OLD Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right, #ca2132, #660c1f);
}

#headerCenter {
    padding: 10px 5px;
}

#headerLogo h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
}

#headerLogo img {
    height: 90px;
}

#bodyContent {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}

h2 {
    color: #de1c31;
    text-transform: uppercase;
}

h3 {
    color: #424343;
    text-transform: uppercase;
}

ul {
    list-style-type: square;
}

#rules,
#buttons,
#freerounds,
#return,
#additional {
    margin-bottom: 30px;
}

table {
    width: 100%;
}

th {
    background: #8c1426;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

td {
    background: #424343;
    color: #ffffff;
    padding: 10px;
}

td:first-child {
    text-align: center;
}

#footer {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

#version, #serverversion, #RNGversion, #game_version {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
    margin-left: 10px;
}	

#date {
    display: inline-block;
    position: relative;
    text-align: right;
    margin-right: 10px;
    float: right;
}

.imageContainer {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}

.hidden {
    display: none !important;
}

@media (max-width: 700px) {
    .table {
        font-size: 0.75em;
    }
    .table img {
        max-width: 60%;
    }
    .table-body-cell {
        padding: 5px;
    }
    #content {
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: left;
        background: #FFFFFF;
        box-shadow: 0 0 120px -5px #000000;
    }
}

/** css table **/
.table {
    width: 100%;
    display: table;
    border: 1px solid white;
    box-sizing: border-box;
}

.table-header-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}

.table-body {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
    background: #424343;
    color: #ffffff;
    padding: 10px;
    border: 1px solid white;
    vertical-align: middle;
}

.table-body-cell:first-child {
    text-align: center;
}

.table-row:first-child {
    background: #8c1426;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.table-row:first-child .table-body-cell {
    background: #8c1426;
    font-weight: bold;
}

@media (min-width: 700px) and (max-width: 800px) {
#content {
	width: 100%;
}
}