.minigameselect .base{

}

.minigameselect .grpItems{
    width: 350px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}
.minigameselect .grpTitle{
    font-family: Arial;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(63, 127, 200, 1);

    position: relative;
    margin:5px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    width: auto;
    text-align: center;
}
.minigameselect .grpTitle.disabled{
    color: #C0C0C0;
    background-color: rgba(63, 127, 200, 0.4);
}
