/*
Name: Modern pricing table
Description: Modern pricing table is created by RedPencilMedia.
Version: 1.0.0
Author: RedPencilMedia
*/

@import url('https://fonts.googleapis.com/css?family=Play');
/* Elements styles */
.pricing_table_row {
	list-style:none;
	float:left;
	width:159px;
	margin:0;
	padding:3px;
	text-align:center;
	background-color:#FFF;
	font-family: 'Play', sans-serif;
}

.pricing_table_row ul {
	list-style:none;
	float:left;
	width:159px;
	margin:3;
	padding:3px;
	text-align:center;
	background-color:#FFF;
	font-family: 'Play', sans-serif;
}

.pricing_table_row ul {
	list-style:none;
	float:left;
	width:159px;
	margin:0;
	padding:3px;
	text-align:center;
	background-color:#FFF;
	font-family: 'Play', sans-serif;
}

.pricing_table_row ul li {
	border:1px solid #cfd2d2;
	margin-top:6px;
	height: 30px;
	display: block;
	line-height: 30px;
}

.pricing_table_row ul li:nth-child(n+2) {
	font-size:14px;
	height: 30px;
}
.first_child{
	margin-top:6px; 
	border: 1px solid #cfd2d2;
	font-size:18px;
	font-weight:bold;
	height: 159px;
	background-color: #FFFFFF;
	text-align:center;
	width: 156px;
	margin: 4px;
}

.last_child{
	float:left;
	margin-top: 6px;
	margin-left: 3px; 
	border: 1px solid #cfd2d2;
	font-size:18px;
	font-weight:bold;
	height: 120px;
	width: 157px;
	background-color: #FFFFFF;
	text-align:center;
}

.titlex{
	font-family: 'Play', sans-serif;
	font-weight: 300;
	height: 41px;
	width: 139px;
	margin: 10px 9px 9px 9px;
	padding-top: 0px;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #048a8b;
}
.title_first_colum{
	font-family: 'Play', sans-serif;
	font-weight: 300;
	color: #048a8b;
	height: 159px;
	width: 139px;
	margin: 9px 9px 9px 9px;
	padding-top: 30px;
	font-size: 28px;
}
.price{
	padding-top: 13px;
	color: #048a8b;
	background-color: #f6f6f6;
	font-weight: 300;
	height: 75px;
	width: 139px;
	margin: 9px;
	font-size: 35px;
	line-height: 34px;
}
.price_small{
	color: #048a8b;
	padding-top: 13px;
	font-weight: 700;
	height: 67px;
	width: 139px;
	margin: 10px;
	font-size: 25px;
	line-height: 18px;
}

.subprice{
	font-family: 'Play', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #343434;
}
.subprice_small{
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #343434;
}
.small{
	font-family: 'Play', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #343434;
}
.list_check {
	background:url(../images/icon_check_light.png) 0 0 no-repeat;
	background-position: center;
	}
.list_x {
	background:url(../images/icon_x_light.png) 0 0 no-repeat;
	background-position: center;
	}

.first_colum{
	text-align: left;
	padding-left: 10px; 
}
.gray{
	background-color: #f6f6f6;	
}