div.vouchers .voucher {
	float: left;
	border: 2px solid #e5e5e5;
	box-shadow: 0 2px 0 #f2f2f2;
	margin-bottom: 18px;
	position: relative;
	text-align: left;
}
div.vouchers .voucher ul {
	padding: 0;
	margin: 0;
}
div.vouchers .voucher ul li {
	float: left;
	list-style: none;
}
div.vouchers .voucher p {
	margin: 0;
	line-height: 1;
}
div.vouchers .voucher .amount {
	float: left;
	width: 108px;
	border-right: 2px dashed white;
	height: 86px;
	line-height: 86px;
	text-align: center;
	color: white;
	font-size: 30px;
	font-family: "museo-slab", Georgia, sans-serif;
	font-weight: 700;
	background-color: #88cb96;
}
div.vouchers .voucher .info {
	padding: 15px 20px;
	float: left;
	width: 330px;
	box-sizing: border-box;
}
div.vouchers .voucher .info p.title {
	font-weight: 800;
	color: #34b8bc;
	font-family: "museo-slab", Georgia, serif;
	font-size: 18px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.vouchers .voucher > .info ul li:first-child, div.vouchers .voucher .top .info ul li:first-child {
	width: 200px;
}
div.vouchers .voucher .info p.label {
	font-size: 14px;
	color: #999;
	font-style: italic;
	margin-bottom: 3px;
}
div.vouchers .voucher .info p.detail {
	color: #444;
	font-weight: bold;
}
div.vouchers .voucher ul.actions {
	float: left;
	width: 151px;
	margin: 5px 5px 5px 0;
}
div.vouchers .voucher ul.actions li {
	width: 100%;
}
div.vouchers .voucher ul.actions li a.button.button-block {
	margin-bottom: 0;
	font-size: 14px;
	padding: 6px 10px;
	cursor: pointer;
}
div.vouchers .voucher ul.actions li:first-child a.button.button-block {
	margin-bottom: 4px;
}
div.vouchers .voucher ul.actions li a.button.button-block .icon {
	margin-left: 10px;
	width: 12px;
	height: 6px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
div.vouchers .voucher ul.actions li a.button.button-block.view-details .icon {
	background-image: url('../../images/icon-arrow-down.png');
}
div.vouchers .voucher .details {
	display: none;
	position: absolute;
	top: -7px;
	left: 108px;
	background-color: white;
	z-index: 1;
	padding: 5px 5px 0 0;
	border: 2px solid #e5e5e5;
	width: 486px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.voucher .arrow {
	position: absolute;
	background: white;
	border: 2px solid #e5e5e5;
	top: 46px;
	left: -2px;
	border-right: 0;
}
.voucher .arrow:after, .voucher .arrow:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.voucher .arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: white;
	border-width: 6px;
	margin-top: -6px;
}
.voucher .arrow:before {
	border-color: rgba(229, 229, 229, 0);
	border-right-color: #e5e5e5;
	border-width: 9px;
	margin-top: -9px;
}
div.vouchers .voucher .details .bottom {
	float: left;
	border-top: 2px dotted #eaeaea;
	margin: 0 0 0 10px;
	padding: 10px 0;
}
div.vouchers .voucher .details .bottom .map {
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 20px;
	background-color: #ccc;
}
div.vouchers .voucher .details .bottom .info {
	padding: 0;
	width: 316px;
}
div.vouchers .voucher .details .bottom .info p {
	font-size: 14px;
	color: #444;
}
div.vouchers .voucher .details .bottom .info p.title {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div.vouchers .voucher .details .bottom .info p.address {
	color: #999;
	margin-bottom: 15px;
}
div.vouchers .voucher .details .bottom .info ul.links {
	margin-top: 20px;
}
div.vouchers .voucher .details .bottom .info ul.links li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #b3b3b3;
	line-height: 1;
	font-size: 14px;
}
div.vouchers .voucher .details .bottom .info ul.links li:first-child {
	padding-left: 0;
}
div.vouchers .voucher .details .bottom .info ul.links li:last-child {
	border-right: 0;
	padding-right: 0;
}
div.vouchers .voucher .details .bottom .info ul.links li a {
	color: #34B8BC;
}
div.vouchers .voucher.active .amount {
	background-color: #f9f9f9;
}
div.vouchers .voucher.active .details {
	display: block;
}
div.vouchers .voucher .details ul.actions li a.less-details {
	border-top: 2px solid #d9d9d9;
	color: #444;
	padding-top: 4px;
}
div.vouchers .voucher .details ul.actions li a.less-details .icon {
	background-image: url('../../images/icon-arrow-up.png');
}