@import "reset.css";

html, body {
  height: 100%;
  margin: 0;
}

body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 60px 30px 30px 30px;
  color: #333;
  background-color: #efefef;
}

body.strossle {
  background-color: #fff;
}

body main {
  min-height: 100%;
}

body main h1.body-main-title {
  font-size: 36px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

body main h1.body-main-title span.accent {
  color: #111;
  font-weight: bolder;
}

body main .test-case {
  text-align: center;
}

body main .test-case h2 {
  font-size: 24px;
}
body main .test-case .newsletter,
body main .test-case .widget {
  display: inline-block;
}

body main ul {
  margin: 40px;
  text-align: left;
}

body main ul li {
  padding: 5px;
  text-align: left;
}

body footer {
  text-align: center;
  font-size: 12px;
}
