#listView {
	min-height: 300px;
}
/*#cardView .k-listview {
	border-width: 1px 0 0;
	padding: 0;
	overflow: hidden;
	min-height: 298px;
}*/

.card-view {
	padding: 1px;
	/*margin-top: 13px;
	margin-bottom: 20px;*/
	padding-top: 20px;
	font-size: 13px;
	margin: 1%;
	/*margin-left: 13px;*/
	background-color: #eeeeee;
	width: 160px;
	height: 154px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	text-align: center;
	border-style: initial;
}
	a {
		text-decoration: none!important;
	}
	.card-view p {
		padding-top: 2px;
	}
	.card-view a {
		text-align: center;
		color: black;
		text-decoration: none;
	}

	.card-view img {
		border-radius: 50%;
		width: 80px;
		height: 80px;
	}

	/*.card-view {
    float: left;
    width: 18%;
    height: 200px;
    box-sizing: border-box;
    position: relative;
    margin: 1%;
    border: none;
    font-size: 13px !important;
}*/

	/*.card-view dl {
		margin: 10px 10px 0;
		padding: 0;
		overflow: hidden;
	}*/

/*.card-view img {
        border-radius: 20px;
    }*/



/*.title-bar {
	height: 15%;
	padding: 5px;
	text-align: center;
}*/

.k-pager-wrap {
	border-top: 0;
}

/*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	.card-view {
		width: 48%;
		height: 65%;
	}
}*/