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.
.red a, .red li a {
        color:#CC2200 !important;
}

#p-cactions ul {
        overflow:visible;
}

#p-cactions li {
        border: 1px solid #aaa;
        position: relative;
        float: left;
}

.tabmenu * {
        -moz-border-radius: 0px !important;
}

.tabmenu ul {
        display: none;
        width: auto;
        z-index: 200;
        position: absolute;
        top: 1.6em;
        margin: 0px;
        border-top: 1px solid #aaa;
}

.tabmenu ul a {
        background-color: transparent !important;
}

.tabmenu ul li {
        display: block !important;
        width: 100% !important;
        min-width: 8em !important;
        margin:0;
        padding:0;
        border: 1px solid #aaaaaa !important;
        border-top:none !important;
        text-align: left;
        white-space: nowrap !important;
        background-color: #fff !important;
}

.tabmenu ul li:hover {
        background-color: #dfdfdf !important;
}

.tabmenu ul li a {
        display:block;
        margin: 0;
        padding: .2em .5em !important;
        font-weight:normal;
}