

.rank-main {
      background-color: #e0f1f9;
    box-shadow: 4px 7px 0 0 rgba(255, 255, 255, 0.2);
    float: right;
    height: auto;
    margin: 30px auto 10px;
    padding: 73px 0 0;
    position: relative;
    width: 841px;
}


.rank-main > a {
    text-decoration: none;
}

.back_btn {
      background-color: #f7f6f4;
    border: 1px solid #dadbdc;
    border-radius: 3px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #eb5a48;
    cursor: pointer;
    font-family: SpacerRegular,Arial;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    left: 62px;
    line-height: 25px;
    outline: medium none;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 22px;
}


.home_btn {
    background-color: #f7f6f4;
    border: 1px solid #dadbdc;
    border-radius: 3px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #eb5a48;
    cursor: pointer;
    font-family: SpacerRegular,Arial;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
     left: 242px;
    line-height: 25px;
    outline: medium none;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 22px;
}

.rank-board {
    background-image: url("../images/rank_page_b.png");
    background-position: -117px -221px;
    background-repeat: no-repeat;
    height: 575px;
    margin-right: 32px;
    padding: 141px 73px;
    text-align: center;
    width: 631px;
}
.rank-title {
        color: #364569;
    font-size: 15pt;
    font-weight: bold;
    margin-top: 13px;
}


.icons.hearts {
    background-position: -232px -42px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 56px;
}


.rank-list {
    
      margin-right: 85px;
    margin-top: 19px;
    max-height: 665px;
    overflow: auto;
    width: 445px;
}


.rank-list-title > span {
     color: #eb5a48;
    display: inline-block;
    font-weight: bold;
}

.rank-list-title > span:first-child {
    margin-left: 139px;
    margin-right: 5px;
}


.rank-list-body {
         display: block;
    height: 622px;
    overflow-x: hidden;
    overflow-y: auto;
}


.rank-list-body tbody {
    display: table;
    width: 326px;
}

.word-name-area {
   
    max-width: 191px;
    overflow: hidden;
    white-space: nowrap;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS here */
   
.word-name-area {
 
      max-width:299px;
          overflow: hidden;
    white-space: nowrap;
}
}

.ie .word-name-area {
 max-width:299px;
}

.word-name {
    font-size: 12pt;
    font-weight: bold;
    margin-right: 90px;
    position: relative; 
    vertical-align: middle;
    width: auto;
}


.word-name-i {
    color: #eb5a48;
}

.dots {
    color: #f6b550;
    font-weight: bold;
    vertical-align: bottom;
}


.word-rank {
    font-size: 12pt;
    margin-right: 3px;
    vertical-align: middle;
}