@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
  font-weight: 300;
  line-height: 1.42em;
  color:#C7C7C7;
  background-color:white;
}

h2 {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  display: block;
  line-height:1em;
  padding-bottom: 2em;
  color: #FB667A;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #FB667A;
  text-decoration: none;
}

.blue { color: #185875; }
.yellow { color: #FFF842; }

.lectureboxes th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #185875;
}

.lectureboxes td {
	  font-weight: normal;
	  font-size: 1.2em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.lectureboxes td strong {
	color:#5BE3FF;
}

.lectureboxes {
	  text-align: left;
	  overflow: visible;
	  width: 90%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.lectureboxes td, .lectureboxes th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;
  padding-right:2%;  
}

/* Background-color of the odd rows */
.lectureboxes tr {
	  background-color: #6F6F6F;
}

.lectureboxes th {
	  background-color: #1F2739;
}


.first-child {
	  color: #87D3FD;
	  
}

.second-child {
	  color: #5BE3FF;
	  
}

.today {
	color:#ffffff;
	font-size:1.1em;
}

.lectureboxes tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.lectureboxes td:hover {
  color: #E9D200;
  font-weight: bold;
  

}

.lecbtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: 0;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.lecbtn:hover {
  background: #3cb0fd;
    text-decoration: none;
}

@media (max-width: 800px) {
	
	  
	  .boxes {
	  text-align: left;
	  overflow: hidden;
	  width: 100%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}
}

@media (max-width: 600px) {
	.lectureboxes td:nth-child(1),
.lectureboxes th:nth-child(1), .lectureboxes td:nth-child(5),
.lectureboxes th:nth-child(5), .lectureboxes td:nth-child(7),
.lectureboxes th:nth-child(7){
		  display: none;
	  }
	  
	  .lectureboxes {
		    text-align: left;
			font-size:0.70em;
	  overflow: hidden;
	  width: 100%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.lecbtn {
font-size: 10px;
}

}

       
    /*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    @media (max-width: 480px) {
    
    .lecbtn {
    font-size: 8px;
    }