
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.42857; color: #333; background-color: #fff; margin: 0; padding: 20px 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; }
h1 { font-size: 36px; }
h2 { font-size: 30px; border-bottom: 2px solid #eee; padding-bottom: 5px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; font-weight: 700; margin-bottom: 5px; }

/* Text Utilities */
p { margin: 0 0 10px; }
a { color: #337ab7; text-decoration: none; }
a:hover, a:focus { color: #23527c; text-decoration: underline; }
.text-muted { color: #777; }
.small, small { font-size: 85%; }


.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 800px; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }


ul { margin-top: 0; margin-bottom: 10px; }
.list-unstyled { padding-left: 0; list-style: none; }


.label { display: inline-block; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; margin-right: 4px; margin-bottom: 4px; }
.label-primary { background-color: #337ab7; }

footer {
  text-align: center;
  color: #8f8f8f;
  padding-bottom: 18px;
  font-size: 12px;
}

footer a {
  color: rgb(41, 132, 181);
}