table p{
  margin: 0;
  padding: 0 8px;

}

.overview-box {
    background-color: rgb(22,97,156, 0.1);
}
.overview-box .csc-header h1, .overview-box .csc-header h2, .overview-box .csc-header h3, .overview-box .csc-header h4, .overview-box .csc-header h5, .overview-box .csc-header h6{
    color: #fff;
    background-color: rgb(22,97,156);
}

.acute-box {
    background-color: rgb(228,120,37, 0.1);
}
.acute-box .csc-header h1, .acute-box .csc-header h2, .acute-box .csc-header h3, .acute-box .csc-header h4, .acute-box .csc-header h5, .acute-box .csc-header h6{
    color: #fff;
    background-color: rgb(228,120,37);
}

.cronic-box {
    background-color: rgb(104,81,161, 0.1);
}
.cronic-box .csc-header h1, .cronic-box .csc-header h2, .cronic-box .csc-header h3, .cronic-box .csc-header h4, .cronic-box .csc-header h5, .cronic-box .csc-header h6{
    color: #fff;
    background-color: rgb(104,81,161);
}

.malnutrition-box {
    background-color: rgb(159,185,121, 0.1);
}
.malnutrition-box .csc-header h1, .malnutrition-box .csc-header h2, .malnutrition-box .csc-header h3, .malnutrition-box .csc-header h4, .malnutrition-box .csc-header h5, .malnutrition-box .csc-header h6{
    color: #fff;
    background-color: rgb(159,185,121);
}


.overview-box p, .overview-box h1, .overview-box h2, .overview-box h3, .overview-box h4, .overview-box h5, .overview-box h6,
.acute-box p, .acute-box h1, .acute-box h2, .acute-box h3, .acute-box h4, .acute-box h5, .acute-box h6,
.cronic-box p, .cronic-box h1, .cronic-box h2, .cronic-box h3, .cronic-box h4, .cronic-box h5, .cronic-box h6,
.malnutrition-box p, .malnutrition-box h1, .malnutrition-box h2, .malnutrition-box h3, .malnutrition-box h4, .malnutrition-box h5, .malnutrition-box h6{
  padding: 8px;
}

.overview-box ol, .overview-box ul,
.acute-box ol, .acute-box ul,
.cronic-box ol, .cronic-box ul,
.malnutrition-box ol, .malnutrition-box ul{
  padding-right: 40px;
  padding-left: 40px;
} 

/*  tables */

.contenttable tbody tr:nth-child(even) td {
    background-color: #fff;
}
.contenttable thead tr{
    color: #fff;
}
.contenttable tbody tr {
    padding: 8px;
}
.contenttable th, .contenttable td{
  padding: 8px;
}
.contenttable th p, .contenttable td p {
    margin: 0;
    padding: 0;
}

/* menu */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
   background-color: inherit;
}

/*overview*/
.nav li#m_93543>a:focus, .nav li#m_93543>a:hover{
  background-color: #1e77bf;
  color: #fff;
}
.sidebar-nav li#m_93543 ul.dropdown-menu {
  background-color: #e8f2f8;
}
/*acute*/
.nav li#m_93549>a:focus, .nav li#m_93549>a:hover{
  background-color: rgb(228,120,37);
  color: #fff;  
}
.sidebar-nav li#m_93549 ul.dropdown-menu {
  background-color: #fcf1e9;
}
/*chronic*/
.nav li#m_93545>a:focus, .nav li#m_93545>a:hover{
     background-color: rgb(129, 107, 181);
     color: #fff;
}
.sidebar-nav li#m_93545 ul.dropdown-menu {
    background-color: #f0edf5;
}
/*malnutrituon*/
.nav li#m_93614>a:focus, .nav li#m_93614>a:hover{
     background-color: rgb(159,185,121);
     color: #fff;
}
.sidebar-nav li#m_93614 ul.dropdown-menu {
    background-color: #f5f8f1;
}

