.tab-container {
    position: relative;
    margin-bottom: 12px;
/*    margin-top: 29px; */
}

.tab-buttons {
/*    position: absolute;
    top: -27px;
    right: 10px;
    z-index: 3;  */
}

.tab-button {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.tab-list {
/*    position: absolute;
    top: -23px;
    height: 0px;
    overflow: visible;
    z-index: 2; */
    padding: 10px 0px;
    margin-bottom: -2px;
}

.tab-list > .tab {
    font-family: Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #09c;
    background-color: #e4f3f8;
    border: 1px solid #e4f3f8;
    border-bottom: 1px solid #ccc;
/*    line-height: 16px; */
    margin-right: 5px;
    padding: 8px 10px 8px 10px;
/*    height: 24px; */
}

.tab-list > .tab:hover {
    color: #3cf;
}

.tab-list > .tab.selected {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.tab-page {
    background-color: white;
    border: 1px solid #ccc;
    display: block;
    min-height: 30px;
    padding: 3px;
    margin-top: 0px;
}

.tab-page.selected {
    display: block;
}

.tab-page-activated {
    display: none;
}

.tab-page > h2 {
    text-align: left;
    font-size: 15px;
    margin: 0px 0px 0px 13px;
    padding: 0;
}
