.new-red {
    padding: 0.5em 0.35em 0.35em 0.5em;   
    display: inline-block; 
    width: 25px;    
    color: white;
    font-weight: bold;
    background: #cc3b37;
    margin-right: 0.5em;
    font-size: 0.70em;
    border-radius: 0.5em;
}
.new:before {
content:'NEW';
padding:0.35em;
color:white;
font-weight:bold;
background:#005595;
margin-right:0.5em;
font-size:0.65em;
border-radius:0.5em;
}
.divline-dotted {
    border-top: 1px dotted #005595;
    padding-top: 1em;
}
div.new-red::before {
    content:'NEW';
}

.dataset-block-title a {

   color: #01528B!important;
   font-weight: bold;
   font-size:small;
   line-height: 1.5em;
    
}
.nounderline, .nounderline a {
 text-decoration: none;

}
.nounderline a:hover {
    text-decoration: underline;
}

//admin menu override
body #admin-menu-icon { display: none; }

