/**
 * Maxx tabs.
 */
.maxx-left-tabs {
    position: fixed;
    left: 0;
    z-index: 999;
    background: #1d2933;
    height: 40%;
    top: 30%;
    padding-top: 50px;
    width: 70px;
}

.maxx-left-tabs i{
    width: 2em;
    color: inherit;
    text-align: center;
}

.maxx-left-tabs ul li{
    float: none;
}

.maxx-left-tabs ul li a{
    padding: 20px 0;
    text-align: center;
    color: #638399;
    letter-spacing: .025em;
    font-weight: 600;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}