@charset "utf-8";
#sl_form input:not([type="submit"]):not([type="checkbox"]), textarea, select {
	width: 100%;
}
#sl_form .vc_row {
    margin: 0 -0 15px;
    width: 100%;
    display: table;
}
#sl_form .vc_row div {
    float: left;
    width: 100%;
}
#sl_form .form-row label {
    line-height: inherit;
    display: inherit;
    margin-bottom: 0;
}
.sl-success {
    padding: 10px;
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    background-color: #d3f2d3;
}
.sl-options {
	max-width:350px;
	width: 100%;
	margin: 15px auto;
}
.sl-preview,
.sl-info {
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	line-height: 1.2;
}
.sl-preview {
	padding: 5px 6px;
	height: 110px;
	background:#ffffff;
	border: 1px solid #e3e3e3;
}
.sl-info {
	font-size: 13px;
}

.sl-preview p {
	margin:0!important;
}
.sl-save-status {
	max-width: 350px;
	width: 100%;
	min-height:82px;
	padding: 10px 0;
	margin: 0px auto;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
#resellers {
	margin-top:15px;
	padding:5px;
	border: solid 1px #e0e0e0;
	background:#f2f2f2;
}
#resellers td {
	border: 0;
	vertical-align:top;
}
#resellers h3 {
	font-size: 14px;
    line-height: 17px;
    margin: 0;
    font-weight: 600;
}
#resellers p {
    font-size: 12px;
    line-height: 1.4;
}
#mapcontent {
	max-width: 758px;
	min-height: 500px;
	margin: 10px auto 25px auto!important;
	clear: both;
}
#mapcontent #results table {
	margin: 0 auto;
}
#mapcontent #results table,
#mapcontent #results table td {
	border:0;
}
#mapcontent #results table td {
	padding-top:0;
	padding-left:0;
}
#mapcontent p {
	margin: 0px;
}
.locatorTbl {
	margin:10px auto 10px auto;
	border:0;
    max-width: 758px;
}
.locatorTbl #townHolder {
	display: none;
	margin-top: 10px
}
.locatorTbl td {
	height: 102px;
	border:0;
	text-align: center;
	padding: 5px;
}
@media (max-width:666px) {
	.locatorTbl td {
		height:inherit
	}
	.locatorTbl td,
	#mapcontent #results table td {
		display: block;
		width: 100%;
	}
}
