body {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	background: #f2f3f4;
	color: gray;
}

/* Fixed footer */
html,body {height:100%!important;}
.site-wrapper {display:flex;flex-direction:column;min-height:100%;}
.site-top-wrapper {flex:1 0 auto;}
.site-bottom-wrapper {flex:0 0 auto;}
/* /Fixed footer */

.h1, h1 {
	font-size: 2rem;
	margin: 1rem 0;
}
.h2, h2{
	font-size: 1.5rem;
}
.h3, h3{
	font-size: 1.3rem;
}
div.chrome_dino{
	max-width: 1200px;
	margin: 0 auto 16px;
}

.mainblock{
	background-color: #fff;
	border-left: 1px solid #e9e9ef;
	border-top: 1px solid #e9e9ef;
	border-bottom: 1px solid #e9e9ef;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 15px;
}
#offline-resources {
	display: none;
}
footer{
	padding:0 !important;
	background: #2b589f;
	border-top: 2px solid #000;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
}
a.langs{
	padding: 0px 10px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	background-color: #4c70c7;
	font-size: 14px;
	text-decoration: none;
}
a.like, a.qr_button, a.bookmarks{
	padding: 8px 25px;
	margin-bottom: 10px;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	background-color: #5fadfd;
	text-transform: uppercase;
	text-decoration: none;
}

a.like:hover, a.qr_button:hover, a.bookmarks:hover{
	background-color: #4280bf;
}
.dop_links a{
	color:white;
	text-decoration: none;
}
.dop_links a:hover{
	color:white;
	text-decoration: underline;
}