body {
    font-family: Arial, sans-serif;
}

.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
	width: 412px
}

.tab {
    padding: 2px 8px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    background: #f1f1f1;
    FONT-SIZE:10pt; 
}

.tab.active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    FONT-SIZE:10pt;COLOR: #cc3300;
}

.tab-content {
    display: none;
    padding: 4px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-content.active {
    display: block;
}