
#cop .girl .time{
	margin-bottom: 1px;
}

#cop .girl p.rt{
	font-size: 10px;
	line-height: 14px;
	color: #af9d6f;
	text-align: center;
	margin: 0 8px 8px 10px;
	padding: 2px;
	border: 1px solid #3b352c;
	background: #181513;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rttxt{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin: 10px 10px 0 10px;
	padding: 8px 5px;
	border: 3px double #2a2724;
	background: -webkit-linear-gradient(0deg, #000000 0%, #181613 49%, #000000 100%);
	background: -moz-linear-gradient(0deg, #000000 0%, #181613 49%, #000000 100%);
	background: -o-linear-gradient(0deg, #000000 0%, #181613 49%, #000000 100%);
	background: -ms-linear-gradient(0deg, #000000 0%, #181613 49%, #000000 100%);
	background: linear-gradient(90deg, #000000 0%, #181613 49%, #000000 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rttxt span{	color: #ff6666;}

