////** DailyMagic Colors /////
/// Blue #1c2f3f
/// 
*/

.game-img {
    max-width: 500px;
    margin: 10px;
}

a.button-games {
    position: relative;
    width: 100%;
    height: 40px;
    top: -35px;
    line-height: 25px;
    text-align: center;
    background: #1c2f3f;
    color: #fff;
    border: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.button-games:hover {
    background: #ccc;
}