#pricing{
	width: 989px;
	margin: 100px auto;
	font-family: 'Open Sans', Helvetica;
}

.price_card,
.price_card_long {
	width: 300px;
	background:#EDEDED;
	display: inline-table;
	top: 0;
}
.price_card_long {
	width: 340px;
}
.price_card:not(:last-child){
	margin-right: 20px;
}
.header{
	color: rgb(255, 255, 255);
}
.alpha .header{
	background: rgb(245, 166, 35);
}
.bravo .header{
	background: rgb(246, 77, 77);
}
.charlie .header{
	background: #27AE60; // rgb(48, 219, 181);
}
.price{
	width: 100%;
	font-size: 60px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 30px 0 10px;
}
.name{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0 0 30px;
}
.features{
	list-style: none;
	text-align: center;
	color: rgb(138, 138, 138);
	margin: 0;
	padding: 0;
}
.features li{
	font-size: 18px;
	margin: 0 15px;
	padding: 20px 15px;
	width: 240px;
}
.price_card_long .features li{
	width: 280px;
}
.features li strong{
	font-size: 22px;
	color: #222;
	display: block;
	padding: 15px 0 5px 0;
}
.features li:not(:last-child){
	border: 1px solid rgb(242, 242, 242);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
button{
	color: rgb(255, 255, 255);
	border: 0;
	border-radius: 5px;
	height: 40px;
	width: 200px;
	display: block;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px auto 35px;
}
.alpha button {
	background: rgb(245, 166, 35);
}
.bravo button {
	background: #F0514A;
}
.goiz .header,
.goiz button {
	background: #56D9C9;
}
.charlie button{
	background: rgb(48, 219, 181);
}
.tip{
	font-family: 'Indie Flower';
	position: absolute;
	color: rgb(117, 117, 117);
	margin: 10px 5px;
}