.custom-search-engine { background-color:#FFF; }
 /*#form-search { width:100%; }
 #form-search input { max-width:100%; display:inline-block; } */
 #form-search { width:50%; }
 #form-search input { max-width:500px; display:inline-block; }
 #form-search input[type="text"] { border:1px solid #000; width:80%; height:20px; color:#000; padding:2px; font-size:10px; }
 #form-search input[type="submit"] { border:1px solid #000; background-color:#C12724; color:#FFF; font-weight:bold; height:25px; padding:2px; font-size:10px; margin-left:0px; width:50px; }
 .result:before,.result:after { display:block; clear:both; content:""; }
 .result { border-top:1px dotted #CCC; margin:10px 0; padding:10px 0; }
 .result a { display:block; width:100%; margin-bottom:5px; font-weight:normal; color:#C12724; }
 .result a.www { font-size:12px; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
 .result img { width:auto; max-width:100%; border:1px solid #000; }
 .rsnippet { font-weight:normal; margin:0; }
 .rsnippet br { display:none; }
 .rnum { padding-bottom:10px; }
 .rtext { width:100%; display:block; }
 .rimg,.rimg+.rtext { display:inline-block; vertical-align:top; }
 .rimg { width:10%; margin-right:10px; }
 .rimg+.rtext { width:calc(85% - 10px); }
 .result:first-child { border-top:none; margin-top:0; }
 .search-results-pager { border-top:1px solid #000; width:100%; padding:10px 0; }
 .search-results-pager a { display:inline-block; margin:5px 3px; font-size:14px; font-weight:normal; color:#FFF; padding:10px; background-color:#C12724; border:1px solid #000; transition:background-color .5s,color .5s; text-decoration:none; }
 .search-results-pager a:hover { background-color:#FFF; color:#000; transition:background-color .5s,color .5s; text-decoration:none; }
 .search-results-pager .selpage { color:#000; background-color:#FFF; border:1px solid #C12724; font-weight:bold; }