﻿
#main {
    margin:0 auto 0 auto;    
    
}
.divGameBox {
margin:8px auto;
max-width:300px;
}

 .divGame {
            position: relative;
            margin:0 0px 0px 0px;
            padding:20px 20px 5px 20px;
            background-color:#bb6897;
            /*float:left;*/
            cursor:pointer;
            color:white;
            min-width :200px;
            min-height :215px;
            max-width  :240px;
            max-height :220px;
            text-align:center;
        }

            .divGame:hover {
                background-color:#afafaf;
            }
            .divGame p {
                margin-top:5px;
                margin-bottom:5px;
                /*font-family:W8FontBold;*/
                font-size:22px;
            }
            .divGame img {
                max-width:60px;
                max-height:60px;
                margin-left:auto;
                margin-right:auto;
            }
            .divGame label {
                font-size:14px;
            }
            .divGame div {
                position: absolute;
                bottom: 10px;
                width: 85%;
                
                text-align:center;
                 box-sizing: border-box;
            }
            .divGame span {
                font-size: 12px;
            }
                .divGame span:first-child {

                    float:right;
                }
                .divGame span:last-child {
                    float: left;
                }
        .b5c2ec {
            background-color:#b5c2ec;
        }
            .b5c2ec:hover {
                background-color:#93a2d1;
            }