
.heading {
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.row {
	width:100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.col15 {
	float: left;
	width: 15%;
}

.col20 {
	float: left;
	width: 20%;
}

.col25 {
	float: left;
	width: 25%;
}

.col30 {
	float: left;
	width: 30%;
}

.col50 {
	float: left;
	width: 50%;
}

.col70 {
	float: left;
	width: 70%;
}

.col75 {
	float: left;
	width: 75%;
}


.col100 {
	float: left;
	width: 100%;
	margin: 0;
}

#author_info {
	margin: 10px 15px 10px 0px;
	
}

h1 {
	color: #00A2E8;
	font-size: 3em;
	font-family: 'Quintessential', cursive;	
}

h2 {
	color: #00A2E8;
	font-size: 1.25em;
	font-family: 'Merriweather', serif;	
}

h3 {
	color: #00A2E8;
	font-size: 1em;
	font-family: 'Merriweather', serif;	
}

h4 {
	color: #00A2E8;
	font-size: 1em;
	font-family: 'Merriweather', serif;	
	text-align: center;
}

p {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	text-align: justify;
	padding: 0px 10px 0px 20px;
	
}

#plaintext {
	font-family: tahoma;
	font-weight: 300;
	font-size: .8em;
	text-align: justify;
	color: #000;
}

#content {
	line-height: 32px;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Cormorant Garamond', serif;

}

.display-titles {
	
}


.zoom {
  *padding: 50px;
  background-color: #00A2E8;
  transition: transform .2s; /* Animation */
  *width: 200px;
  *height: 200px;
  margin: 0 auto;
  
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border: 2px solid #00A2E8
}


.unavail {
  opacity: 0.10;
 
}

.unavail:hover {
  opacity: 1.0;

}

table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #e5f5fc;

}

table, th, td {
	padding-left: 15px;
	text-align: left;
	border: 1px solid #ffffff;
}

th {
	background-color: #00A2E8;
	color: #fff;
	font-weight: 500;
	
}

.audio_specs {
	font-size:.70em; 
	font-family: 'Merriweather', serif;
	text-align:left; 
	line-height:1.25em; 
	margin-left:10px;
}
