th.activetab {
    color               : #000000;
    text-align          : center;
    background-color    : #D3DCE3;
    border-top-width    : 2px;
    border-top-style    : solid;
    border-top-color    : Black;
    border-left-width   : 2px;
    border-left-style   : solid;
    border-left-color   : Black;
    border-right-width  : 2px;
    border-right-style  : solid;
    border-right-color  : Black;
}

th.inactivetab {
    color               : #000000;
    text-align          : center;
    background-color    : #E8F0F0;
    border-width        : 1px;
    border-style        : solid;
    border-color        : Black;
    border-bottom-width : 2px;
    border-bottom-style : solid;
    border-bottom-color : Black;
}

table.tabcontent {
    border-bottom-width : 2px;
    border-bottom-style : solid;
    border-bottom-color : Black;
    border-left-width   : 2px;
    border-left-style   : solid;
    border-left-color   : Black;
    border-right-width  : 2px;
    border-right-style  : solid;
    border-right-color  : Black;
}

div.activetab {
    display: inline;
}

div.inactivetab {
    display: none;
}