*, html 
{
    margin:0;
    padding:0;  
}

body
{
    background-color: #d0d0d0ff;
    font-family: Georgia;
}

.game_full_article
{
    background-color: #c0c0c0ff;
    width: 100%;
    margin: auto;
}

.game_write_up
{
    width: 85%;
    margin: auto;
}

.game_equation
{
    text-align: center;
}

.game_disclaimer
{
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}

.game_image
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.game_video_wrapper
{
    position: relative;
    padding-bottom: 54%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.game_video
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
}

.game_slideshow
{
    text-align: center;
    max-width:980px;
    margin:auto;
    position:relative;
}

.game_slideshow_image
{
    display:none;
    width:100%
}

.game_slideshow_button
{
    position:absolute;
    top:50%;
    color:#ffffffff;
    border:none;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    background-color:inherit;
    cursor:pointer;
    white-space:normal;
    width:40px;
    height:50px;
}

.game_slideshow_button:hover
{
    color:#000000ff;
}

.game_button_left
{
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    background-image:linear-gradient(to right,#000000ff,#00000000);
    left:0%;
    padding-left:8px;
    text-align:left;
}

.game_button_left:hover
{
    background-image:linear-gradient(to right,#ffffffff,#00000000);
}

.game_button_right
{
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    background-image:linear-gradient(to right,#00000000,#000000ff);
    right:0%;
    padding-right:8px;
    text-align:right;
}

.game_button_right:hover
{
    background-image:linear-gradient(to right,#00000000,#ffffffff);
}

.game_title
{
    padding-top:70px;
    font-size: 40px;
    text-align: center;
}

.game_header
{
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

@media screen and (min-width: 600px)
{
    .game_full_article
    {
        background-color: #c0c0c0ff;
        width: 80%;
        margin: auto;
    }
}
