@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');


#pricing{
	background-color: rgb(237, 237, 237);
	margin: 50px auto;
    font-family: 'Open Sans', Helvetica;
    padding: 20px 0;
}

.price_card{	
	background: rgb(255, 255, 255);
	display: inline-table;
    top: 0;
    padding-right: 0px;
    padding-left: 0px;
}

.col-md-3 {
    width: 24%;
}
.price_card:not(:last-child){
     
    margin-right: 1px;
    
}
.header{
	color: rgb(255, 255, 255);
}
.alpha .header{
	background: rgb(2, 73, 129);
}
.bravo .header{
	background: rgb(246, 77, 77);
}
.charlie .header{
	background: rgb(48, 219, 181);
}
.price{
	width: 100%;
	font-size: 24px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 25px 0 20px;
}

.valor{
	width: 100%;
	font-size: 36px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 15px 0 10px;
}



.features{
	list-style: none;
	text-align: center;
	color: rgb(138, 138, 138);
	margin: 0;
	padding: 0;
}
.features li{
	margin: 0 35px;
	padding: 20px 15px;
	width: 200px;
}
.features li:not(:last-child){
	border: 1px solid rgb(128,128, 128);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}


