tr:nth-child(even) {background: #F8F8F8}
tr:nth-child(odd) {background: #C8C8C8}
tr {
    font-size: 9px;
}
th {
            background-color:#EC574F;
            color: white;
            padding: 8px;
}
.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu div {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #EC574F;
    border-top: 1px solid #black;
    border-right: 1px solid #black;
    border-left: 1px solid #black;
}

.tabs-menu div.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu div a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 0px;
    display: none;
}

#tab-1 {
 display: block;   
}
