@import url("buy.css");

.abortBtn {
	margin: 10px 20px;
}

.buyBtn {
	width: 95px;
}

#PricingTable {
	border: 1px solid #a3a3a3;
	display: inline-block;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
         -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

#PricingTable button {
	}

#PricingTable td {
	vertical-align: middle;
}

#PricingTable th {
	font-size: 120%;
}

.propertyCol, #PricingTable tr:hover td.propertyCol {
	background-color: white;
}

.firstCol, #PricingTable tr:hover td.firstCol {
	background-color: #F7F7F7;
}
#PricingTable th {
	background-color: #F7F7F7;
}

.proCol, #PricingTable tr:hover td.proCol{
	background-color: #E3F6FF;
}

#PricingTable th, #PricingTable td {
	max-width: 130px;
}

.propertyCol {
	text-align: center;
	width: 110px;
}

#PricingTable .propertyCol {
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
}
#PricingTable tr:last-child td {
	border-bottom: 1px solid #a3a3a3;
}

#PricingTable img {
	margin: 5px auto;
}

.PricingTableHeader {
	margin-left: 20px;
	margin-top: 10px;
	}
	
.PricingTableDiv {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
