.asset {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #263b75;
	cursor: pointer;
	float: left;
	height: 170px;
	left: -25px;
	margin: 0 25px 50px 25px;
	padding: 10px;
	position: relative;
	transition: background-color 0.3s;
	width: 170px;
}
.asset.item {
	height: 220px;
}
.asset:hover {
	background-color: #eee;
}
.asset h4 {
	/*border-bottom: 1px solid #afafae;*/
	color: inherit;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	margin: 0 0 4px 0;
	overflow: hidden;
	/*padding-bottom: 2px;*/
	/*text-transform: uppercase;*/
	word-wrap: break-word;
}
.asset .info {
	font-size: 12px;
	line-height: 16px;
}
.asset .img_wrapper {
	/*background: transparent url("../img/transparent.png") repeat 0 0;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #666;*/
	height: 167px;
	margin: 5px 0 2px 0;
	overflow: hidden;
	transform-style: preserve-3d;
	width: 167px;
	text-align: center;
}
.asset:not(.item) .img_wrapper {
	height: 130px;
}
.asset .img_wrapper.text {
	background-image: none;
	border: none;
	box-shadow: none;
	font-size: 12px;
}
.asset img {
	max-width: 100%;
	position: relative;
}
.asset table.code {
	font-size: 10px;
	width: 100%;
}
.asset table.code td {
	padding: 0;
	text-align: left;
}
.asset table.code td:last-of-type {
	text-align: right;
}
