﻿.PO-quickLinks {
	border: none;
	padding: 10px;
	background: transparent;
	margin: 0
}

ul.QL-defaultTemplate {
	list-style: none;
	margin: 0;
	padding: 0
}

.QL-defaultTemplate li {
	border-bottom: 1px solid #e4e4e4
}

	.QL-defaultTemplate li:last-child {
		border: none
	}

.QL-defaultTemplate a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	color: #000000;
	transition: background 0.2s
}

	.QL-defaultTemplate a:hover {
		background: #e4e4e4;
		color: #000000
	}

		.QL-defaultTemplate a:hover span.QL-text {
			text-decoration: underline
		}

	.QL-defaultTemplate a .fa {
		font-size: 2em;
		vertical-align: middle;
		margin: 0 10px 0 5px
	}

	.QL-defaultTemplate a span.QL-text {
		text-decoration: none;
		vertical-align: middle
	}
