/*Added*/
h1{
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;   
}
h2
{
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;   
}
h4
{
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;   
}
h5
{
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;   
}
h6
{
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;   
}
img.center 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bottomround
{
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

.topround
{
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
}

.footerbtnM
{
	width: 35px !important;
	height: 40px !important;
}
.footerbtnP
{
	width: 42px !important;
	height: 40px !important;
}
.footerbtnW
{
	width: 52px !important;
	height: 40px !important;
}
.footerbtnF
{
	width: 62px !important;
	height: 40px !important;
}
.center
{
	margin:0 auto; 
	margin-left:auto;
	margin-right:auto; 
  align-items: center;
	text-align:center;
}
.table {
  table-layout: fixed;
  width: 100%;  
}
.resize
{
  max-width: 99%;
  max-height: 99%;
}
#map 
{
  width: 500px;
  height: 400px;
}
body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.ul2 {
  float: left;
  list-style: none;
  padding: 0px;
  border: 1px solid black;
  margin-top: 0px;
}

.li2:hover {
  color: silver;
  background: #0088cc;
}

@media print {
	.ui-header,.PrintButton { display: none; }
}



