a:hover {
    cursor: pointer;
}

.main .container-fluid {
    padding-top: 30px;
}

.btn.btn-info {
    color: #fff;
}

.btn.btn-info:hover {
    color: #fff;
}

.subheading {
    color: #a8aeb3;
    font-weight: bolder;
}

.tab-content .tab-pane {
    padding: 0;
}

.table {
    background-color: white;
}

.center-container-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}