.csc-body{
	margin: 0px;
	font-size: 12px;
}
.csc-body .csc-bg{
	position: relative;
	backgroundRepeat: 'no-repeat';
	backgroundSize: 'cover';
	text-align: initial;
}
.csc-body .csc-content {
	height: 100%; 
	width: 100%; 
}
.csc-body h1, .csc-body h2, .csc-body h3, .csc-body h4, .csc-body h5, .csc-body h6, .csc-body p {
	line-height: 1.45;
}
.csc-grid{
	height: 100%; 
	width: 100%; 
	position:absolute;
}
.csc-item {
	position:absolute;
	height:78px;
	overflow: hidden;
	word-wrap: break-word;
}
.csc-btn{
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: 1px solid rgb(204, 204, 204);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	cursor: pointer;
	font-weight: 400;
	line-height: 18.5667px;
	overflow-wrap: break-word;
	text-align: center;
	vertical-align: middle;
	visibility: visible;
	white-space: nowrap;
	-moz-border-colors: none;
	-moz-user-select: none;

	margin: 0px;
	padding: 0px;
	display: table !important;
}
.csc-btn p{
	display: table-row;
}
.csc-btn p:first-child{
	display: table-cell;
	vertical-align: middle;
	padding: .2rem;
	text-align: initial;
	font-weight: initial;
}
.csc-item-data{
	width: 100%;
	height: 100%;
}
.csc-item-data.csc-btn{
	font-size: inherit;
}
