.facebook_login {
    width: auto;
}
.facebook_login span{
    text-transform: none;
    font-weight: bold;
    padding-top: 20px;
}

.facebook_login img {
    margin-top: -5px;
}

.game_post {
    word-wrap: break-word;
    
}

.game_post img {
    max-width: 100%;
    height:auto;
    display:inline;
}

.game_post_contents {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.comments_label{
    padding-top: 20px;
    font-size: 1.5em; 
    font-weight: bold
}

.about_game_post {    
    word-wrap: break-word;
    font-size: 16px;
}


.game_post_ratings {
    margin-top: 5px;
    word-wrap: break-word;
    font-size: 16px;
}
.game_post_ratings a {
    text-transform: none;
    margin-right: 3px;
}


.game_post_ratings_active {
    background-image: none;
    opacity: 0.9;
}

.game_post iframe {
  width: 100%;
}

.comments-form textarea {
    width: 100%;
}
.comment-time-posted {
    font-size: 12px;
    color: gray;
}
.comment-author {
    font-size: 15px;
    font-weight: bold;    
}

.ad-container {
    margin-bottom: 10px;
}
