.tabs {
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tabs .tab {
    box-sizing: border-box;
    overflow: auto;
    /*height: 300px;*/
    width: 100%;
}

.tabbed_labels {
    font-size: 16px;
    border-bottom: 3px solid #1D557E;
}

.tabbed_label {
    color: #1D557E;
    position: relative;
    top: 2px;
    left: 0;
    padding: 2px 5px 2px 5px;
    width: auto!important;
    border: 3px solid #1D557E;
    margin-right: 1px;
    border-radius: 7px 7px 0 0;
}

.tabbed_label[state="enabled"]:not(.selected):hover {
    background-color: #CCCCCC;
}

.tabbed_label[state="disabled"] {
    cursor: default!important;
    opacity: 0.5;
}

.tabbed_label.selected {
    background-color: #1D557E;
    color: white;
}

.tabbed_label.i {
    float:right;
    top:4px;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size:16px;
    font-weight: bold;
    padding: 0px 7px 0px 6px;
    border-radius: 50%;
    margin-left:2px;
}