﻿#sidebar-box .blue-wing-close {
    background: #fff;
    font-size: 18px;
    font-weight: 300 !important;
    width: 36px;
    height: 50px;
    line-height: 50px !important;
    border: 1px solid #ddd;
    border-right: 0px;
    cursor: pointer;
}

#sidebar-box .blue-wing-icon {
    width: 34px;
}

#sidebar-box .blue-wing-icon a {
    display: block;
}

#sidebar-box .blue-wing-btn {
    position: relative;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px !important;
}

#sidebar-box .blue-wing-label {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    line-height: 20px !important;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    letter-spacing: -1px;
}

@media (max-width:480px) {
    #sidebar-box .blue-wing-icon {
        width: 34px;
        margin-left: 2px;
    }
}
