@charset "utf-8";
/* CSS Document */

        tr {
            text-align: center;
        }
		
		.textalign {
			text-align: left;
		}
		 
        .table-striped tbody tr:nth-of-type(odd) {
            background-color:#FFFF99;
        }
        
         .table-hover tbody tr:hover {
        color: #212529;
        background-color:#B8DDF5; 
        
        }
        
        
        
        .table-responsive {
            margin-left: 12px;
            margin-right: 12px;
        }
        
tbody tr {
    color:black;
    font-weight: 500;
}

  .table tbody tr td {
            border: 2px solid black;
            border-collapse: collapse;
	  		
        }

 .table thead tr {
            background-color:green;
            color:white;
            
        }
  

 .table thead th {
            
            border: 2px solid black;
    
        }
 
 
            
 
.color1 {
    background-color: #bbdcbd;
}

.color2 {
    background-color: #f5f8db;
}

.color3 {
    background-color: #96abd4;
}

.color4 {
    background-color:#d3c6ab;
}

/* Define the styles for odd and even rows */
/* table tr:nth-child(odd) {
    background-color: lightgray;
  }
  
  table tr:nth-child(even) {
    background-color: white;
  } */

