body {
    font-family: Verdana, Arial, Tahoma;
    font-size: 14px;
    color: #000000;
}
* {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
hr {
    display: none;
}
img {
    max-width: 100%;
}
p {
    word-wrap: break-word;
    margin-bottom: 15px;
}
a {
    color: inherit;
}
/*  Header */

.entry-header {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #555;
	margin-top:30px;
}
.hat {
    display: block;
    text-align: center;
    margin: 15px 0 20px 0;
}
.entry-title, #CommentTitle {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
#CommentTitle {
    margin-bottom: 15px;
}
/* Main */

.center {
    margin: 0 auto;
    padding: 0 2%;
}
/* thumbnail */

.thumbnail {
    text-align: center;
    margin-bottom: 25px;
}
/* content */

.entry-content {
    margin-bottom: 35px;
    line-height: 170%;
}
pre {
    white-space: pre-wrap;
}
/* Footer */

.footer {
    margin-top: 25px;
    padding: 25px 0 0 0;
    border-top: 1px solid #555;
}
@media print {
    #comments_controls, #print-link {
        display: none;
    }
}
.alignleft, .alignleft {
    float: left;
    margin: 10px 10px 5px 0;
}
.alignright, .alignright {
    float: right;
    margin: 10px 0 5px 10px;
}
.icons-box a span+span {
    display: none;
}
.video-player{
	position: relative;
}
.video-player .video-img{
	position: relative;
}
.overlay-play-icon{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.overlay-play-icon img{
	width:13%;
}