#pricing {
	margin:0;
}

#pricing th {
	padding: 6px;
	background-color: rgb(57, 44, 115);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(140, 138, 140);
	text-align: center;
}

#pricing table {
	background-color: rgb(239, 239, 239);
	margin: 0;
	text-align: left;
	width: 500px;
}

#pricing td {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border: 1px solid rgb(140, 138, 140);
}

#pricing td.hd {
	background-color: rgb(214, 211, 214) ! important;
}

h3.toggler {
	cursor: pointer;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	padding: 6px;
	border: 1px solid rgb(140, 138, 140);
	width: 486px;
	background: rgb(57, 44, 115);
	color: white ! important;
}

.element {
	width: 500px;
}


