.plan.simple .controls {width: 30%;}
.plan.simple button {width: 100%;}

.controls
{
	width: 75%;
	margin: auto;
}

.controls button
{
	width: 30%;
	margin: 0.5% 1%;
	border-width: 1px;
	border-style: dotted;
	
	font-size: 1em;
	font-weight: bold;
	background: url(../../images/dark_bkg.png);
	color: #6B71A3;
	border-color: #6B71A3;
	
	cursor: pointer;
}

.controls button:hover
{
	border-style: solid;

	background: black;
	color: #A8B4F4;
	border-color: #A8B4F4;
}
