.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: white;
    color: #5492c0;
    font-weight:bold;
}
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: white;
    background: #5492c0;
    font-weight:bold;
}
.leftH{
    width:20%
}
.rightH{
    width:80%
}
.title{
    text-align: center;
    margin-bottom: 1px;
    color: #5492c0;
    font-weight: bold;
    font-size: 24px;
}
