#rspriceTable tr {
	padding: 10px;	
}

#rspriceTable td {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

#rspriceTable td:last-child {
	border-bottom: 0 none;
}

#rspriceTable td:nth-child(1):before {
	content: "Users"
}

#rspriceTable td:nth-child(2):before {
	content: "Regular Edition ($US)"
}

#rspriceTable td:nth-child(3):before {
	content: "Select Package"
}

#rspriceTable tr:nth-child(even) td.nearestRow {
    background: #e7f7f4;
	border-color: #cae7e1;
}

#rspriceTable tr:nth-child(odd) td.nearestRow {
    background: #d6ede8;
	border-color: #cae7e1;
}

#rspriceTable td span {
	font-weight: normal;	
}

#rspriceTable td:nth-child(3) a {
    display: inline-block;
    width: 120px;
    padding: 5px;
    margin: 0 5px;
    font-size: 0.85em;
    color: #fff;
    font-weight: normal;
	text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
	margin-top: 10px;
}

#rspriceTable a.PasswordServerVersionRegular {
	background-color: #81b9af;
}

@media screen and (min-width:767px) {
	
	#rspriceTable tr, #priceTable tr:first-child {
		padding: 0;
	}	
	
	#rspriceTable th {
		background-color: #555;
		color: #FFFFFF;
	}
	
	#rspriceTable td, #rspriceTable th {
		border-bottom: 0 none;
		text-align: center;
		width: 15%;
	}
	
	#rspriceTable td:first-child {
		min-width: 100px;
		width: 15%;
		border-right: 1px solid #ddd;
	}
	
	#rspriceTable td:nth-child(2) {
		border-right: 1px solid #ddd;
	}
	
	#rspriceTable td.nearestRow {
		border-color: #cae7e1;
		border-bottom: 1px solid #cae7e1;
		border-top: 1px solid #cae7e1;
	}
	
	#rspriceTable td:nth-child(3) a {
		margin: 3px;	
	}
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
