.sidebar-nav {
  padding: 9px 0;
}

.search_game_name {
    height: 1.4em;
    overflow: hidden;
    margin-bottom: 0px;
}

.search_game_short_description {
    height: 4em;
    padding-top: 0.1em;
}

.logo_container {
    width: 100%;
    max-width: 551px;
    margin: 1em auto;
}

div.news_alert {
    width: 90%;
    max-width: 371px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    text-decoration: none;
    color: white;
    background-color: 7FC945;
    background-image: -moz-linear-gradient(top, #7FC945, #7DBF43);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7FC945), to(#7DBF43));
    background-image: -webkit-linear-gradient(top, #7FC945, #7DBF43);
    background-image: -o-linear-gradient(top, #7FC945, #7DBF43);
    background-image: linear-gradient(to bottom, #7FC945, #7DBF43);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FC945', endColorstr='#7DBF43', GradientType=0);
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    text-decoration: none;
    color: white;
    background-color: 7FC945;
    background-image: -moz-linear-gradient(top, #7FC945, #7DBF43);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7FC945), to(#7DBF43));
    background-image: -webkit-linear-gradient(top, #7FC945, #7DBF43);
    background-image: -o-linear-gradient(top, #7FC945, #7DBF43);
    background-image: linear-gradient(to bottom, #7FC945, #7DBF43);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FC945', endColorstr='#7DBF43', GradientType=0);
}

.num_of_ratings {
    color: #7A7A7A;
}

h1 {
    margin-bottom: 0.1em !important;
}

.h1_button {
    font-weight: 300;
    margin-top: 0.3em;
}

.game_label {
    font-weight: 700;
    font-size: 1.5em;
}

div.game_title_row {
    margin-bottom: 0em;
}

div.vertical_margin {
    margin: 1em 0em;
}

.game_content {
    width: 77%;
}

.game_row {
    margin: 2em 0em;
}

div.all_games_container {
    margin-top: 2em;
    margin-bottom: 3em;
    text-align: center;
}

div.add_game_properties_content {
    margin-bottom: 1em;
}

div.all_games_container a {
    width: 95%;
    font-size: 1.2em;
    padding: 1em .3em;
}


.game_short_description {
    color: #8b8b8b;
    font-size: 1.3em;
}

table.game_details {
    width: 70%;
}

th.game_details_header {
    width: 25%;
    text-align: left;
}

td.game_details_content {
    width: 25%;
    vertical-align: top;
}

.facebook_container {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.tweet_container {
    margin-top: 20px;
    float: left;
    width: 100px;
}

.google_plus_container {
    float: left;
    margin-top: 20px;
}

.star_rating_container{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.additional_buttons {
    float: left;
    margin-top: 18px;
}

.social_game {
    margin-top: 0em;
    margin-bottom: 1em;
}

div.game_label {
    margin-top: 1em;
    margin-bottom: .3em;
}

.ad_row {
    background-color: #f8f8dd;
    margin: 1em auto;
    padding: 1em;
    border-top: 1px solid #e6e6ca;
    border-bottom: 1px solid #e6e6ca;
    text-align: center;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    line-height: 4em;
}

.ad_row a {
    color: #5d5d4c;
}

.filter_line {
    padding-top: 5px !important;
}

.popover-content {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    color: #949494;
}

.popover-title {
    background: #EBEBEB;
    color: #515151;
}

.game_content {
    width: 70%;
}

.game_sidebar {
    width: 24%;
    padding-left: 20px;
}

.star_container {
    text-align: center;
    width: 210px;
    margin: 0px auto;
}

.search_star {
    width: 14px;
    height: 13px;
}

.search_stars_container {
    margin: 3px 0px 4px 0px;
}

.comment_container {
    color: #989898;
    margin: 2em 0px 0px 0px;
    font-style:italic;
}

.comment_signature {
    color: #b5b5b5;
}

textarea.comment {
    width: 90%;
}

.game_details_rating_number {
    color: #b5b5b5;
    margin: 1em 0em 0em 0em;
    text-align: center;
}

.add_game_properties_name {
    margin-top: 0.3em;
    text-decoration: underline;
}

.add_game_properties_content {
}

td.add_game_properties {
    padding-right: 3em;
    vertical-align: top;
}

.leave_comment_container {
    color: #000 !important;
    font-style: normal !important;
}

.recaptcha_options {
    display: inline-block;
}

.recaptcha_input {
    margin-top: 8px !important;
    margin-right: 4px !important;
}

.hide_until_comment {
    display: none;
}

.show {
    display: block !important;
}

footer a {
    color: #afafaf !important;
}

.about_content {
    width: 65%;
}

.about_image {
    width: 30%;
    text-align: center;
}

.no_match {
    color: #333;
}