
  h1{
  	margin-bottom: 25px;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 1px solid black;
  }
  
  h4 {
	font-size: 22px;
  }
  
  .header {
	padding: 30px 0;
  }
  
  
  #sidebar {
	padding: 30px 0;
  }
  
  
  .main-content {
	margin-bottom: 80px;
  }
  
  .webinarDesc{
    color: #555;
  }
  
  .webinarDateLink{
  	border-bottom: 1px solid #aaa;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 10px;
  }
  
  .webinarDate, .webinarLink{
  	display: inline-block;
  }
  
  .webDateSpan{
  	font-style: italic; 
	font-weight: bold;
  }
  .webinarLink{
  	float: right;
  }
  
  @media screen and (max-width: 500px){
	.webinarLink{
	 float: none;
	}
  }
  
