.sticky {
  font-family: Verdana;
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
.sticky td, th {
  padding: 18px;
  text-align: justify;
  border: 1px solid black;
  margin: 0;
  text-align: center;
}
.sticky th {
  position: sticky;
  top: 28px;
  text-align: center;
  border: 1px solid black;
  border-collapse: collapse;
  border-bottom: 1pt solid black;
  background-color: #002F47;
  color: white;
}

.sticky tbody tr:nth-child(even){
	background-color: #CCD5DA;
}
.sticky tbody tr:nth-child(odd){
	background-color: #EBEFF1;
}
.sticky tbody tr:hover {
          background-color: #C1B377;
}

@media (max-width: 768px) {
    .sticky td, th {
	    /* padding: 20px;; */
			font-size: 8px;
    }
}