1 /* Styles specific to a small screen, such as iPhone, Android, etc... */
3 * { -webkit-appearance: none; }
5 /* Default rules for the body of every page */
11 /* Rules for the whole left sidebar, including the logo */
14 display: inline-block !important;
20 float: none !important;
30 border-bottom: 1px solid #ddd;
35 h1 { padding-bottom: 15px; }
44 .mobile-hide { display: none !important; }
54 border-top: 1px solid #eee;
56 border-bottom: 1px solid #eee;
83 #content { margin-top: 58px; }
117 .leaflet-top.leaflet-right {
118 top: 10px !important;
131 /* Rules for the map UI */
143 border-radius: 4px 4px 0 0;
147 border-radius: 0 0 4px 4px;
156 /* Rules for the login form */
158 #login_login input#user_email {
163 #login_login input#user_password {
168 #login_login input#openid_url {
173 #login_openid_buttons td {
177 /* Rules for the user view */
180 width: 100% !important;
181 height: 300px !important;
184 #userinformation .deemphasize {
186 right: auto; left: auto;
191 /* Rules for the sign-up page */
204 .site-about #content .attr h1 {