.prices{
	width: 800px;
	margin: auto;
	font-size: 14px;
	padding: 50px 0px;
}
.prices .allplans{
	margin-bottom: 50px;
	padding: 10px;
}
.prices .table{
	border-spacing: 0px;
}
.prices .tcell{
	padding: 10px 45px;
	text-align: center;
}
.prices .tbody .tcell{
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
}
.prices .tbody .tcell:not(:first-child){
	color: #666;
}
.prices .thead .mostpopular{
	font-size: 12px;
	color: #2b595b;
}
.prices .thead .size{
	font-size: 20px;
	margin: 20px 0px;
}
.prices .thead .price{
	margin-bottom: 10px;
	opacity: 0.8;
}
.prices .thead a.price{
	font-size: 14px;
	display: block;
	opacity: 1;
}
.prices .thead .users{
	opacity: 0.8;
	margin-bottom: 30px;
}
.prices .tbody .tcell:first-child{
	text-align: left;
}
.prices .tbody .tcell:first-child .item{
	margin-top: 4px;
	opacity: 0.6;
	font-size: 12px;
}

.prices .tcell:nth-child(3){
	border-left: 2px solid #7cb6b8;
	border-right: 2px solid #7cb6b8;
}
.prices .thead .trow:last-child .tcell:nth-child(4){
	border-right: 2px solid #ddd;
}
.prices .tbody .trow:not(:last-child) .tcell:nth-child(4){
	border-right: 2px solid #ddd;
}
.prices .thead .trow:last-child .tcell:nth-child(2){
	border-left: 2px solid #ddd;
}
.prices .tbody .trow:not(:last-child) .tcell:nth-child(2){
	border-left: 2px solid #ddd;
}
.prices .thead .trow:last-child .tcell:not(:nth-child(1)):not(:nth-child(3)){
	border-top: 2px solid #ddd;
}
.prices .tbody .trow:last-child .tcell{
	padding: 8px;
}
.prices .tbody .trow:nth-last-child(2) .tcell:not(:nth-child(3)):not(:first-child){
	border-bottom: 2px solid #ddd;
}
.prices .tbody .trow:last-child .tcell:nth-child(3){
	border-bottom: 2px solid #7cb6b8;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prices .thead .trow:first-child .tcell:nth-child(3){
	border-top: 2px solid #7cb6b8;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.prices .thead .trow:last-child .tcell:nth-child(2){
	border-top-left-radius: 5px;
}
.prices .thead .trow:last-child .tcell:nth-child(4){
	border-top-right-radius: 5px;
}
.prices .tbody .trow:nth-last-child(2) .tcell:nth-child(2){
	border-bottom-left-radius: 5px;
}
.prices .tbody .trow:nth-last-child(2) .tcell:nth-child(4){
	border-bottom-right-radius: 5px;
}

.prices .tbody .trow:not(:last-child) .tcell:first-child{
	border-top: 1px solid #eee;
}
.prices .tbody .trow:not(:last-child) .tcell{
	border-top: 1px solid #eee;
}


.prices .button{
	background-color: #666;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	display: inline-block;
	border: 3px solid #666;
	border-radius: 3px;
	margin: 10px 0px;
}
.prices .tbody .tcell:nth-child(3) .button{
	background-color: #7cb6b8;
	border: 3px solid #7cb6b8;
}
.prices .button:hover, .prices .tbody .tcell:nth-child(3) .button:hover{
	opacity: 0.6;
	cursor: pointer;
}
