.p1-raku {
	width: 95% !important;
	height: 170px;
	float: left;
	padding: 0% 1% 0% 2.3%;
	overflow-y: scroll;
}
.p1-news {
	width: 96% !important;
	height: auto;
	float: left;
	border-bottom: 1px dotted #333333;
}
.p1-news p {
	line-height: 200%;
	padding: 5px 0px 5px 0px;
}
.p1-left {
	width: 16%;
	height: auto;
	float: left;
	min-width:90px;
}
.p1-right {
	width: 82%;
	height: auto;
	float: left;
	margin-left: 1px;
}
.p1-left p, .p1-right p {
	line-height: 200%;
	margin: 0;
	font-size: 1.4em !important;
	color: #777777;
}

.p1-right p {
	letter-spacing: -1px;
}


.clear { clear:both; }
.clear hr { display:none; }

.mgt-30-yt {
	margin-top: 30px;
}

 @media screen and (max-width: 767px) {
 	.yt-embed iframe {
 		height: 300px;
 	}

 	.mgt-30-yt {
		margin-top: unset;
	}
 }