﻿.ch-grid {
	margin: 20px 0 35px 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	position:relative;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 245px;
	height: 245px;
	display: inline-block;
	margin: 15px;	
	padding:15px;
	position:relative;
	padding:20px !important;
}

.no {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 0px;
    z-index: 99;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background-color: #07b8c4;
    color: white;
    font-size: 16px;
}