

/* Clear floats after the columns */
.paraRow:after {

  	content:"";
    display: table;
    clear: both;
}


.leftPara {
    width: 5%;
     float: left;
}


.middlePara {
    width: 65%;
     float: left;
}


.rightPara {
    width: 30%;
     float: left;
}

.footer-credits {
  
  display: none;
  
}

.post-meta {
  
  display: none;
  
}

.post-title {
  
  padding-bottom: 12px;
  
}

.sidebarTOC, h5.sidebarTOC  {
  
 	font-size: .50 em; 
  
}


  