body {
    font-family: 'Roboto', sans-serif;
	background-color: white;
	color: Black;
	font-size: 16px;
    line-height: 2;
}
center {
    width: 420px;
    max-width: 100%;
    margin: 0px auto;
    color: #444;
}

header {
    background-color: #00878F;
    color: white;
    padding: 6px;
    box-shadow: 1px 1px 5px #555555;
    position: relative;
}

H1 {
    margin: 0px;
    font-size: 32;
    color: #00878F;
}

p {
    margin: 0px;
	color: Black;
	font-size: 16px;
    line-height: 2;
}

th, td, table {
    margin: 0px;
	color: Black;
	font-size: 16px;
	
}

.programma {
  border-collapse: collapse;
}
.programma col {
  width: 7em;
}

.programma col:first-child {
  width: auto;
}
  
.programma td {
  color: rgb(51,51,51);
  border: 1px solid rgb(255,255,255);
  padding: 0.75em;
}

.programma tr:nth-child(odd) {
  background-color: rgb(240,240,240);
}
.programma tr:nth-child(even) {
  background-color: rgba(246,246,246,.5);
}

.programma th[scope="col"] {
  background-color: rgb(59,87,98);
  color: rgb(255,255,255);
  border: 1px solid rgb(255,255,255);
  font-weight: normal;
  padding: 0.75em;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  text-shadow: 1px 1px 3px #111111;
}


center>div {
    padding: 24px 10px 10px 10px;
    box-shadow: 1px 1px 5px #555555;
}

.button {
    text-decoration: none;
    border: none;
    color: white;
    background-color: #00878F;
    padding: 6px 24px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 1px 1px 6px #555;
    outline: none;
    margin: 12px auto 0px auto;
    display: inline-block;
}

.button:hover {
    box-shadow: 1px 1px 3px #444;
}
