.white-container {
    padding: 15px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.tabs-left > .nav-tabs {
    width: 150px;
}

.tab-content {
    width: 100%;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.1)
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: white;
    color:black;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
