/* reset */
* {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; }

a:link { text-decoration: underline; color: #485458;}
a:visited { text-decoration: underline; color: #485458;}
a:hover { text-decoration: underline; color: #485458;}


/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.box,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container {
  font-size: 12px;
  font-family: "Open Sans",helvetica,arial,sans-serif;
  color:#485458;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .box,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}

/* custom box setup */

.box h2 {
  font-size: 16px;
  font-weight:bold;
}

.box h3 {
  font-size: 14px;
  margin-top: 8px;
  font-weight:bold;
}

.box h4 {
  font-size: 12px;
  font-weight:bold;
}


@media (min-width: 768px) {
  .box h4 {
    margin-left: 24px;
    padding-bottom: 0px;
  }
}

.box li {
  font-size:12px;
}

@media (min-width: 768px) {
  .box li {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 0px;
  }
}

.box p {
  font-size:12px;
}

@media (min-width: 768px) {
  .box p {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 0px;
  }
}


.box pre {
  font-family: Consolas, monaco, monospace;

  font-size: 11px;
  color: #485458; 

  border:1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.box code {
  font-family: Consolas, monaco, monospace;
}

@media (min-width: 768px) {
  .box pre {
    margin: 8px 8px 8px 24px;
    padding: 8px 8px 8px 8px;
  }
}
