.tabs input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs {
    width: 1150px;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 75px auto;

}
.tabs li{
    float: left;
}
.tabs label {
    display: block;
    padding: 10px 20px;
    border-radius: 2px 2px 0 0;
    color: #08C;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Lily Script One', helveti;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    border: 2px solid #8AC007;
}
.tabs label:hover {
    background: rgba(255,255,255,0.5);
    top: 0;
    border-radius: 10px;
    border: 2px solid #8AC007;
}

[id^=tab]:checked + label {
    background: #08C;
    color: white;
    top: 0;
    border-radius: 10px;
    border: 2px solid #8AC007;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}
.tab-content{
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    /* font-size: 20px; */
    line-height: 140%;
    padding-top: 0px;
    padding: 0px;
    color: black;
    position: absolute;
    top: 53px;
    left: 0;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-radius: 10px;
    border: 2px solid #8AC007;
}
table.t1 a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table.t1 a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table.t1 a:active,
table.t1 a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.t1 {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:9px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:2px;
    border:#ccc 2px solid;

    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    border-radius:1px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
table.t1 th {
    padding:5px 10px 5px 10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    text-align: center;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.t1 th:first-child{
    text-align: center;
    padding-left:10px;
}
table.t1 tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table.t1 tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table.t1 tr{
    text-align: center;
    padding-left:0px;
}
table.t1 tr td:first-child{
    text-align: center;
    padding-left:0px;
    border-left: 0;
}
table.t1 tr td {
    padding:5px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.t1 tr.even td{
    background: #f6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e6e6e6));
    background: -moz-linear-gradient(top,  #e8e8e8,  #e6e6e6);
}
table.t1 tr:last-child td{
    border-bottom:0;
}
table.t1 tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table.t1 tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table.t1 tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}