html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
hr{border:0;border-top:1px solid #C2F4F3;margin:20px 0}

.myBody{
	margin:0;
	color:#000;
	background-color:#C2F4F3;
}
.notesBody{
	margin:0;
	color:#000;
	background-color:#C2F4F3;
}
.home_content{
	margin-left:auto;
	margin-right:auto;
}
.myHeader{
	padding-top:100px;
	padding-bottom:32px;
	text-align:center;
	display:block;
	width:auto;	
}
.myGrid{
	content:"";
	display:table;
	clear:both;
}
.top_bar{
	top:0;
	position:fixed;
	width:100%;
	z-index:1;
	background:black;
	color:white;		
}
.top_link{
	display:block;
	width:16%;
	border:none;
	display:inline-block;
	padding:8px 13px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}
.top_link:hover{
	color:#000;
	background-color:#ccc;
	}
.blogs_on_left{
	float:left;
	width:65%;
}	
.info_on_right{
	float:right;
	width:32%;
}
.home_section{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	margin:16px;
	color:#000;
	background-color:#fff;
	padding:16px;
}
.myFooter{
	padding:16px;
	color:#fff;
	background-color:#616161;
}
	
.video_block{
	display:block;
	text-align:center;
	padding-bottom:20px;
}	
.video_title{
	font-size:30px;
	text-align:center;
}	
.notes_content{
	display:block;
  margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:white;
	width:75%;
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	padding:16px;
}

.notes_header{
	padding-top:100px;
}
.tooltip_verse {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip_verse .tooltiptext_verse {
  visibility: hidden;
  width: 190px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_verse:hover .tooltiptext_verse {
  visibility: visible;
}
.tooltip_verse {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip_footer .tooltiptext_footer {
  visibility: hidden;
  width: 190px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_footer:hover .tooltiptext_footer {
  visibility: visible;
}
.documents_table{
		border-collapse: collapse;
		text-align:center;
		margin-left: auto;
    margin-right: auto;
    text-decoration:none;
}
.documents_table tr:hover{
	background-color:#DFDFDF;
}
.documents_table td{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-collapse: collapse;
	text-align:center;
	color:inherit;
	background-color:inherit;
}
.documents_table td:first-child{
	border-left: 1px solid black;
	width:33%;
}
.documents_table td:last-child{
	border-right: 1px solid black;
	text-align:left;
}