
html{
font-size:100%;
}

th {
font-size:0.8rem;
}

td {
font-size:0.8rem;
}

.responsive {
  width: 100%;
  height: auto;
}

table {
  font-family: "Arial", Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;	
  border-collapse: collapse;
  border-spacing: ;
  width: 100%;
  border: 0.1rem solid #ddd;
}

th, td {
  text-align: left;
  padding: 0.5rem;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f39040;
  color: white;
}

tr:nth-child(even){background-color: #f2f2f2;}