* {
	box-sizing: border-box;
}

body {
	font: 12px/180% Arial, Helvetica, Tahoma, Geneva, sans-serif;
	margin: 0;
	overflow-y: hidden;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.tab {
	height: 60px;
	line-height: 60px;
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(to right, #009688, #4CAF50);
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #12588a;
}

.td_l {
	float: left;
	padding-left: 35px;
	text-align: left;
}

.td_r a,
        .td_l h1,
        .td_l a {
	font-size: 14px;
	color: #fff;
	display: inline;
	text-decoration: none;
	padding: 0 5px;
}

.td_r {
	text-align: right;
	float: right;
	padding-right: 80px;
}

.td_r a {
	color: #fff;
	padding: 0 15px;
	display: block;
	float: left;
	font-weight: bold;
}

.td_r a:hover,
        .td_r a:focus {
	background: #f00;
	outline: none;
}

#related-cont {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
	transition: height 0.3s ease;
}

#related-cont.collapsed {
	height: 40px;
}

#related {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	background-image: linear-gradient(to right, #009688, #4CAF50);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: none;
	font-size: 12px;
}

#related-cont .cont {
	background-color: #ffffff;
	height: calc(100% - 30px);
	border-image-source: linear-gradient(to right, #059884, #48ae54);
    border-image-slice: 1;
    border-top: 4px solid;
	overflow: auto;
}

.donate {
	margin: 15px auto;
	display: flex;
	justify-content: center;
	min-height: 150px;
}

#iframe {
	margin-top: 45px;
	margin-bottom: 220px;
	width: 100%;
	height: calc(100vh - 265px);
	border: none;
}

#close {
	margin: 0 auto;
}

.tab::after {
	content: "";
	display: table;
	clear: both;
}