.table_style1 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  overflow: auto;
}

.table_style1 td, .table_style1 th {
  border: 1px solid #ddd;
  padding: 8px 2px;
}

.table_style1 tr:nth-child(even){background-color: #f2f2f2;}

.table_style1 tr:hover {background-color: #ddd;}

.table_style1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
