#games_search {
    height: 50px;
    border: 2px solid #5BA038;
    float: left;
    border-radius: 5px !important;
    width: 70%;
    max-width: 700px;
}

#games_search_btn, #games_go_btn {
    display: block;
    background: #5BA038;
    color: #fff;
    border-radius: 0px;
    text-shadow: none;
    clear: both;
    height: 40px;
    width: 100px;
    border-top: 2px solid #5BA038;
    border-left: 3px solid #5BA038;
    border-radius: 5px;
}

#go_to_page {
    border: 1px solid #444444;
    width: 50px;
    height: 30px;
    border-radius: 5px;
}

#games_search_dropdown {
    padding-left: 15px;
    height: 40px;
    background-color: #ffffff;
    color: #5BA038;
    font-size: 20px;
    border: 1px solid #5BA038;
    border-radius: 5px;
}

.form-item-keyword label {
    display: none;
}

.form-item-gerne, .form-item-platform {
    font-weight: 100;
    color: #444444;
    font-size: 16px;
    width: 33%;
}

.game_results {
    display: inline-block;
    margin-top: 25px;
    border: 2px solid #18453b;
    width: 100%;
    border-radius: 5px;
}

.game_results h2 {
    background: #18453b;
    color: #fff;
    padding: 10px;
    margin-bottom: 0px !important;
}

.game_results_row {
    line-height: 40px;
    font-size: 16px;
    color: #444444;
    min-height: 50px;
    overflow: auto;
    border-bottom: solid 1px #e3e3e3;
}

.game_results_title {
    width: 50%;
}

.game_results_gerne {
    text-align: center;
    width: 20%;
}

.game_results_platform {
    text-align: center;
    width: 20%;
}

.game_results_title, .game_results_gerne, .game_results_platform {
    float: left;
    margin-left: 1.5%;
}

.game_results_title span, .game_results_gerne span, .game_results_platform span {
    display: none;
}

.game_results_header {
    background: #d0d9d7;
}

.item-list .pager {
    height: 40px;
    margin-top: 20px !important;
    background: #fff;
    border: 1px solid #d0d9d7;
}

.pager li {
    border-right: 1px solid #fff !important;
}

.pager li a, .pager li.pager-ellipsis {
    color: #18453b !important;
    background: #fff !important;
    margin-top: 5px !important;
    height: 24px;
}

.pager li.pager-current {
    background: #fff !important;
    color: #18453b !important;
    margin-top: 5px !important;
    font-size: 16px;
}

.pager li.pager-previous a {
    width: auto !important;
    padding: 4px !important;
    font: inherit;
    border-left: none;
    border-right: none;
}

.pager li.pager-next {
    border-left: none !important;
}

.browse-btn-group a {
    margin: 5px;
}

.browse_selected {
    border: 2px solid #d0d9d7;
    padding: 5px;
}

.game_no_results_ {
    text-align: center;
}

.browse_search_link {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.pager_text {
    margin-top: 10px;
    color: #444444;
    font-size: 14px;
}

.pager_margin {
    margin-top: 70px;
}

.form-item-genre {
    clear: both;
}

.form-item-go-value {
    margin-top: 70px;
    display: block;
}

.browse_search_link {
    margin-top: 20px;
    border: 1px solid #18453b;
    width: auto;
    padding: 5px;
    border-radius: 5px;
    background: #18453b;
    color: #fff !important;
}

.browse_search_link:hover {
    text-decoration: none !important;
}

@media (max-width: 960px) {
    .game_results_title, .game_results_gerne, .game_results_platform {
        float: none;
        text-align: left;
    }

    .game_results_title span, .game_results_gerne span, .game_results_platform span {
        font-weight: 100;
        font-size: 12px;
        margin-right: 10px;
        font-style: italic;
        display: inline-block;
    }

    .game_results_title {
        width: auto;
    }

    .game_results_gerne {
        width: auto;
    }

    .game_results_platform {
        width: auto;
    }

    .game_results_header {
        display: none;
    }
}

@media (max-width: 570px) {
    .form-item-platform {
        float: none;
    }

}
