	h3 {font-family:Tahoma,Arial;font-weight:bold;font-size:13pt;color:#0178a9}
	h4 {font-family:Tahoma,Arial;font-weight:bold;font-size:11pt;color:#0178a9;margin: 2px}
	h5 {font-family:Tahoma,Arial;font-weight:bold;font-size:10pt;color:#0178a9;margin: 2px}
.float_center {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
	}
.float_center > .child {
  position: relative;
  left: 50%;
	}
body {
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  border: 2px solid #0178a9;
  border-radius: 20px/30px;

padding:10px;
margin:auto; 
margin-top:10px;
width:70%;
max-width:1400px;
	}
div {
  font-size: 11pt;
	}
.box {
  width: auto;
  margin-left:20px;
  background: rgba(255,255,255,0.2);
  padding: 5px;
  border: 0px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  float: left;
	}
.button {
  font-size: 11pt;
  padding: 2px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 11pt;
  color: #0178a9;
  border: 2px solid #0178a9;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
	}
.button:hover {
  background: #0178a9;
  color: white;
	}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  opacity: 1;
	}
.overlay:target {
  visibility: visible;
  opacity: 1;
	}
.popup {
  margin: 70px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border:1px solid black;
  width: 60%;
  position: relative;
  transition: all 0.5s ease-in-out;
	}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
	}
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
	}
.popup .close:hover {
  background: #0178a9;
  color: white;
	}
.popup .content {
  max-height: 30%;
  overflow: auto;
	}
select {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
	}
table, td {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
	}
.small {
		font-size: 10pt;
	}
@media screen and (max-width : 800px) {
	h3 {
		font-size:11pt;
		}
	h4 {
		font-size:10pt;
		}
	h5 {
		font-size:9pt;
		}
	body {
		font-size:9pt;
		padding:4px;
		margin:auto;
		margin-top:10px;
		width:95%;
		}
	div {
		font-size: 9pt;
		}
	.button {
		font-size: 10pt;
		}
	.popup {
		width: 90%;
		}
	.popup .close {
		font-size: 18pt;
		}
	select {
		font-size: 9pt;
		}
	table, td {
		font-size: 9pt;	
		margin: 0px;
		}
	.small {
		font-size: 9pt;
		}
	}
