div.svol {
	width: 100%;
	text-align: center;
	text-indent: 0;
	margin: auto;
}
.searchvolume {
	width: 100%;
	text-align: center;
	margin: auto;
}
.svol button {
	font-size: 1em;
	width: auto;
	margin: 10px 16px 20px 0;
	padding: .1em .5em;
}
#keywordsinput {
	border: 3px #1e73be solid;
}
#svresults {
	width: 50%;
	text-align: center;
	text-indent: 0;
	margin: auto;
}
#svresults .searchvolume {
	display: table;
	border: 1px solid #1e73be;
	color: #666666;
	font-size: 18px;
}
#svresults .row {
	display: table-row;
}
#svresults #svheadrow {
	display: table-row;
	background-color: #1e73be;
	color: #ffffff;
}
#svresults .left, #svresults .right {
	display: table-cell;
	padding: 5px;
	border: 1px solid #1e73be;
	white-space: nowrap;
}
#svresults .right {
	text-align: center;
}