/*
Theme Name: Novapress Child
Theme URI: http://example.com/twenty-fifteen-child/
Description: Novapress Child Theme
Author: John Doe
Author URI: http://abusinessserver.com
Template: novapress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: novapress-child
*/

.site-info{
    display:none;
}
body{
    background:black;
}
.cmManyContainer{
    background:white;
}
.cmOneContainer {
    padding: .2em;
    border-bottom: solid thin #CCCCCC;
    margin-bottom: 1.2em;
}
.navbar-fixed-top {
    background:black;
    color:white;
}

.navbar-header a{
   color:White !important;
}
a{
    color:blue;
}

.portalHref{
   display:inline-block;
   color:blue !important;
   width:auto;
   left:0;
   padding-left:.4em;
   padding-right:.4em;
}

#content{
    max-width:1366px;
}
.entry-content{
    margin:0px !important;
}


