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

body{
	background-color: #444444;
}

/* Elements styles */
.pricing_table_row {
	list-style:none;
	float:left;
	width:159px;
	margin:0;
	padding:3px;
	text-align:center;
	background-color:#444444;
}

.pricing_table_row ul {
	list-style:none;
	float:left;
	width:159px;
	margin:3;
	padding:3px;
	text-align:center;
	background-color:#444444;
}

.pricing_table_row ul {
	list-style:none;
	float:left;
	width:159px;
	margin:0;
	padding:3px;
	text-align:center;
	background-color:#444444;
}

.pricing_table_row ul li {
	border:1px solid #5b5b5b;
	background-color: #2c2c2c;
	margin-top:6px;
	height: 30px;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
}

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

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

.title{
	font-weight: 300;
	height: 41px;
	width: 139px;
	margin: 10px 9px 9px 9px;
	padding-top: 0px;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #01b8e2;
}
.title_first_colum{
	font-weight: 300;
	color: #01b8e2;
	height: 159px;
	width: 139px;
	margin: 9px 9px 9px 9px;
	padding-top: 30px;
	font-size: 28px;
}
.price{
	padding-top: 13px;
	color: #01b8e2;
	background-color: #000000;
	font-weight: 300;
	height: 75px;
	width: 139px;
	margin: 9px;
	font-size: 50px;
	line-height: 34px;
}
.price_small{
	color: #01b8e2;
	padding-top: 13px;
	font-weight: 700;
	height: 67px;
	width: 139px;
	margin: 10px;
	font-size: 25px;
	line-height: 18px;
}

.subprice{
	font-weight: 300;
	font-size: 50px;
	color: #FFFFFF;
}
.subprice_small{
	font-weight: 700;
	font-size: 25px;
	color: #FFFFFF;
}
.small{
	font-weight: 300;
	font-size: 15px;
	color: #FFFFFF;
}
.list_check {
	background:url(../images/icon_check_dark.png) 0 0 no-repeat;
	background-position: center;
	}
.list_x {
	background:url(../images/icon_x_dark.png) 0 0 no-repeat;
	background-position: center;
	}
.button{
	font-weight: 700;
	font-size: 17px;
	margin-top: 10px;
	border: none;
	height: 30px;
	width: 80px;
	color: #FFFFFF;
	background-color: #01b8e2;
}
.button:hover{
	font-weight: 700;
	font-size: 17px;
	margin-top: 10px;
	border: none;
	background-color: #000000;
	height: 30px;
	width: 80px;
	color: #FFFFFF;
}
.first_colum{
	text-align: left;
	padding-left: 10px; 
}
.black{
	background-color: #000000;
}
