/* BASIC css start */
.write_item {
	border-top: 1px solid rgb(0, 0, 0);
	margin-bottom: 20px;
}
.write_item > a{
	display: table;
	padding: 20px 0;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
}
.write_item > a > div {
	display: table-cell;
	height: 110px;
	padding: 0 30px;
	vertical-align: middle;
}
.write_item > a > div.item img {
	display: block;
	margin: 0 auto;
	width: 110px;
}
.write_item > a > div.details {
	width:100%;
}
.write_item > a > div.details .title {
	font-size: 15px;
	color: #333;
	line-height: 40px;
}
.write_item > a > div.details .payment {
	display: inline-block;
	font-size: 17px;
	color: #333;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Maven Pro', sans-serif;
}
/* BASIC css end */

