ul.cabinet-nav {
    list-style-type: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

ul.cabinet-nav a.active {
    color: #fe671b;
    color: #f08a00;
}

.history-item {
    margin-bottom: 20px;
    border: 1px solid #d9caab;
}

.history-left, .history-right {
    padding: 10px;
}

.history-left {
    margin-right: 140px;
}

.history-right {
    float: right;
    width: 140px;
}

.history-header {
    background-color: #ffeedc;
}

@media only screen and (max-width: 650px) {
    
    .history-right {
        width: 100px;
    }
    
    .history-left {
        margin-right: 100px;
    }
    
}