<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vmx-mb-header-page {
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}

.vmx-mb-header-page .ux-header-container {
	position: relative;
	padding-top: 10px;
}

.vmx-mb-header-page h1 {
	margin: 0;
	line-height: 1.6em;
	font-family: montserrat,kanit,tahoma,sans-serif;
	font-size: min(32px,5vw);
}

.vmx-mb-header-page .ux-sub-title {
	font-size: 15px;
	font-family: google-sans,kanit-light,tahoma,sans-serif;
	line-height: 1.6em;
}

.vmx-mb-header-page hr {
	margin: 8px 0;
}

.vmx-mb-header-page p {
	font-size: 11.5px;
	margin: 0;
	line-height: 1.65em;
}

.vmx-mb-header-page .ux-stat-info {
	position: relative;
	font-family: roboto,kanit-light,tahoma,sans-serif;
}

.vmx-mb-header-page .ux-stat-info i {
	margin-right: 2px;
}

.vmx-mb-header-page ul {
	list-style: none outside none;
	padding-left: 0;
	float: right;
}

.vmx-mb-header-page ul &gt; li {
	float: left;
	margin-left: 3px;
}

.vmx-mb-header-page ul &gt; li &gt; a {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.vmx-mb-header-page .ux-datetime,
.vmx-mb-header-page .ux-counter {
	font-size: 10.5px;
}

.vmx-mb-header-page .ux-counter img {
	display: none;
}

.vmx-mb-header-page .ux-like-and-share-buttons {
	position: absolute;
	right: 0;
	top: 3px;
	display: flex;
}

.vmx-mb-header-page .fb-like,
.vmx-mb-header-page .fb-share-button {
}

.vmx-mb-header-page .fb-like {
	right: 2px;
}

.vmx-mb-header-page .ux-tts {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 4px;
	width: 62px;
	height: 20px;
	font-size: 10.5px;
	font-family: oswald;
	line-height: 20px;
	border-radius: 3px;
	color: #FF9800;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
 	-khtml-user-select: none; /* Konqueror HTML */
   	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
}

.vmx-mb-header-page .ux-tts &gt; i {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(images/icon-play.svg) center center no-repeat;
}

.vmx-mb-header-page .ux-tts &gt; .ux-text-pause {
	display: none;
}

.vmx-mb-header-page .ux-tts[data-state='1'] i {
	width: 14px;
	height: 12px;
	background: url(images/animated-bar.svg);
}

.vmx-mb-header-page .ux-tts[data-state='1'] &gt; .ux-text-play {
	display: none;
}

.vmx-mb-header-page .ux-tts[data-state='1'] &gt; .ux-text-pause {
	display: inline-block;
}

.vmx-mb-header-page a.edit:not(.setting) {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/btn-edit.png);
	position: absolute;
	bottom: auto;
	right: 15px !important;
	top: 15px !important;
}

@media (min-width: 720px) {
	.vmx-mb-header-page h1 {
	  	overflow: hidden;
	  	display: -webkit-box;
	  	-webkit-line-clamp: 3;
	  	-webkit-box-orient: vertical;
	}
}	

@media (max-width: 959px) {
	.vmx-mb-header-page {
		padding: 0 30px;
	}
}</pre></body></html>