.model_table{
    
  width: 70%;
  
}
.model_table td {
      padding: 5px;
}

.edit_btn{
      background-color: #037912;
      border-color: #037912;
}

table.dataTable thead th {
	width: none;
  padding: 12px 17px 6px 3px;
  border-bottom: 1px solid white;
  font-weight: bold;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  background-color: rgb(56, 118, 195);
  cursor: pointer;
}
.h_box {

	text-align: center;
}
.tb table{font-size:11px;width:100%;border-top:1px solid #ccc;border-right:1px solid #ccc;	}
	.tb table th{padding:8px;text-align:left;border-bottom:1px solid #ccc;border-left:1px solid #ccc;}
	.tb table td{padding:3px;text-align:left;border-bottom:1px solid #ccc;border-left:1px solid #ccc;}
	.tb table tr:nth-child(odd){background-color:#EEE;border-radius:20px;}
	.tb table tr:hover{background-color:orange}
 