
/*
REFINED THEME LANDING PAGE
LAYOUT PADDINGS INCREASE
*/
.rw_board .rw_board_column .rw_board_item {
    padding: 0px 30px;
}


/*REFINED THEME ACTIVITY MORE WHITE*/
ul.rw_activity_items li:nth-child(odd) {
    background: #ffffff;
}


/*
REFINED THEME NAVIGATION ADAPTATION
Make the span around the arrow bigger so that it is easier to click
*/
#rw_category_menu.rw_theme_traditional ul.rw_category_items li a {
    padding: 0 10px !important;
    line-height: 50px !important;
}

#rw_category_menu.rw_theme_traditional ul.rw_category_items li a>* {
    height: 50px !important;
}

#rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_dd {
    position: relative !important;
    width: 30px !important;
    height: 50px !important;
}




/*
FIX BLURRY FONT AT SOME AREAS AFTER UPGRADE TO 6.7.2
*/
#likes-section, .labels-content, .page-metadata, .page-metadata ul li a:link {
font-weight:400;
}


/*UI CHILD PAGES*/
/*Nice formatting for the UI Child Pages to make them look like navigation elements*/
/*If a space does not have any custom stylesheet the following style will be applied to the UI Child Pages macro*/
/*If a space does have a style it's best to copy this style and adapt the colors*/
ul.rwui_children>li>a, ul.rwui_children>li>a:link, ul.rwui_children>li>a:focus, ul.rwui_children>li>a:visited, .wiki-content ul.rwui_children>li>a, .wiki-content ul.rwui_children>li>a:link, .wiki-content ul.rwui_children>li>a:focus, .wiki-content ul.rwui_children>li>a:visited {
    padding: 17px 25px;
    background: #185383;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 22px;
    border-radius: 10px;
}

ul.rwui_children>li>a:hover, .wiki-content ul.rwui_children>li>a:hover {
    opacity: 0.8;
}

ul.rwui_children>li, .wiki-content ul.rwui_children>li {
    list-style: none;
    display: block;
    margin: 10px;
}


/* Hide Footer on login screen*/
body.login .rw_background_full #footer .footer-body {
    display: none;
}



