/* Style rules to make data tables look better */

body{
   
}

span{
 font-size: 12px;
 color: rgb(50,50,50); 
}

.dark-grey {
   background-color: #66655c; 
}



.nav-link {
   margin-top: 10px;
   margin-left: 20px;
   margin-right: 20px;
}







.list-header {
   background-color: #eeeeee;
   font-size: larger;
   font-weight: bold;
}

.list-paging-header {
   background-color: white;
}

.list-paging-footer {
   background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
   background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
   color: black;
}

.warnMessage {
   color: orange;
   font-weight: bold;
}

.errorMessage {
   color: red;
   font-weight: bold;
}

.fatalMessage {
   color: red;
   font-style: italic;
   font-weight: bold;
}

