.cc-to-top-panel {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
.cc-to-top-panel-2 {
    bottom: 38px;
}
.cc-to-top-panel > li {
    width: 45px;
    height: 45px;
    background: #888888;
    padding: 5px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    line-height: 38px;
}
.cc-to-top-panel > li:hover {
    background: #1B7FCC;
    /*#1F2232;*/
}
.cc-to-top-panel > li > span {
    position: relative;
    left: 8px;
    font-size: 28px;
    top: -1px;
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
    .cc-to-top-panel { right: 20px}
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-to-top-panel { right: 20px}
}
