<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.servers-to-search {
	display: block;
	margin-top: 20px;
	font-size: 0;
}

/* only direct child divs of servers-to-search */
.servers-to-search &gt; div {
	display: inline-block;
	padding: 10px;
	width: calc(25% - 20px);
	font-size: 14px;
}

.servers-to-search &gt; div input {
	width: 15px;
	height: 15px;
}


.servers-to-search-mobile {
	display: none;
	width: 100%;
}

.servers-to-search-mobile select {
	width: 100%;
	padding: 10px;
	background-color: white;
	border: none;
	border-bottom: 2px solid #dae1e3;
}

.servers-to-search-mobile select:hover { border-color: grey;}

.servers-to-search-mobile select:focus { border-color:#EE1C23 !important; border: none; border-bottom: 2px}

.servers-to-search-mobile select option {
	padding: 10px;
}

.servers-to-search &gt; div input[type=radio] {
	color: red;
}

.search-results-top {
	color: #676767;
	font-size: 13px;
	font-weight: bold;
	background-color: white;
	padding-top: 20px;
	padding-left: 17px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}


@media (max-width: 950px) {
	.servers-to-search &gt; div {
		width: calc(33% - 20px);
	}
}

@media (max-width: 750px) {
	.servers-to-search &gt; div {
		width: calc(50% - 20px);
	}
}

@media (max-width: 500px) {
	.servers-to-search &gt; div {
		display: none;
	}

	.servers-to-search-mobile {
		display: block;
		
	}
}



/* Helper classes */
.background-light-grey {
	background-color: #f2f2f2;
	background-color: white;
}

.padding-10 {
	padding: 10px;
}

.gs-webResult .gs-snippet {
	font-size: 14px !important;
	letter-spacing: 0.01em;
	line-height: 1.6;
}

.gsc-webResult.gsc-result {
    border-bottom-color: #e9e9e9 !important;
    border-bottom-width: 2px !important;
    padding: 15px 0 !important;
} 

.gs-title {
	color: #C83539 !important;
	font-size: 20px !important;
}

.gs-title b {
	color: #C83539 !important;
		font-size: 20px !important;
}

.gs-webResult div.gs-visibleUrl-long {
	font-size: 12px !important;
}

.gsc-control-cse {
box-shadow: 0 3px 3px rgba(0,0,0,.3);
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #C83539 !important;
}

.gs-webResult div.gs-visibleUrl {
    color: #999999 !important;
}

.cool-form {
    background: #f0f0f0;
	border-bottom: 1px solid #D4D4D4;
    box-shadow: 0 0px 3px rgba(0,0,0,.3);
}

@media (min-width: 640px) {


.gs-web-image-box .gs-image {
max-width: 100px !important;
	}

.gs-web-image-box, .gs-promotion-image-box {
    width: 102px !important;
}

	}</pre></body></html>