b, strong {
	font-weight: 700
}
.checkmarks ul{
	margin-left: 0px;
	list-style: none;
  	padding-left: 0;
}
.checkmarks li {
	position: relative;
  	padding-left: 1.3em;
}
.checkmarks li:before {
	content:"\2713\0020";
	position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
}
@media (min-width: 500px){
	.pricelist .base-text ul {
		height: 240px;
	}
	.pricelist .base-text h5 {
		bottom: 0;
	}
}
@media (min-width: 768px){
	.pricelist .base-text ul {
		height: 170px;
	}
}
@media (min-width: 992px){
	.pricelist .base-text ul {
		height: 260px;
	}
}
@media (min-width: 1200px){
	.pricelist .base-text ul {
		height: 200px;
	}
}
.btn {
	border-radius: 4px;
}
.small-image .image.img-circle {
	width: 50%;
	float: right;
}