|  | @@ -1,224 +1,68 @@
 | 
	
		
			
			| 1 |  | -html {
 | 
	
		
			
			| 2 |  | -  font-family: sans-serif;
 | 
	
		
			
			| 3 |  | -  font-size: 0.9em;
 | 
	
		
			
			| 4 |  | -  -webkit-text-size-adjust: 100%;
 | 
	
		
			
			| 5 |  | -  -ms-text-size-adjust: 100%;
 | 
	
		
			
			| 6 |  | -  -moz-text-size-adjust: 100%;
 | 
	
		
			
			| 7 |  | -  color: #444444;
 | 
	
		
			
			| 8 |  | -  padding: 0;
 | 
	
		
			
			| 9 |  | -  margin: 0;
 | 
	
		
			
			| 10 |  | -}
 | 
	
		
			
			| 11 |  | -
 | 
	
		
			
			| 12 |  | -body, #container {
 | 
	
		
			
			| 13 |  | -  padding: 0;
 | 
	
		
			
			| 14 |  | -  margin: 0;
 | 
	
		
			
			| 15 |  | -}
 | 
	
		
			
			| 16 |  | -
 | 
	
		
			
			| 17 |  | -#container {
 | 
	
		
			
			| 18 |  | -    width: 100%;
 | 
	
		
			
			| 19 |  | -    position: absolute;
 | 
	
		
			
			| 20 |  | -    top: 0;
 | 
	
		
			
			| 21 |  | -}
 | 
	
		
			
			| 22 |  | -
 | 
	
		
			
			| 23 |  | -.row { max-width: 800px; margin: auto; text-align: justify; }
 | 
	
		
			
			| 24 |  | -.row h1 { font-size: 3em; margin-top: 50px; }
 | 
	
		
			
			| 25 |  | -.row p { padding: 0 10px; max-width: 700px; }
 | 
	
		
			
			| 26 |  | -.row h3,ul { margin: 4px 8px;}
 | 
	
		
			
			| 27 |  | -
 | 
	
		
			
			| 28 |  | -.hmarg {
 | 
	
		
			
			| 29 |  | -    margin: 0 20px;
 | 
	
		
			
			| 30 |  | -    border: 1px solid #3498DB;
 | 
	
		
			
			| 31 |  | -    padding: 4px 10px;
 | 
	
		
			
			| 32 |  | -}
 | 
	
		
			
			| 33 |  | -
 | 
	
		
			
			| 34 |  | -a:link.hmarg { color: #3498DB; }
 | 
	
		
			
			| 35 |  | -a:visited.hmarg { color: #3498DB; }
 | 
	
		
			
			| 36 |  | -a:active.hmarg { color: #3498DB; }
 | 
	
		
			
			| 37 |  | -a:hover.hmarg { color: #3498DB; }
 | 
	
		
			
			| 38 |  | -
 | 
	
		
			
			| 39 |  | -.top_margin { margin-top: 60px; }
 | 
	
		
			
			| 40 |  | -
 | 
	
		
			
			| 41 |  | -.center { text-align: center; }
 | 
	
		
			
			| 42 |  | -
 | 
	
		
			
			| 43 |  | -h1 { font-size: 5em; }
 | 
	
		
			
			| 44 |  | -
 | 
	
		
			
			| 45 |  | -div.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; }
 | 
	
		
			
			| 46 |  | -div.title h1 { visibility: hidden; }
 | 
	
		
			
			| 47 |  | -
 | 
	
		
			
			| 48 |  | -input[type="submit"] { padding: 2px 6px; margin: 2px 4px; display: inline-block; background: #3498DB; color: #FFFFFF; border-radius: 4px; border: 0; cursor: pointer;  }
 | 
	
		
			
			| 49 |  | -
 | 
	
		
			
			| 50 |  | -input[type="checkbox"] { visibility: hidden; }
 | 
	
		
			
			| 51 |  | -
 | 
	
		
			
			| 52 |  | -fieldset { margin: 8px; border: 1px solid #3498DB; }
 | 
	
		
			
			| 53 |  | -
 | 
	
		
			
			| 54 |  | -#categories { margin: 0 10px; }
 | 
	
		
			
			| 55 |  | -
 | 
	
		
			
			| 56 |  | -.checkbox_container { display: inline-block; position: relative; margin: 0 3px; padding: 0px; }
 | 
	
		
			
			| 57 |  | -.checkbox_container input {
 | 
	
		
			
			| 58 |  | -    display: none;
 | 
	
		
			
			| 59 |  | -}
 | 
	
		
			
			| 60 |  | -.checkbox_container label, .engine_checkbox label {
 | 
	
		
			
			| 61 |  | -    cursor: pointer;
 | 
	
		
			
			| 62 |  | -    padding: 4px 10px;
 | 
	
		
			
			| 63 |  | -    margin: 0;
 | 
	
		
			
			| 64 |  | -    display: block;
 | 
	
		
			
			| 65 |  | -    text-transform: capitalize;
 | 
	
		
			
			| 66 |  | -
 | 
	
		
			
			| 67 |  | -    -webkit-touch-callout: none;
 | 
	
		
			
			| 68 |  | -    -webkit-user-select: none;
 | 
	
		
			
			| 69 |  | -    -khtml-user-select: none;
 | 
	
		
			
			| 70 |  | -    -moz-user-select: none;
 | 
	
		
			
			| 71 |  | -    -ms-user-select: none;
 | 
	
		
			
			| 72 |  | -    user-select: none;
 | 
	
		
			
			| 73 |  | -}
 | 
	
		
			
			| 74 |  | -
 | 
	
		
			
			| 75 |  | -.checkbox_container input[type="checkbox"]:checked + label { background: #3498DB; color: #FFFFFF; }
 | 
	
		
			
			| 76 |  | -.search .checkbox_container label { border-bottom: 4px solid #e8e7e6; }
 | 
	
		
			
			| 77 |  | -.search .checkbox_container label:hover { border-bottom: 4px solid #3498DB; }
 | 
	
		
			
			| 78 |  | -.search .checkbox_container input[type="checkbox"]:checked + label { border-bottom: 4px solid #2980B9; }
 | 
	
		
			
			| 79 |  | -
 | 
	
		
			
			| 80 |  | -.engine_checkbox { padding: 4px; }
 | 
	
		
			
			| 81 |  | -label.allow { background: #E74C3C; color: #FFFFFF; padding: 4px 8px; display: none; }
 | 
	
		
			
			| 82 |  | -label.deny { background: #2ECC71; padding: 4px 8px; display: inline; }
 | 
	
		
			
			| 83 |  | -.engine_checkbox input[type="checkbox"]:checked + label:nth-child(2) + label { display: none; }
 | 
	
		
			
			| 84 |  | -.engine_checkbox input[type="checkbox"]:checked + label.allow { display: inline; }
 | 
	
		
			
			| 85 |  | -
 | 
	
		
			
			| 86 |  | -a { text-decoration: none; color: #1a11be; }
 | 
	
		
			
			| 87 |  | -a:visited { color: #8E44AD; }
 | 
	
		
			
			| 88 |  | -
 | 
	
		
			
			| 89 |  | -.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em;  clear: both; }
 | 
	
		
			
			| 90 |  | -.result_title { margin-bottom: 0; }
 | 
	
		
			
			| 91 |  | -.result_title a { color: #1168CC; font-weight: normal; font-size: 1.1em; }
 | 
	
		
			
			| 92 |  | -.result_title a:hover { text-decoration: underline; }
 | 
	
		
			
			| 93 |  | -.result_title a:visited { color: #8E44AD }
 | 
	
		
			
			| 94 |  | -.result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 }
 | 
	
		
			
			| 95 |  | -.result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }
 | 
	
		
			
			| 96 |  | -.result .url { font-size: 0.8em; margin: 3px 0 0 0; padding: 0; max-width: 54em; word-wrap:break-word; color: #C0392B; }
 | 
	
		
			
			| 97 |  | -
 | 
	
		
			
			| 98 |  | -.q { width: 30em; }
 | 
	
		
			
			| 99 |  | -
 | 
	
		
			
			| 100 |  | -.engines { color: #888888; }
 | 
	
		
			
			| 101 |  | -
 | 
	
		
			
			| 102 |  | -.small_font { font-size: 0.8em; }
 | 
	
		
			
			| 103 |  | -
 | 
	
		
			
			| 104 |  | -.small p { margin: 2px 0; }
 | 
	
		
			
			| 105 |  | -
 | 
	
		
			
			| 106 |  | -.search { background: #ECF0F1; padding: 0; margin: 0 }
 | 
	
		
			
			| 107 |  | -
 | 
	
		
			
			| 108 |  | -.right { float: right; }
 | 
	
		
			
			| 109 |  | -
 | 
	
		
			
			| 110 |  | -.invisible { display: none; }
 | 
	
		
			
			| 111 |  | -
 | 
	
		
			
			| 112 |  | -.left { float: left; }
 | 
	
		
			
			| 113 |  | -
 | 
	
		
			
			| 114 |  | -.image_result { float: left; margin: 10px 10px; position: relative;  height: 160px;}
 | 
	
		
			
			| 115 |  | -.image_result img { border: 0;  height: 160px;}
 | 
	
		
			
			| 116 |  | -.image_result p { margin: 0; padding: 0; }
 | 
	
		
			
			| 117 |  | -.image_result p span a { display: none; }
 | 
	
		
			
			| 118 |  | -.image_result p span a { color: #FFFFFF; }
 | 
	
		
			
			| 119 |  | -.image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; }
 | 
	
		
			
			| 120 |  | -
 | 
	
		
			
			| 121 |  | -.torrent_result { border-left: 10px solid lightgray; padding-left: 3px; }
 | 
	
		
			
			| 122 |  | -.torrent_result p { margin: 3px; font-size: 0.8em; }
 | 
	
		
			
			| 123 |  | -
 | 
	
		
			
			| 124 |  | -.definition_result { border-left: 10px solid gray; padding-left: 3px; }
 | 
	
		
			
			| 125 |  | -
 | 
	
		
			
			| 126 |  | -.percentage { position: relative; width: 300px; }
 | 
	
		
			
			| 127 |  | -.percentage div { background: #444444; }
 | 
	
		
			
			| 128 |  | -table { width: 100%; }
 | 
	
		
			
			| 129 |  | -td { padding: 0 4px;  }
 | 
	
		
			
			| 130 |  | -tr:hover { background: #DDDDDD; }
 | 
	
		
			
			| 131 |  | -
 | 
	
		
			
			| 132 |  | -#search_wrapper { position: relative; max-width: 600px; padding: 10px; }
 | 
	
		
			
			| 133 |  | -.center #search_wrapper { margin-left: auto; margin-right: auto; }
 | 
	
		
			
			| 134 |  | -.q {
 | 
	
		
			
			| 135 |  | -    background: none repeat scroll 0 0 #FFFFFF;
 | 
	
		
			
			| 136 |  | -    border: 1px solid #3498DB;
 | 
	
		
			
			| 137 |  | -    color: #222222;
 | 
	
		
			
			| 138 |  | -    font-size: 16px;
 | 
	
		
			
			| 139 |  | -    height: 28px;
 | 
	
		
			
			| 140 |  | -    margin: 0;
 | 
	
		
			
			| 141 |  | -    outline: medium none;
 | 
	
		
			
			| 142 |  | -    padding: 2px;
 | 
	
		
			
			| 143 |  | -    padding-left: 8px;
 | 
	
		
			
			| 144 |  | -    padding-right: 0px !important;
 | 
	
		
			
			| 145 |  | -    width: 100%;
 | 
	
		
			
			| 146 |  | -    z-index: 2;
 | 
	
		
			
			| 147 |  | -}
 | 
	
		
			
			| 148 |  | -#search_submit {
 | 
	
		
			
			| 149 |  | -    position: absolute;
 | 
	
		
			
			| 150 |  | -    top: 13px;
 | 
	
		
			
			| 151 |  | -    right: 1px;
 | 
	
		
			
			| 152 |  | -    padding: 0;
 | 
	
		
			
			| 153 |  | -    border: 0;
 | 
	
		
			
			| 154 |  | -    background: url('/static/img/search-icon.png') no-repeat;
 | 
	
		
			
			| 155 |  | -    background-size: 24px 24px;
 | 
	
		
			
			| 156 |  | -    opacity: 0.8;
 | 
	
		
			
			| 157 |  | -    width: 24px;
 | 
	
		
			
			| 158 |  | -    height: 30px;
 | 
	
		
			
			| 159 |  | -    font-size: 0;
 | 
	
		
			
			| 160 |  | -}
 | 
	
		
			
			| 161 |  | -
 | 
	
		
			
			| 162 |  | -#results { margin: 10px; padding: 0; margin-bottom: 20px; }
 | 
	
		
			
			| 163 |  | -
 | 
	
		
			
			| 164 |  | -#sidebar { position: absolute; left: 54em; width: 12em; margin: 0 2px 5px 5px; padding: 0 2px 2px 2px; }
 | 
	
		
			
			| 165 |  | -#suggestions span { display: block; margin: 0 2px 2px 2px; padding: 0; }
 | 
	
		
			
			| 166 |  | -#suggestions form { display: block; }
 | 
	
		
			
			| 167 |  | -#suggestions input { padding: 2px 6px; margin: 2px 4px;  font-size: 0.8em; display: inline-block; background: #3498DB; color: #FFFFFF; border-radius: 4px; border: 0; cursor: pointer; }
 | 
	
		
			
			| 168 |  | -#search_url { margin-top: 8px; }
 | 
	
		
			
			| 169 |  | -#search_url input { border: 1px solid #888888; padding: 4px; color: #444444; width: 20em; display: block; margin: 4px; }
 | 
	
		
			
			| 170 |  | -
 | 
	
		
			
			| 171 |  | -#preferences {
 | 
	
		
			
			| 172 |  | -    top: 10px;
 | 
	
		
			
			| 173 |  | -    padding: 0;
 | 
	
		
			
			| 174 |  | -    border: 0;
 | 
	
		
			
			| 175 |  | -    background: url('/static/img/preference-icon.png') no-repeat;
 | 
	
		
			
			| 176 |  | -    background-size: 28px 28px;
 | 
	
		
			
			| 177 |  | -    opacity: 0.8;
 | 
	
		
			
			| 178 |  | -    width: 28px;
 | 
	
		
			
			| 179 |  | -    height: 30px;
 | 
	
		
			
			| 180 |  | -    display: block;
 | 
	
		
			
			| 181 |  | -}
 | 
	
		
			
			| 182 |  | -
 | 
	
		
			
			| 183 |  | -#preferences * {
 | 
	
		
			
			| 184 |  | -    display: none;
 | 
	
		
			
			| 185 |  | -}
 | 
	
		
			
			| 186 |  | -
 | 
	
		
			
			| 187 |  | -#pagination {
 | 
	
		
			
			| 188 |  | -    clear: both;
 | 
	
		
			
			| 189 |  | -}
 | 
	
		
			
			| 190 |  | -
 | 
	
		
			
			| 191 |  | -#apis {
 | 
	
		
			
			| 192 |  | -    margin-top: 8px;
 | 
	
		
			
			| 193 |  | -    clear: both;
 | 
	
		
			
			| 194 |  | -}
 | 
	
		
			
			| 195 |  | -
 | 
	
		
			
			| 196 |  | -@media screen and (max-width: 60em) {
 | 
	
		
			
			| 197 |  | -
 | 
	
		
			
			| 198 |  | -  #sidebar { position: static; max-width: 50em; margin: 0 0 2px 0; padding: 0; float: none; border: none; width: auto }
 | 
	
		
			
			| 199 |  | -  #suggestions span { display: inline; font-size: 0.8em }
 | 
	
		
			
			| 200 |  | -  #suggestions form { display: inline; }
 | 
	
		
			
			| 201 |  | -  #suggestions input { padding: 2px 6px; margin: 2px 4px;  font-size: 0.8em; display: inline-block; border-radius: 4px; border: 0; cursor: pointer; }
 | 
	
		
			
			| 202 |  | -
 | 
	
		
			
			| 203 |  | -}
 | 
	
		
			
			| 204 |  | -
 | 
	
		
			
			| 205 |  | -@media screen and (max-width: 680px) {
 | 
	
		
			
			| 206 |  | -
 | 
	
		
			
			| 207 |  | -  #search_wrapper { width: 90%; clear:both; overflow: hidden }
 | 
	
		
			
			| 208 |  | -
 | 
	
		
			
			| 209 |  | -  .right { display: none; postion: fixed !important; top: 100px; right: 0px; }
 | 
	
		
			
			| 210 |  | -
 | 
	
		
			
			| 211 |  | -  #apis { display: none; }
 | 
	
		
			
			| 212 |  | -
 | 
	
		
			
			| 213 |  | -  #categories { font-size: 80%; clear: both; }
 | 
	
		
			
			| 214 |  | -
 | 
	
		
			
			| 215 |  | -  #categories .checkbox_container { margin-top: 2px; margin: 0 2px; }
 | 
	
		
			
			| 216 |  | -  .checkbox_container { display: block; width: 100%; float: left; }
 | 
	
		
			
			| 217 |  | -  .checkbox_container label { border-bottom: 0; }
 | 
	
		
			
			| 218 |  | -
 | 
	
		
			
			| 219 |  | -  .result { border-top: 1px solid #e8e7e6; margin: 7px 0 6px 0;  }
 | 
	
		
			
			| 220 |  | -
 | 
	
		
			
			| 221 |  | -  .result img { max-width: 90%; width: auto; height: auto }
 | 
	
		
			
			| 222 |  | -}
 | 
	
		
			
			| 223 |  | -
 | 
	
		
			
			| 224 |  | -.favicon { float: left; margin-right: 4px; margin-top: 2px; }
 | 
	
		
			
			|  | 1 | +html{font-family:sans-serif;font-size:.9em;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;color:#444;padding:0;margin:0}
 | 
	
		
			
			|  | 2 | +body,#container{padding:0;margin:0}
 | 
	
		
			
			|  | 3 | +#container{width:100%;position:absolute;top:0}
 | 
	
		
			
			|  | 4 | +.row{max-width:800px;margin:20px auto;text-align:justify}.row h1{font-size:3em;margin-top:50px}
 | 
	
		
			
			|  | 5 | +.row p{padding:0 10px;max-width:700px}
 | 
	
		
			
			|  | 6 | +.row h3,.row ul{margin:4px 8px}
 | 
	
		
			
			|  | 7 | +.hmarg{margin:0 20px;border:1px solid #3498db;padding:4px 10px}
 | 
	
		
			
			|  | 8 | +a:link.hmarg{color:#3498db}
 | 
	
		
			
			|  | 9 | +a:visited.hmarg{color:#3498db}
 | 
	
		
			
			|  | 10 | +a:active.hmarg{color:#3498db}
 | 
	
		
			
			|  | 11 | +a:hover.hmarg{color:#3498db}
 | 
	
		
			
			|  | 12 | +.top_margin{margin-top:60px}
 | 
	
		
			
			|  | 13 | +.center{text-align:center}
 | 
	
		
			
			|  | 14 | +h1{font-size:5em}
 | 
	
		
			
			|  | 15 | +div.title{background:url('/static/img/searx.png') no-repeat;width:100%;background-position:center}div.title h1{visibility:hidden}
 | 
	
		
			
			|  | 16 | +input[type="submit"]{padding:2px 6px;margin:2px 4px;display:inline-block;background:#3498db;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0;cursor:pointer}
 | 
	
		
			
			|  | 17 | +input[type="checkbox"]{visibility:hidden}
 | 
	
		
			
			|  | 18 | +fieldset{margin:8px;border:1px solid #3498db}
 | 
	
		
			
			|  | 19 | +#categories{margin:0 10px}
 | 
	
		
			
			|  | 20 | +.checkbox_container{display:inline-block;position:relative;margin:0 3px;padding:0}.checkbox_container input{display:none}
 | 
	
		
			
			|  | 21 | +.checkbox_container label,.engine_checkbox label{cursor:pointer;padding:4px 10px;margin:0;display:block;text-transform:capitalize;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
 | 
	
		
			
			|  | 22 | +.checkbox_container input[type="checkbox"]:checked+label{background:#3498db;color:#fff}
 | 
	
		
			
			|  | 23 | +.search .checkbox_container label{border-bottom:4px solid #e8e7e6}
 | 
	
		
			
			|  | 24 | +.search .checkbox_container label:hover{border-bottom:4px solid #3498db}
 | 
	
		
			
			|  | 25 | +.search .checkbox_container input[type="checkbox"]:checked+label{border-bottom:4px solid #2980b9}
 | 
	
		
			
			|  | 26 | +.engine_checkbox{padding:4px}
 | 
	
		
			
			|  | 27 | +label.allow{background:#e74c3c;padding:4px 8px;color:#fff;display:none}
 | 
	
		
			
			|  | 28 | +label.deny{background:#2ecc71;padding:4px 8px;color:#444;display:inline}
 | 
	
		
			
			|  | 29 | +.engine_checkbox input[type="checkbox"]:checked+label:nth-child(2)+label{display:none}
 | 
	
		
			
			|  | 30 | +.engine_checkbox input[type="checkbox"]:checked+label.allow{display:inline}
 | 
	
		
			
			|  | 31 | +a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad}
 | 
	
		
			
			|  | 32 | +.result{margin:19px 0 18px 0;padding:0;max-width:55em;clear:both}
 | 
	
		
			
			|  | 33 | +.result_title{margin-bottom:0}.result_title a{color:#2980b9;font-weight:normal;font-size:1.1em}.result_title a:hover{text-decoration:underline}
 | 
	
		
			
			|  | 34 | +.result_title a:visited{color:#8e44ad}
 | 
	
		
			
			|  | 35 | +.result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0}
 | 
	
		
			
			|  | 36 | +.result .content{font-size:.8em;margin:0;padding:0;max-width:54em;word-wrap:break-word;line-height:1.24}
 | 
	
		
			
			|  | 37 | +.result .url{font-size:.8em;margin:3px 0 0 0;padding:0;max-width:54em;word-wrap:break-word;color:#c0392b}
 | 
	
		
			
			|  | 38 | +.engines{color:#888}
 | 
	
		
			
			|  | 39 | +.small_font{font-size:.8em}
 | 
	
		
			
			|  | 40 | +.small p{margin:2px 0}
 | 
	
		
			
			|  | 41 | +.search{background:#ecf0f1;padding:0;margin:0}
 | 
	
		
			
			|  | 42 | +.right{float:right}
 | 
	
		
			
			|  | 43 | +.invisible{display:none}
 | 
	
		
			
			|  | 44 | +.left{float:left}
 | 
	
		
			
			|  | 45 | +.image_result{float:left;margin:10px 10px;position:relative;height:160px}.image_result img{border:0;height:160px}
 | 
	
		
			
			|  | 46 | +.image_result p{margin:0;padding:0}.image_result p span a{display:none;color:#fff}
 | 
	
		
			
			|  | 47 | +.image_result p:hover span a{display:block;position:absolute;bottom:0;right:0;padding:4px;background-color:rgba(0,0,0,0.6);font-size:.7em}
 | 
	
		
			
			|  | 48 | +.torrent_result{border-left:10px solid #d3d3d3;padding-left:3px}.torrent_result p{margin:3px;font-size:.8em}
 | 
	
		
			
			|  | 49 | +.definition_result{border-left:10px solid #808080;padding-left:3px}
 | 
	
		
			
			|  | 50 | +.percentage{position:relative;width:300px}.percentage div{background:#444}
 | 
	
		
			
			|  | 51 | +table{width:100%}
 | 
	
		
			
			|  | 52 | +td{padding:0 4px}
 | 
	
		
			
			|  | 53 | +tr:hover{background:#ddd}
 | 
	
		
			
			|  | 54 | +#search_wrapper{position:relative;max-width:600px;padding:10px}
 | 
	
		
			
			|  | 55 | +.center #search_wrapper{margin-left:auto;margin-right:auto}
 | 
	
		
			
			|  | 56 | +.q{background:none repeat scroll 0 0 #fff;border:1px solid #3498db;color:#222;font-size:16px;height:28px;margin:0;outline:medium none;padding:2px;padding-left:8px;padding-right:0 !important;width:100%;z-index:2}
 | 
	
		
			
			|  | 57 | +#search_submit{position:absolute;top:13px;right:1px;padding:0;border:0;background:url('/static/img/search-icon.png') no-repeat;background-size:24px 24px;opacity:.8;width:24px;height:30px;font-size:0}
 | 
	
		
			
			|  | 58 | +#results{margin:10px;padding:0;margin-bottom:20px}
 | 
	
		
			
			|  | 59 | +#sidebar{position:absolute;left:54em;width:15em;margin:0 2px 5px 5px;padding:0 2px 2px 2px}
 | 
	
		
			
			|  | 60 | +#suggestions span{display:block;margin:0 2px 2px 2px;padding:0}
 | 
	
		
			
			|  | 61 | +#suggestions form{display:block}
 | 
	
		
			
			|  | 62 | +#suggestions input{padding:2px 6px;margin:2px 4px;font-size:.8em;display:inline-block;background:#3498db;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0;cursor:pointer}
 | 
	
		
			
			|  | 63 | +#search_url{margin-top:8px}#search_url input{border:1px solid #888;padding:4px;color:#444;width:20em;display:block;margin:4px}
 | 
	
		
			
			|  | 64 | +#preferences{top:10px;padding:0;border:0;background:url('/static/img/preference-icon.png') no-repeat;background-size:28px 28px;opacity:.8;width:28px;height:30px;display:block}#preferences *{display:none}
 | 
	
		
			
			|  | 65 | +#pagination{clear:both}
 | 
	
		
			
			|  | 66 | +#apis{margin-top:8px;clear:both}
 | 
	
		
			
			|  | 67 | +@media screen and (max-width:60em){#sidebar{position:static;max-width:50em;margin:0 0 2px 0;padding:0;float:none;border:none;width:auto} #suggestions span{display:inline;font-size:.8em} #suggestions form{display:inline} #suggestions input{padding:2px 6px;margin:2px 4px;font-size:.8em;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0;cursor:pointer}}@media screen and (max-width:680px){#search_wrapper{width:90%;clear:both;overflow:hidden} .right{display:none;postion:fixed !important;top:100px;right:0} #apis{display:none} #categories{font-size:80%;clear:both}#categories .checkbox_container{margin-top:2px;margin:0 2px} .checkbox_container{display:block;width:100%}.checkbox_container label{border-bottom:0} .result{border-top:1px solid #e8e7e6;margin:7px 0 6px 0}.result img{max-width:90%;width:auto;height:auto}}.favicon{float:left;margin-right:4px;margin-top:2px}
 | 
	
		
			
			|  | 68 | +.preferences_back{background:none repeat scroll 0 0 #3498db;border:0 none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;display:inline-block;margin:2px 4px;padding:4px 6px}.preferences_back a{color:#fff}
 |