.main article{

	margin-top: 30px;
	margin-bottom: 50px;
	/*text-align: center;*/

}
@media (min-width: 1400px){
	.main-content{

		padding-left: 35px;
		padding-right: 35px;

	}
}


article .title{

	letter-spacing: 1px;
	color: #F7931E;
	text-align: center;
	margin-bottom: 18px;

}

article .article-content{

	/*text-align: center;*/
	word-wrap: break-word;
	color: #e0e0e0;

}

.article-content li{

	list-style: inherit;

}

.article-content table,
.article-content img,
.article-content video,
.article-content iframe{
	margin: auto;
}

table thead th, table tfoot th{
	background-color: rgba(18,20,23,0.28);
}

.cutting-line{

	border-bottom: solid 2px #7a7a80;

}

.paragraph{
	margin-bottom: 20px;
}

.title-line.cutting-line{

	margin: 30px auto;
	margin-top: 20px;

}

.article-content img{

	cursor: pointer;

}

.article-content img,
.article-content video{

	width: 95%;
	width: calc(100% - 16px);
	max-width: 850px;
	margin: auto;
    margin-top: 2em;
	margin-bottom: 2em;
	/*box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);*/
	border-radius: 5px;

}

.article-content span img{
	margin: 0;
}

.article-content iframe{
    height: 580px;
}

.article-iframe-video{
	width: 95%;
	width: calc(100% - 16px);
	max-width: 850px;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	height: 0;
	padding-top: 56%;
}
.article-iframe-video iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 436px;
	left: 0;
	top: 0;
}

.article-content .left-table table{
	margin-left: unset;
}

.article-content > ul,
.article-content > ol{

	margin-left: 1em;

}

.article-content h1,
.article-content h2{
	margin-top: 1em;
	margin-bottom: 1em;
}
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6{
	margin-top: 1em;
	margin-bottom: 1em;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6{
	font-weight: bold;
}

@media screen and (max-width: 768px) {

	.article-content > *{

		margin-bottom: 1em;

	}

	.article-content img,
	.article-content video{

		margin-bottom: 1em;

	}

}

.ascii-content{

	opacity: 0;
	transition: opacity 0.2s;

}

.ascii-content.converted{

	opacity: 1;

}

.article-info-container{
	width: 100%;
	text-align: center;
}

.article-info{
	display: inline-block;
}

.article-info > *{
	display: inline-block;
}

.article-info .item{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.9em;
	color: #d4d4d4;
}

.article-content a{
	color: #4793e4;
	text-decoration:none;
}

li::marker{
	color: rgb(192, 243, 255);
}

.article-content .hero-text{
	color: #f8b551;
}

.article-content .skill-text{
	color: #aa89bd;
}
