#modal-transfers .close {
    font-size: 0;
    line-height: 1;
    opacity: 1;
    color: #555554;
    text-shadow: none;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

#modal-transfers .close::before {
    content: "\00d7";
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: baseline;
}

#slidebar button,
#slidebar a {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 5px solid #353535;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 165%;
    line-height: 1;
    margin: 0;
    padding: 25px 0 21px 0;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

#slidebar button:hover,
#slidebar a:hover {
    background-color: #2e2e2e;
    border-bottom-color: #efa72e;
    color: white;
    text-decoration: none;
}

#slidebar a i {
    border: 0;
    font-size: inherit;
    padding: 0;
    width: auto;
}

#slidebar a:hover i {
    background: transparent;
}

@media (max-width: 1000px) {
    #slidebar button,
    #slidebar a {
        padding: 15px 0 11px 0;
        width: 52px;
    }
}
