html{
	   
       font-size:  12px;
	}
	
	.bg-dark {
    background-color: #000088!important;
    }
    .table .thead-dark th {
    color: #fff;
    background-color: #000088;
    border-color: #32383e;
    }
    
    
    table.customTable {
  //width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #25378F;
  border-style: solid;
  color: #000000;
  font-size: 12px;
}

table.customTable td, table.customTable th {
  border-width: 1px;
  border-color: #25378F;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #293D9E;
  color: #ffffff;
}
    
   
table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
}
.tableizer-table th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
}

.wrappera{
    
    width: 600px;
}

.table{
    
    font-size: 11px;
}