
.leaderboard {
    height: 130px;
    width: 550px;
}
.leaderboard > .frame {
    float: left;
    height: 100%;
    margin: 0 -5px;
    position: relative !important;
    width: 120px;
}

.leaderboard > .frame > .name {
    color: black;
    font-size: 20px;
    width: 100%;
    height: 50px;
    margin-top: -27px;
    position:relative;
}


.leaderboard > .frame > .name > span{
    color: black;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 79%;
}
.leaderboard > .frame > .picture {
    background-image: url("../images/test.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    height: 70px;
    top: 25px;
    width: 70px;
}
.leaderboard > .frame > .hi-score {
    bottom: 10px;
    font-size: 22px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.leaderboard > .frame > .badge{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 34px;
    left: 17px;
    position: absolute;
    top: 67px;
    width: 24px;
}
.leaderboard > .frame > .badge.a{
    background-image: url('../images/b_1.png');
}
.leaderboard > .frame > .badge.b{
    background-image: url('../images/b_2.png');
}
.leaderboard > .frame > .badge.c{
    background-image: url('../images/b_3.png');
}
.leaderboard > .frame > .badge.d{
    background-image: url('../images/b_4.png');
}
.leaderboard > .frame > .badge.e{
    background-image: url('../images/b_5.png');
}
.centerPane {
    background-color: #ffffff;
    border-color: #999999;
    border-radius: 4px;
    box-shadow: 2px 2px 0 0 #eeeeee;
    height: 368px;
    position: absolute;
    top: 60px;
    width: 519px;
}
.centerPane .topPart {
    height: 47px;
    margin: 20px 10px 10px 20px;
    position: relative;
}
.centerPane .topPart .title {
    color: #cc007a;
    float: left;
    font-size: 28px;
}
.centerPane .topPart .language {
    bottom: 0;
    position: absolute;
    right: 0;
}
.centerPane .topPart .language .active {
    color: #462569 !important;
}
.centerPane .topPart .language .thaiButton {
    color: #e86e85;
    float: right;
    text-align: right;
    width: 100px;
}
.centerPane .topPart .language .englishButton {
    color: #cc007a;
    float: right;
    text-align: right;
    width: 70px;
}
.centerPane .middlePart {
    margin: 10px;
    padding: 10px;
}
.centerPane .middlePart .row {
    height: 50px;
    width: 100%;
}
.centerPane .bottomPart {
    color: #462569;
    font-size: 22px;
    height: 26px;
    margin: 10px 20px;
}
.topPart .title p {
    color: #462569;
    font-family: avenir;
    font-size: 96%;
    margin: 0 0 5px;
}
.TDFriendSelector_dialog {
    position: relative;
}
.TDFriendSelector_dialog .TDFriendSelector_form {
    position: relative;
}
.TDFriendSelector_dialog .TDFriendSelector_form div {
    position: relative;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label span {
    background: url("../images/s_35-2.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    width: 22px;
}
input[type="checkbox"]:checked + label span {
    background: url("../images/s_33-2.png") no-repeat scroll 0 top transparent;
}
div.hr {
    background: none no-repeat scroll center center #aaaaaa;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.3;
    width: 100%;
}
.asterisk {
    color: #ffffff;
    font-family: pslBold;
    font-size: 150%;
    margin-left: 5px;
}
.clickAble {
    cursor: pointer;
}
.disabled {
    opacity: 0.3;
}
.filpImage {
    transform: scaleX(-1);
}
.horizontalCenter {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
}
@font-face {
    font-family: "avenir";
    src: url("avenir-heavy.ttf") format("truetype");
}
@font-face {
    font-family: "psl";
    src: url("PSLDISPLAY.TTF") format("truetype");
}
@font-face {
    font-family: "pslBold";
    src: url("PSLDISPLAY_BOLD.TTF") format("truetype");
}
@font-face {
    font-family: "arialBold";
    src: url("arialbd.ttf") format("truetype");
}
@font-face {
    font-family: "oceanBold";
    src: url("oceansb_.ttf") format("truetype");
}
