#eoty-form {
    display: inline-block;
    border: 1px solid lightgrey;
    padding: 15px;
    max-width: 780px;
}

.eoty-container {
	float: left;
	width: 100%;
}

.eoty-pair {
	float: left;
	max-width: 750px;
	margin: 20px 0px 20px 0px;
}

.eoty-top-engine-container {
	float: left;
	width: 350px;
	/*height: 545px; */
	margin: 0px 10px 0px 10px;
	border-bottom: solid 1px lightgray;
	padding-bottom: 10px;
}

.eoty-engine-name {
	font-weight: bold;
}

.eoty-engine-bullets {
	min-height: 104px;
}

.eoty-engine-bullets ul li {
	font-size: 15px !important;
    line-height: 26px !important;
}

.eoty-engine-image {
	height: 300px;
	text-align: center;
}

.eoty-engine-image img {
	max-width: 300px;
	max-height: 300px;
}

.eoty-engine-radio {
	text-align: center;
}

.eoty-contact-info-container input[type=text] {
	max-width: 500px;
	margin-bottom: 5px;
}

.eoty-success-message {
	color: green;
	font-weight: bold;
}

.eoty-warning-message {
	color: red;
	font-weight: bold;
}

.eoty-totals table {
  border-collapse: collapse;
}

#eoty-head-row {
	border-bottom: solid 1px lightgray;
}

#eoty-foot-row {
	border-top: solid 1px lightgray;
}

.eoty-bold {
	font-weight: bold;
}

.eoty-italic {
	font-style: italic;
}