body { 
font-family: 'Roboto', sans-serif;
background: none;
}

hr {
    border: 0;
    border-top: 1px solid #000;
}

#content {
	padding: 20px;
}

#right-form{
	margin-top: 30px;
}

.row {
	overflow: hidden;
}

#zipError {
	color: red;
	height: 20px;
	font-size: 12px;
    text-align: right;
}

.amt {
	font-size: 1.25em;
	font-family: 'Courier Prime', monospace;
	text-align: right;
}

.total { 
	font-size: 1.75em;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

#cremation0 {
	font-size: .9em;
    height: 21px;
}

embed.calc {
	width: 100%;
	height: 250px;
}

@media only screen and (max-width: 767px)
{	
	.col-sm-4 {
		width: 25%;
		float: left;
	}

	.col-sm-8 {
		width: 75%;
		float:right;
	}
}