.fixed_header tbody{
	display:block;
	overflow:auto;
	height:200px;
	width:100%;
  }
  .fixed_header thead tr{
	display:block;
  }

  .total-style {
	background-color: #0086b3 !important; 
	height: 45px; 
	border-radius: 5px; 
	margin: 20px 0px;
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	font-weight: bold;
	color: white;
	display: flex;
	justify-content: space-around;
  }

  .total-style > div {
	font-size: 16px;
	margin: 10px;
	text-align:center;
  }