html {
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}

html, body {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.clear {
    clear: both;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

h1 {
    text-align: center;
}

span.tags {
    color: #1c66ba;
}

div.content {
    position: relative;
    width: 900px;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    line-height: 150%;
    text-align: justify;
}

span.gary {
    color: #999999;
    font-size: 90%;
}

.game-title {
    padding: 0px;
    margin: 0px;
}

div.review {
    width: 280px;
    padding: 10px;
    float: left;
}

p.actualReview {
    padding: 8px;
    background-color: #F2F2F2;
    border: 1px solid #444444;
    border-radius: 8px;
}




/*  */
