/* article module */
.utarticle {
	background-color: whitesmoke;
	margin-bottom: 12px;
	padding: 20px;
	border-radius: 5px;
	transition: all 0.8s;
}

.utarticle:hover {
	box-shadow: black 7px 7px 7px;
}

.utarticle>header {
	overflow: auto;
}

.utarticle>header>.st {
	position: relative;
	/* float: left; */
}

.utarticle>header>.st>span {
	background-color: hsla(28, 100%, 42%, 100%);
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	border-radius: 2px;
}

.utarticle>header>.st>div {
	width: 12px;
	height: 12px;
	background-color: hsla(28, 100%, 42%, 100%);
	position: absolute;
	/* right: -4px; */
	left: 93px;
	top: 7px;
	transform: rotate(50deg);
	border-radius: 1px;

}

.utarticle>header>.st>h2 {
	margin-right: 433px;
	margin-top: -2px;
	float: right;
	font-size: 20px;
}

.utarticle>section {
	overflow: auto;
}

.utarticle>section img {
	max-width: 110px;
	float: left;
	margin-right: 20px;
}

.utarticle>section>a>.iconimage {
	max-width: 250px;
	border-radius: 5px;
}

.utarticle>section>.iconimage {
	max-width: 250px;
	border-radius: 5px;
}

.utarticle>section>.iconvideo {
	max-width: 250px;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}


.utarticle>section>p {
	margin-top: 7px;
}

.utarticle>section>.schedule {
	font-size: 17px;
}

.utarticle>section>.schedule>table {
	width: 80%;
	margin-top: 5px;
	border-spacing: 5px;
	color: white;
	border: none;
	text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper>#indexvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.utarticle>footer {
	text-align: right;
}

/* side panel */
.utpanel {
	background-color: whitesmoke;
	margin-top: 12px;
	padding: 20px;
	border-radius: 5px;
}

.utpanel:hover {
	box-shadow: black 7px 7px 7px;
}

.utpanel>.title {
	border-bottom: 2px solid grey;
	padding-bottom: 5px;
	color: hsla(28, 100%, 38%, 100%);
	text-shadow: navajowhite 1px 1px 1px;
	font-size: 18px;
	font-weight: bold;
}

.utpanel>.content {
	margin-top: 7px;
	margin-left: 4px;
	font-size: 15px;
}

.utpanel>.content>ul>li {
	margin-top: 3px;
}

.utpanel>.content>a {
	color: steelblue;
}

.utpanel>.content>table {
	width: 100%;
	border-spacing: 5px;
	color: white;
	border: none;
}

.utpanel>.content>table tr td {
	padding: 5px;
}
