

  textarea.form-control {
	height: auto;
	height: 7em;
  }

  .course-wrap {
	margin: 0.5em;
	display: flex;
	flex-wrap: wrap;
  }

  .course-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin: .5em;
	padding: 1.5em;
	border-radius: 1em;
	width: 100%;
	box-shadow: 2px 2px 5px 1px #d5d5d5;
  }

  @media screen and (min-width: 1024px) {
	.course-box {
	  width: calc(50% - 1em);
	}
  }

  #help {
	width: 600px;
	max-width: 100%;
	margin: 1em auto 2em;
	padding: 1em;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	background-color: #f8f8f8;
	text-align: center;
  }

  .btn-wrap {
	text-align: center;
	border-bottom: 1px solid #eee;
  }
  .btn-wrap:last-of-type {
	border-bottom: none;
  }

  .btn-wrap > form {
	display: inline-block;
  }

  .btn-more {
	display: inline-block;
	height: 42px;
	padding: 8px 18px;
	margin-right: 0.5em;
	background-color: #4d769e;
	color: #fff;
  }

  .btn-buy {
	display: inline-block;
	height: 42px;
	padding: 8px 18px;
	/* margin: 0px auto 25px auto; */
	border: none;
	background-color: #e96a3f;
	color: #fff;
  }

  .btn-more:hover,
  .btn-buy:hover {
	font-weight: bold;
	color: #fff;
  }
  
  
  .btn-more:focus,
  .btn-buy:focus {
	font-weight: bold;
	color: #fff;
  }
  
  .btn-more:visited,
  .btn-buy:visited {
	font-weight: bold;
	color: #fff;
  }

  .header {
	padding-top:40px;
	padding-bottom:20px;
  }

  .contactus {
	padding:20px 0;
  }

  #print-logo {display:none}

  #print-btn {
	display:block;
	color: #2F6090;
	font-size:18px;
	float:right;
	margin:0;
	padding:5px 10px;
  }
  @media print { 
	#header, #footer, #nav, #print-btn, #y-badges, #comments, .interstitial, .sidebar, #sidebar, a.btn {display: none !important;}
	#print-logo {display:block; padding:20px}
	h1, h2, h3, h4, h5, p, a {color: #000; text-decoration:none; border:none; outline:none}
  }
  @page {size: auto;  margin: 5mm 2mm;}
