.wp-tabs {
color: #666;
}
.wpui-green .ui-tabs {
background: transparent;
font-family: 'Oswald';
    font-weight: 100;
    text-shadow: none;
}
.wp-tabs ul.ui-tabs-nav li {
font-size: inherit;
font-weight: inherit;
}
.wpui-green ul.ui-tabs-nav {
border:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: -moz-linear-gradient(top, rgba(220,246,247,0.44) 0%, rgba(242,251,252,0.57) 55%, rgba(242,245,246,0.68) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,246,247,0.44)), color-stop(55%,rgba(242,251,252,0.57)), color-stop(100%,rgba(242,245,246,0.68))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(220,246,247,0.44) 0%,rgba(242,251,252,0.57) 55%,rgba(242,245,246,0.68) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(220,246,247,0.44) 0%,rgba(242,251,252,0.57) 55%,rgba(242,245,246,0.68) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(220,246,247,0.44) 0%,rgba(242,251,252,0.57) 55%,rgba(242,245,246,0.68) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(220,246,247,0.44) 0%,rgba(242,251,252,0.57) 55%,rgba(242,245,246,0.68) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70dcf6f7', endColorstr='#adf2f5f6',GradientType=0 ); /* IE6-9 */
}
.wpui-green ul.ui-tabs-nav li.ui-state-active {
-moz-box-shadow: 0 -1px 1px #666666;
-webkit-box-shadow: 0 -1px 1px #666666;
box-shadow: 0 -1px 1px #666666;
}
.wpui-green ul.ui-tabs-nav li.ui-state-active a {
font-weight: 400;
}
.wpui-green .ui-button {
background: none repeat scroll 0 0 #666666;
-moz-box-shadow: 0 1px 0 #CCCCCC inset;
-webkit-box-shadow: 0 1px 0 #CCCCCC inset;
box-shadow: 0 1px 0 #CCCCCC inset;
}
.wpui-green .ui-button:hover {
background: none repeat scroll 0 0 #999999;
}
.wp-tabs .ui-tabs ul.ui-tabs-nav li a {
    box-shadow: none;
    color: #333333;
    font-size: 1.2em;
    outline: medium none;
    text-shadow: none;
}
.wp-tabs .ui-tabs-panel .wp-tab-content {
    font-size: 1.2em;
font-weight: 100;
}
.wpui-green .ui-collapsible-content {
font-size: 0.9em;
}