#top_nav_bar_wrapper {
width:1000px;
margin:auto;
}

/* left align nav menu
nav#top_nav_bar ul.right { float:left !important; } */

#top_nav_bar_wrapper.fixed {
width:100%;
} 
#top_nav_bar li.divider { display:none; }

/* widget customizations */
.widget-content { margin-bottom:20px; }
.widget-box { padding:0; border-radius: 5px 5px 5px 5px ;}
header.widget-header{ padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;margin-bottom:10px; background-color:#52A8D9; border-radius: 5px 5px 0 0 ;}
/* apply custom font color to the title image: */
header.widget-header h3 { color: #ffffff; font-size:0.9rem;}
.h-widget-body { padding:10px;} 