Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Corner rounding */
/* Portlets */
.pBody {
   -moz-border-radius-bottomright: 1em;
}

/* Sidebar headers */
.portlet h5 {
   background-color: #e0e3e6;
   border: 2px solid silver;
   border-bottom-width: 0;
   border-left-width: 0;
   -moz-border-radius-topright: 2em;
}

/* Content actions (tabs) */
#p-cactions ul li, #p-cactions ul li a {
   -moz-border-radius-topleft: .5em;
   -moz-border-radius-topright: .5em;
}
#p-cactions li {
    border: 2px solid lightgrey;
    float: left;
}

/* Content */
#content {
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-bottomleft: 1em;
}

/* Make the bar a decent size */

#p-cactions
{
min-width: 855px;
}

#p-cactions ul
{
    overflow: visible;
}

/* Spacing between watch/unwatch and JS-generated extra tabs */
li#ca-watch,li#ca-unwatch {
    margin-right: 1.6em;
}

/* Visually combine edit and + tabs, with some cleanup to make it look OK */
li#ca-edit.istalk {
        -moz-border-radius-topright: 0 !important;
        border-right-width: 0;
}
li#ca-addsection {
        position: relative;
        left: -1px;
        -moz-border-radius-topleft: 0 !important;
        border-left-width: 0;
}

/* cleanup */
li#ca-addsection.selected {
        border-left-width: 2px;
}
li#ca-edit.selected {
        border-right-width: 2px;
}

/* Tab colors */
/* Red csd and warning tabs */
li#tw-csd, li#tw-warn {
    border-color: #e00;
}
li#tw-csd a, li#tw-warn a {
    color: #e00;
}

/* Blue rpp and arv tabs */
li#tw-rpp, li#tw-arv {
    border-color: #00c;
}

/* Purple tag and welcome tabs */
li#friendly-tag, li#friendly-welcome {
    border-color: #c0c;
}
li#friendly-tag a, li#friendly-welcome a {
    color: #c0c;
}