#site_link_block {
    margin-left: 70px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
div.site_link {
    width: 100px;
    text-align: center;
    cursor: pointer;
    background-color: rgb(218, 218, 218);
}
div.site_link:hover {
    background-color: rgb(242, 243, 241);
}
div.site_link + div.site_link {
    margin-left: 10px;
}
span.site_link {
    text-decoration: underline;
    cursor: pointer;
}
div.site_link_active {
    background-color: rgb(242, 243, 241);
    font-weight: bold;
}
.site_content {
	height:calc(100% - 30px);   
	height:100%;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:0px;
	margin-bottom:15px;
	margin-bottom:0px;
}

.site_content .container-fluid {
    background:#fff;
    padding-top:60px;
    padding-bottom:60px;
    font-size: 14px;
    line-height: 20px;
}

.site_content.container {
	background:#fff;
	 overflow-y: auto;
	 -webkit-overflow-scrolling:touch;
}

#site_content_search.site_content {
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
}

.site_content h1 {
    font-size: 21px;
    margin-bottom: 15px;
}

.site_content blockquote {
	border-left:5px solid #eee;
	font-size:inherit;
	color:#777;
}

.site_content {
	text-align:justify;
}

.site_content h2 {
         font-size: 18px;
         font-weight: bold;
         margin-top: 36px;
		  margin-bottom: 10px;
}

.site_content h3  {
         font-size: 16px;
         font-weight: normal;
         margin-top: 28px;
}

.site_content .fn {
	  position: relative;
         vertical-align: super;
         font-size: 80%;
}

.placeholder {
    color: #F807DF;
}

.site_content blockquote

 @media screen and (max-width: 767px) {
	.site_content.container { height:auto; overflow:visible; }
 }
