#page-content .jumbotron {
	margin-bottom: 0 !important;
}

.qlinks {
	border-right: 1px solid #ccc;
	min-height: 160px;
	padding-right:10px;
}

.qlinks-wrapper div:last-child .qlinks {
	border-right: 0 none;
}

@media (max-width:992px) {
	.qlinks {
		border-right: 0 none;
		border-bottom: 1px solid #ccc;
		min-height: auto;
		padding: 20px 0;
	}
}