body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  /*background-color: #FBFBF2;*/
  /*background-image: url("../img/background_img1.jpg");
  background-size: 100vw 100vh;*/
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color:#404040;
  font-size: 30px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color:#404040;
  font-size: 15px;
}
button {
  background-color: #e7e7e7;
  font-size: 20px;
  border-radius: 12px;
  width: 220px;
  align-content: center;
}


#agenda {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

#agenda td, #agenda th {
  border: 1px solid #ddd;
  padding: 8px;
  align-content: center;
}

#agenda tr:nth-child(even){background-color: #f2f2f2;}

#agenda tr:hover {background-color: #ddd;}

#agenda th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0D5247;
  color: white;
  text-align: center;
}

#agendax {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 1000px;
  margin: 0 auto;
  font-size: 15px;
}

#agendax td, #agenda th {
  border: 1px solid #ddd;
  padding: 8px;
  align-content: center;
}

#agendax tr:nth-child(even){background-color: #f2f2f2;}

#agendax tr:hover {background-color: #ddd;}

#agendax th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0D5247;
  color: white;
  text-align: center;
}

.table-fixed tbody{
	height: 230px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed td,
.table-fixed th{
	display: block;
}

 .table-fixed tbody td,
 .table-fixed thead > tr > th{
	float: left;
	border-bottom-width: 0;
}
