.socx,
.cc-item{
	width: 500px;
	font-size: 12px;
}

.socx{
	margin: 0 auto;	
}

.socx .nctg-box{
	margin-top: 20px;
}

.socx .nctg-box:first-child{
	margin-top: 0;	
}

.socx .nctg-box h2{
	display: block;
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-size: 23px;
	margin-bottom: 10px;
}

.cc-item{
	position: relative;
	height: 60px;
	margin-bottom: 10px;
}

.cc-item .pos{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	text-align: right;
	font-size: 28px;
	font-weight: 700;
}

.cc-item .mps{
	position: absolute;
	top: 0;
	left: 60px;
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.04);
	border-radius: 6px;
	padding: 3px 10px 10px 10px;
}

.cc-item .mps .osc{
	position: relative;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

.cc-item .mps .cgn{
	position: absolute;
	left: 0;
	right: 100px;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;	
}

.cc-item .mps .cin{
	position: absolute;
	right: 0;
	font-size: 12px;
}

.cc-item .graph{
	height: 14px;
	width: 100%;
	background: #dcdcdc;
	border-radius: 7px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.17) inset;
}

.cc-item .graph div{
	height: 14px;
	border-radius: 7px;	
	background: #00b7ea;
	background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
	background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
	background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0);
}

.socx .tvotes{
	text-align: right;
}

@media only screen and (max-width: 530px) {
	.socx,
	.cc-item{
		width: auto;
	}
	
	.cc-item .pos{
		width: 40px;
		font-size: 25px;
	}
	
	.cc-item .mps{
		left: 50px;
	}
}