.tabs, .tabs2, .tabs3 {
    width: 100%;
    z-index: 101;
    font-size: 20px;
}

.tabs2 {
    font-size: 10px;
}
.tabs3 {
    font-size: 9px;
}

.tablist {
    margin: 10px;
    padding: 0;
    display: table;
}

.tablist li {
    float: left;
    display: table-cell;
    line-height: 36px;
    list-style: none;
}

.tablist a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
    background-repeat:no-repeat;
    background-position:right;
    color: black;
    text-decoration: none;
    outline: none;
}

.tabs3 .tablist a {
    padding: 0 10px;
}

.tablist li.current a {
    background-repeat:repeat-x;
	text-decoration: underline;
}
