
.tab-content > div:last-child {
  display: none;
}
.tab {
/*position: fixed !important;*/
}
.badges {
    display: inline-block;
    min-width: 10px;
    padding: 2px 4px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #cb0000;
    border-radius: 10px;
    margin-bottom: 22px;
}