:root
{
}

/* Manually Overriden Styles */

#contentBodyInner
{
    /* Remove the border */
    border-top: solid 0px !important;
    border-right: solid 0px !important;
    border-left: solid 0px !important;
}

/* search result style */
.defaultSkin #contentBodyInner
{
    background: var(--dark-background);
    color: var(--dark-font);
    /* Remove the border */
    border-top: solid 0px !important;
    border-right: solid 0px !important;
    border-left: solid 0px !important;
}
