﻿*{
  font-family:Comic Sans MS;
}

.header {
	width: 100%;
	height: 80px;
	display: block;
	background-color:#c9ba8;
}

.header_container {
	height: 100%;
	display: table;
	float: left;
}

.header_container h1 {
	color:white;
	background-color:#000000;
	height:100%;
	display: table-cell;
	vertical-align:middle;
	font-family: Comic Sans MS;
	font-size:36px;
}

.header_container h5 {
	color:white;
	background-color:#000000;
	height:100%;
	display:table-cell;
	vertical-align:top;
	font-family: Comic Sans MS;
	font-size:30px;
}

.content-table1 {
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 24px;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px black;
  }

.content-table thead tr {
  background-color: #f5e6ab;
  color: #A52A2A;
  text-align: left;
  font-weight: bold;
}

.content-table th,.content-table td {
	font-size: 18px;
  padding: 12px 15px;

}

.content-table tbody tr {
  border-bottom: 1px solid #000000;
  background-color: #9a9367;

}

.content-table tbody tr:hover {
  background-color: #c9ba8f;
}

.content-table tbody tr:last-of-type {
  border-bottom: 4px solid black;
}