  body {
    font-family: "Lato", sans-serif
  }

  .mySlides {
    display: none
  }

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

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

.shadow {
	box-shadow: 3px 4px 5px 1px #000;
	-moz-box-shadow: 3px 4px 5px 1px #000;
	-webkit-box-shadow: 3px 4px 5px 1px #000;
}

.no-underline {
  text-decoration: none;
}
