.gf_package_selection {
	border: 1px solid #D4C4E9;
    border-radius: 5px;
    background: #ffffff;
    padding: 1.5em;
}
.gf_package_selection h3 {
	margin: 0;
}
.gf_package_selection .package-count {
    color: #65737e;
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 1px solid #e8e9f3;
    padding: 0 0 .5em;
}
.gf_packages {
	overflow-y: scroll;
	max-height: 520px;
	margin: 1em 0 0;
}
.package-item {
	float: left;
	width: 100%;
	clear: both;
	border-radius: 4px;
	padding: 3px;
	margin: 0 0 3px;
}
.package-item.selected {
	background: #E8E9F3;
}
.package-item.selected .package-thumb {
	border-color: #2163d0;
}
.package-item.selected .package-title {
	color: #D7263D;
}
.package-thumb {
	text-align: center;
	float: left;
	width: 45%;
	background: #ffffff;
	border: 1px solid #e8e9f3;
	border-radius: 4px;
	padding: 3px;
	margin: 0 5% 0 0;
	height: 102px;
	position: relative;
}
.package-thumb img {
	display: inline-block;
	max-height: 100%;
    max-width: 100%;
    width: auto;
}
.package-item .package-thumb .package-add {
	color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: #d7263d;
	border-radius: 5px;
	height: 38px;
	width: 38px;
	cursor: pointer;
}
.package-item .package-thumb .package-add:hover {
	background: #b52033;
}
.package-item:not(.selected) .package-thumb .package-add:before {
	content: '+';
	font-size: 1.4em;
    line-height: .8;
}
.package-item.selected .package-thumb .package-add:before {
	content: 'x';
}
.package-item .package-title {
	font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 51px;
}
.package-item .package-view-larger {
    font-size: .75em;
}
.package-item .package-view-larger a {
	color: #65737e;
}
.package-item .package-view-larger a:hover {
	color: #d7263d;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.package-thumb {
		width: 100%;
	}
	.package-item .package-title {
		padding: .5em 0 0;
	}
	.package-item .package-info {
		clear: both;
	}
}
