.form5 select {
	width: 150px;
	display: block;
	float: left;
}
.form5 button {
	width: 150px;;
	float: left:
	display: block;
	background-color: #ccccff;
	border: 1px solid black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}
p.notice {
	color: red; font-weight: bolder;
}
#table-6 {
	width: 95%
	border: 1px solid #B0B0B0;
}
#table-6 tbody {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#table-6 thead {
	text-align: left;
}
#table-6 thead th {
	background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
	border: 1px solid #B0B0B0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px;
}
#table-6 th {
	color: #333333;
}
#table-6 td {
	padding: 3px 10px;
	color: #333333;
}
#table-6 tr:nth-child(even) {
	background: #eeeeee;
}
fieldset {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.redText {
	color: red;
}
.noticeText {
	color: #990000;
}
.ctrTxt {
	text-align: center;
	padding-top: 15px;
}
.blueButton {
	color: white;
	background: white;
}
.noticeText a {
	text-decoration: underline;
	padding: 5px;
}
.noticeText a:hover {
	text-decoration: none;
	background: red;
	color: #ffffff;
}
.boldRed {
	font-weight: bolder !important;
	color: red !important;
}
#intro h1	{
	font: "Helvetica", Times, serif;
	font-size: 2.0em;
	font-style:italic;
	margin:0px 0px 20px 0px;
	color:#1E3E4E;
	font-weight: bold;
}
#intro h2	{
	font: "Helvetica", Times, serif;
	font-style:italic;
	padding:0px;
	margin:5px 0px 20px 20px;
	font-size:1.5em;
	color:#1E3E4E;
	font-weight: bold;
	border-bottom: #bbbbbb 1px solid
}
#intro p {
	font: Arial, sans-serif;
	color:#000000;
	margin: 0 10px 30px 20px;
	font-size: 1.0em;
}
.button {
  background-color: #118D8D;
  border: none;
  color: white;
//  padding: 10px;
  text-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 6px;
//  cursor: pointer;
  height: 26px;
  width: 296px;
}

.button:hover { 
  background-color: #A5B2B8;
}

.button1 {border-radius: 2px;}
.button2 {
    border-radius: 4px;
    width: 200px;
 }
.button3 {border-radius: 3px;}
.button4 {border-radius: 4px;}
.button5 {border-radius: 50%;}
.course-display-col label{
	width: 196px;
}
.courseBlock .desc {
    padding-left: 10px;
}
.course-display-box *{
	padding-left: 10px;
}
.course-display-col{
	width: 100%;
}
* {
	box-sizing: border-box;
  }
  
  .column {
	float: left;
	width: 50%;
	padding: 10px;
	height: 300px; 
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .box {
	background-color: #D4F0EB;
    height: 210px;
    width: 100%;
    padding-left: 12px;
    padding-top: 12px;
  }

  .left-col{
	width:40%;
  }

  .right-col{
	width:60%;
	padding-left: 25px;
    padding-right: 25px;
  }
  .desc-title{
	/* font-weight: bold; */
	font-size: 20px;
  }
  .savingsbox{
	padding: 10px;
    color: white;
    background-color:#1d796f;;
    width: 126px;
    margin-left: -24px;
    margin-bottom: 22px;
    font-size: 18px;
    box-shadow: 1px 1px 1px 1px #80a5c1;
	
  }
  .savprice{
	font-size: 18px;
  }
  .savof{
	padding-top: 40px;
	font-style: italic;
  }
.row{
	display: inline-flex;
}
.credhours{
	display: inherit;
}
  @media only screen and (max-width: 800px) {
	.row {
		display: block;
	}
	.right-col{
		float: none;
		width: 100%;
		height: auto;
	}
	.left-col{
		float: none;
		width: 100%;
		height: 210px;
	}
	.course-display-col {
		display: block;
	}

}