html, body
{
    background-color: #f9f6ee;
    margin: 5px 0px 5px 2px;
    padding: 5px 0px 5px 2px;
    overflow: hidden;
}

section 
{
    height: calc(100vh - 20px);
}

.tab-content 
{
    overflow-y: scroll;
}

.width-70
{
    width: 70px;
}

.width-100
{
    width: 100px;
}