@charset "utf-8";


#tran {
	margin: 20px 10px;
	padding: 0px;
  width: auto;
}

.tableContainer {
	width: 100%;
	overflow-x: auto;
}

#tranTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  width: 100%;
  background-color: white;
  border: 1px solid black;
  border-collapse: collapse;
}

.tranHeading {
  /* background-color: #0A0523; */
  font-size: 16px;
	text-align: center;
  color: white;
  padding: 4px 2px;
  height: auto;
  border-radius: 10px 10px 0 0;
}

th {
	color: #120183;
	background-color: #f2f2f2;
  padding: 3px;
}

td {
  padding: 3px 2px;
}

th, td {
  text-align: center;
  border: 1px solid black;
}

tr.header {
	font-weight: bold;
	color: red;
	white-space: nowrap;
}
