hr {
	margin: 18px 0;
	border: 0;
  /* Hugh changed from #eee;  */
	border-top: 1px solid #008000;
	border-bottom: 1px solid #fff;
}
body.wrapper-fluid .site-grid {
	grid-template-columns: minmax(0,1fr) 15% repeat(2,minmax(0,70%)) 15% minmax(0,1fr);
}
/*
body.wrapper-fluid .site-grid {
	grid-template-columns: minmax(0,1fr) 150px repeat(2,minmax(0,100%)) 200px minmax(0,1fr);
}*/
.site-grid > [class*=" container-"] {
   width: initial;
}
.mod-list {
text-align: center;
} 

.container-header {
  background-color: white;
  background-image: none;
} 
/*
.container-nav {
    justify-content: center !important;
}*/
ul.mod-menu, ul.mod-menu_dropdown-metismenu button {
  font-weight: bold;
  justify-content: center !important;
 }
.metismenu.mod-menu {
    color: red;
}