/*TABS*/
#post-body ul.wp-tab-bar {
    float: left;
    width: 120px;
    text-align: right;
    /* Negative margin for the sake of those without JS: all tabs display */
    margin: 0 -120px 0 5px;
    padding: 0;
}

#post-body ul.wp-tab-bar li {
    padding: 8px;
}

#post-body ul.wp-tab-bar li.wp-tab-active {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
}

div.wp-tab-panel-active {
    display:block;
}

div.wp-tab-panel-inactive {
    display:none;
}

#post-body div.wp-tab-panel {
    margin: 0 5px 0 125px;
}

.has-right-sidebar #side-sortables .wp-tab-bar li {
    display: inline;
    line-height: 1.35em;
}

.no-js #side-sortables .wp-tab-bar li.hide-if-no-js {
    display: none;
}

#side-sortables .wp-tab-bar a {
    text-decoration: none;
}

#side-sortables .wp-tab-bar {
    margin: 8px 0 3px;
}

#side-sortables .wp-tab-bar {
    margin-bottom: 3px;
}

#post-body .wp-tab-bar li.wp-tab-active {
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    margin-right: -1px;
}

#post-body ul.wp-tab-bar {
    float: left;
    width: 120px;
    text-align: right;
    /* Negative margin for the sake of those without JS: all tabs display */
    margin: 0 -120px 0 5px;
    padding: 0;
}

#post-body ul.wp-tab-bar li {
    padding: 8px !important;
    display: block;
}

#post-body ul.wp-tab-bar li a {
    text-decoration: underline;
}

#post-body ul.wp-tab-bar li.wp-tab-active {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#post-body div.wp-tab-panel {
    margin: 0 5px 0 125px;
}

#post-body ul.wp-tab-bar li.wp-tab-active a {
    font-weight: bold;
    text-decoration: none;
}

/*TABS*/

ul.wp-tab-bar li {
    padding: 8px !important;
}


.wp-tab-panel {
    padding: 20px;
    max-height: none !important;
}