@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);

body {
  background: #fefefe;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.2rem;
}

h1, h2 {
  text-align: center;
}

ul {
  margin: 0;
  padding: 0;
}

.offline .logo {
  width: 100%;
}

#status-update-textarea {
  width: 100%;
  height: 150px;
  font-size: 1.2em;
  max-width: 600px;
  margin: auto;
  display: block;
}

#status-update-submit-wrapper {
  margin: 10px auto;
  text-align: center;
}

body {
  background: #dce1df;
  color: #4f585e;
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering: optimizeLegibility;
}
