.nc_main {
	display: block;
	float: none;
	width: 900px;
	margin: 0 auto;
}

.nc_title {
	display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 200%;
    line-height: 2.6rem;
    font-weight: 700;
    text-align: center;
	color: #FE0000;
}

.nc_image {
	display: block;
	float: left;
	width: 50%;
	border-radius: 10px;
	pointer-events: none;
	webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    --moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-right: 30px;
	margin-bottom: 30px;
}

.nc_content {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.nc_meta {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 90%;
    color: #8e8d8d;
    margin-top: 15px;
	margin-bottom: 30px;
}

.nc_meta i:first-child {
	margin-right: .25rem;
}

.nc_meta i:last-child {
	margin-left: 1rem;
	margin-right: .25rem;
}


@media screen and (max-width: 600px) {
.nc_main {
	display: block;
	float: left;
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
}

.nc_content p {
	width: 100% !important;
}
}