#main_table td,
#detailed_table td:nth-child(4),
#total_table td:nth-child(2) {
	text-align: right;
	width: 10%;
}

#detailed_table td:last-child {
	width: 300px;
}


#detailed_table tbody{
	display: block;
	overflow: auto;
}

@media only screen and (min-width: 992px) {
	#detailed_table tbody{
		height: 80vh;
	}
}

#total_table {
	width: 80%;
    margin-left:auto; 
    margin-right:auto;
}

#main_table .header_class {
	font-weight: bold;
}

#main_table #clicked_item {
	background-color: rgb(220, 220, 220);
}

#main_table #unclicked_item {
	background-color: none;
}


#detailed_table #clicked_item {
	color: #9E490A;
}

#detailed_table #unclicked_item {
	color: none;
}


.selectedRow {
	color: #9E490A;
}

.unselectedRow {
	color: none;
}

#searchField {
	width: 100%;
}

#downloadButtonDiv {
  background-color: #2ac180; 
  border: none;
  color: white;
}

#searchFieldDiv {
	margin-bottom: 0px;
}