#maptoggle {
	display: inline-block;
	cursor: pointer;
}

.tx-ks-ttaddress-osmsearch .searchresults div.row {
	display: flex;
	padding: 10px;
}

.tx-ks-ttaddress-osmsearch .searchresults div.row:nth-child(2n+1) {
	background: #f8f8f8;
}

.tx-ks-ttaddress-osmsearch .searchresults div.row.head {
	font-weight: bold;
	color: #336cb3;
}

.tx-ks-ttaddress-osmsearch .searchresults div.icon {
    display: flex;
	width: 40px;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	
}

.tx-ks-ttaddress-osmsearch .searchresults div.company {
	width: 30%;
	flex-grow: 0;
	flex-shrink: 0;
}

.tx-ks-ttaddress-osmsearch .searchresults div.address {
	width: 30%;
	flex-grow: 0;
	flex-shrink: 0;
}

.tx-ks-ttaddress-osmsearch .searchresults div.website {
	width: 30%px;
	flex-grow: 1;
	flex-shrink: 1;
}




.tx-ks-ttaddress-osmsearch #searchform_container {
	padding: 20px;
	-webkit-box-shadow: 0 0 4px #bbb;
	-moz-box-shadow: 0 0 4px #bbb;
	box-shadow: 0 0 4px #bbb;
	margin-bottom: 20px;
	background: #ebebeb;
}

.tx-ks-ttaddress-osmsearch .formflex {
	display: flex;
}

.tx-ks-ttaddress-osmsearch .formflex .input {
	width: 50%;
}

.tx-ks-ttaddress-osmsearch #searchtext {
	border: none;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	height: 40px;
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 100%;
}

.tx-ks-ttaddress-osmsearch .reset {
	width: 33%;
	text-align: center;
}

.tx-ks-ttaddress-osmsearch .button_reset {
	height: 40px;
}

.tx-ks-ttaddress-osmsearch .submit {
	width: 16%;
}

.tx-ks-ttaddress-osmsearch .button_submit {
	height: 40px;
	width: 40px;
	color: #fff;
	background: #336cb3;
	border-radius: 5px;
}

.tx-ks-ttaddress-osmsearch #resultCounter {
	margin-top: 20px;
}

.tx-ks-ttaddress-osmsearch .f3-widget-paginator {
	display: flex;
	justify-content: center;
    padding: 20px 0;
}

.tx-ks-ttaddress-osmsearch .f3-widget-paginator li {
	padding-right: 10px;
}

 
.tx-ks-ttaddress-osmsearch i.fa.fa-info {
	color: #336cb3;
	padding-top: 5px;
    font-size: 1.25rem;
}