.content-table1 {
  width: auto;
	margin: 25px 0;
	font-size: 2em;
	min-width: 600px;
  table-layout: fixed;
	border-radius: 5px 5px 0 0;
  border-collapse: collapse;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.content-table1 tbody {
  display: block;
  width: 100%;
  overflow: auto;
  height: auto;
	border-bottom: 4px solid #dddddd;}
.content-table1 thead tr {
  display: block;
	border-bottom: 1px solid #dddddd;}
.content-table1 thead {
  background: black;
  color: #fff;}

.content-table1 thead tr {
  background-color: #4CAF50;
  color: #ffffff;
  text-align: left;
  font-weight: bold;}

.content-table1 th, .content-table1 td {
  padding: 5px;
  text-align: left;
  width: auto;}

.content-table1 tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;}

.content-table1 tbody tr:last-of-type {
  border-bottom: 2px solid #009879;}

.content-table1 tbody tr.active-row {
  font-weight: bold;
  color: #009879;}
 