@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
  text-align: center;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

#header {
  width: 100%;
  height: 60px;
  text-align: center; }
  #header .content {
    text-align: left;
    display: block;
    height: 55px;
    margin: 0 auto;
    min-width: 700px;
    max-width: 1280px; }
  #header .button {
    margin: 6px 40px 0 0;
    float: right; }

.theme-bar {
  width: 100%;
  height: 5px;
  background: #0097d4; }

.bottom-shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); }

#page {
  text-align: left;
  position: relative;
  margin: 0 auto 60px auto;
  min-width: 700px;
  max-width: 1280px; }

#menu {
  width: 240px;
  float: left;
  margin-left: 40px; }
  #menu ul {
    list-style: none;
    padding: 0;
    margin: 82px 0 0 0; }
    #menu ul > li {
      padding: 4px 0; }
      #menu ul > li > a {
        color: #666666;
        text-decoration: none; }

#content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 280px;
  margin-right: 40px; }

h1 {
  font-weight: 300;
  color: #0097d4;
  font-size: 24px;
  line-height: 41px;
  margin: 7px 0 7px 38px;
  text-transform: uppercase; }

h2 {
  color: #0097d4;
  margin: 0 0 40px 0;
  font-weight: 300; }

h3 {
  font-weight: 300;
  color: #666666; }

p, ul, ol {
  color: #666666;
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.4em; }

img {
  width: 960px; }

/*.col-text {
    > ol, > ul {
        > ol, > ul {
            font-size: 0.9em;
        }
    }
}*/
.gray {
  color: #cccccc; }

section {
  position: relative;
  float: left;
  margin-top: 50px;
  border-top: 2px solid #cccccc;
  padding-top: 30px; }

.col-text {
  padding: 0; }

.col-buttons {
  width: 200px;
  position: absolute;
  top: 30px;
  right: 0; }
  .col-buttons a {
    float: right; }

.button {
  padding: 2px 16px;
  cursor: pointer;
  display: block;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none; }
  .button.button-white {
    background-color: #FFFFFF;
    color: #cccccc;
    border: 1px solid #cccccc; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*# sourceMappingURL=help.css.map */
