/*
Theme Name:     Bimber Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

.games-list {
    list-style: none;
    padding: 0;
}

.games-list li {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.games-list li:hover {
    background-color: #d0d0d0;
}
