body {
	color:#19305C;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12pt;
}

table.bar-top-general {
	margin-top:0px;
	padding-top:0px;
	width:100%;
	border-collapse:collapse;
}

div.headbox {
	display:inline-block;
	float:left;
	height:60px;
	width:168px;
}

div.headtext {
	display:inline-block;
	height:60px;
}
p.divmeet {
	line-height:60px;
	text-align:center;
	vertical-align:middle;
	margin:0;
	font-size:140%;
	letter-spacing:10px;
}

div.headspace {
	display:inline-block;
	float:right;
	height:60px;
	width:168px;
}

img {	border:0px;}

img.logo {
	margin:0;
	height:60px;
	width:auto;
}

td.grayness {
	background-color:#DBDFE4;
}

table.main-section {
	width:100%;
	max-width:1170px;
	margin:auto;
	border-collapse:collapse;
	border:0px;
}

td {
	padding:4px 7px;
}

.btime {
	width:10%;
	text-align:center;
}
.btitle {
	width:50%;
}
.bname {
	width:40%;
}

td.day {
	border:1px solid #e6e6e6;
	font-size:115%;
	font-weight:bold;
	color:#FFF;
	vertical-align:middle;
	background-color:#19305C;
	padding-left:2%;
}

td.blue-bar {
	text-align:center;
	vertical-align:middle;
	background:#19305C;
	color:#FFF;
	padding:0;
}

hr.headfader {
	border:0px;
	height:3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(25, 48, 92, 1), rgba(0, 0, 0, 0));
	width:97%;
	max-width:1170px;
	margin:9px auto;
}

td.back-gray {
	background-color:#DBDFE4;
	font-size:80%;
}

td.grid {
	border: 1px solid #e6e6e6;
	vertical-align: top;
}

table.bar-bottom-general {
	border:0px;
	width:100%;
	border-collapse:collapse;
	background-color:#19305c;
}



@media screen and (max-width:850px) {
  body {
	font-size:11pt;
  }
  table.main-section {
	width:99%;
  }
  ul {
	margin-left:1px;
  }
  td {
	padding:4px;
  }
  .button {
	width:100%;
  }
  .button2 {
	width:100%;
  }
  img.logo {
	height:40px;
	width:auto;
  }
  div.headbox {
	height:40px;
	width:112px;
  }
  div.headtext {
	height:40px;
	width:auto;
  }
  p.divmeet {
	line-height:40px;
	font-size:140%;
	letter-spacing:5px;
  }
  div.headspace {
	height:40px;
	width:112px;
  }
}


@media screen and (max-width:550px) {
  body {
	font-size:10pt;
  }
  table.main-section {
	font-size:10pt;
  }
  img.logo {
	height:30px;
	width:auto;
  }
  div.headbox {
	height:30px;
	width:84px;
  }
  div.headtext {
	height:30px;
	width:auto;
  }
  p.divmeet {
	line-height:30px;
	font-size:130%;
	letter-spacing:2px;
  }
  div.headspace {
	display:none;
  }
}
</style>