.wui-tab {
    margin: 0;
    padding: 0;
}

.wui-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wui-tab li {
    list-style: none;
    vertical-align: top;
    position: relative;
    top: 1px;
}

.wui-tab-items {
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
}

.wui-tab-item {
    display: inline-block;
    display: inline\0; /* fix https://github.com/aliceui/tab/issues/1 */
    *display: inline;
    *zoom: 1;
    *margin-right: 4px;
}

.wui-tab-item a {
    border-radius: 3px 3px 0 0;
    background: #fff;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    color: #4D4D4D;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    transition: background-color 0.4s ease-out, color 0.4s ease-out;
}

.wui-tab-item a,
.wui-tab-item a:hover,
.wui-tab-item a:active {
    color: #4D4D4D;
}

.wui-tab-item-current a {
    font-weight: bold;
    height: 33px;
}

.wui-tab-item a:hover {
    background: #f6f6f6;
    text-decoration: none;
}

.wui-tab-item-current a:hover {
    background: #fff;
}
.wui-tab.wui-tab-s .wui-tab-items{
    font-size: 12px;}
.wui-tab.wui-tab-s .wui-tab-item a{line-height: 28px;
    height: 28px;
    padding: 0 6px;}
.wui-tab.wui-tab-s .wui-tab-item-current a {
    font-weight: bold;
    height: 29px;
}