/*grw continent*/
a.platforms {
    background: #000 url(beta_platforms.png) no-repeat center top;
    text-indent: -9999em;
}

a.platforms.xb1 {
    background-position: center 15px;
}
a.platforms.ps4 {
    background-position: center -65px;
}
a.platforms.pc {
    background-position: center -145px;
}

.checkBoxContainer a {
    display: block;
    margin: 0 auto;
    padding: 3px 10px;
    width: 170px;
    height: 90px;
    font-size: 30px;
    line-height: 90px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.checkBoxContainer input[type="radio"] {
    display: none;
}

div.dropDownContainer, .addtocalendar{
    display: none;
}