﻿body {
	font-family: Verdana;
	font-size: 10pt;
}
h1, .span-courseTitle {
	font-family: Bahamas, BahamasHeavy, Arial, sans-serif;
	font-size: 2em;
	text-align: center;
}
course.flierDivider {
	border-left-style: solid; ;
	padding-left: 10px;
	border-width: 1px 1px 1px 1px;
}
.paragraph.text {
	font-family: Verdana;
	font-size: 1em;
	text-align: justify;
}


.smaller {
	font-size: smaller;
}



/*------------------------------------------------------------------------------------ */
@media print{
/* no print links*/
#content a:link:after, #content a:visited:after {
	content: "";
	font-size: 10pt;
}
.span-courseTitle {
	font-family: Arial, sans-serif;
}
} /*end media print*/
/*------------------------------------------------------------------------------------ */

.paragraph.text {
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
}
/*------------------------------------------------------------------------------------ */
/* Responsive Grid Layout */
.courseinfo {
	box-sizing: border-box;
	margin:2%;
}
.col-1 {
	width: 45%;
}
.col-2 {
	width: 45%;
}
[class*="col-"] {
	float: left;
	padding: 2%;
   /* border: 1px solid red;*/
}
@media only screen and (max-width: 640px) {
/* For mobile phones: */
[class*="col-"] {
	width: 100%;
}
}
/* add class = "courserow" to course content. courseinfo alone might work*/
.courseinfo::after {
	content: "";
	clear: both;
	display: table;
}
ul {
	text-align: left;
}
h4 {
	text-decoration: underline;
}
/* eventually remove this in favor of responsive grid layout ---------------------------*/
table {
	border: 0;
	border-collapse: collapse;
}
#td1 {
	border-right: 2px none rgb(0,0,255);
	padding-right: 10px;
	width: 45%;
	align: "left";
}
#td2 {
	border-left: 2px solid rgb(0,0,128);
	margin-left: 0px;
	padding-left: 16px;
	width: 55%;
}
td ul li {
	text-align: justify;
}
course.flierDivider {
	border-left-style: solid; ;
	padding-left: 10px;
	border-width: 1px 1px 1px 1px;
}
.button {
	background-color: #00FF00;
	background-image: none;
	padding: 15px 32px 15px 32px;
	font-size: medium;
	margin: 4px 2px 4px 2px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
