@charset "UTF-8";


/* FONTS
------------------ */
@font-face {
  font-family: "Titillium";
  src: url("../fonts/TitilliumWeb-BoldItalic.woff") format('woff');
  font-weight: 600;
}

@font-face {
  font-family: "Titillium";
  src: url("../fonts/TitilliumWeb-Bold.woff") format('woff');
  font-weight: 600;
}

@font-face {
  font-family: "Titillium";
  src: url("../fonts/TitilliumWeb-Italic.woff") format('woff');
  font-weight: 400;
}

@font-face {
  font-family: "Titillium";
  src: url("../fonts/TitilliumWeb-Regular.woff") format('woff');
  font-weight: 400;
}

@font-face {
  font-family: "Titillium";
  src: url("../fonts/TitilliumWeb-LightItalic.woff") format('woff');
  font-weight: 300;
}

@font-face {
  font-family: "Titillium";
  src: url("../fonts/TitilliumWeb-Light.woff") format('woff');
  font-weight: 300;
}



.light {
  color: #aaa;
}
span.maroon {
  color: maroon;
}
span.color1 {
  color: #BC3636;
}
th.parameter,
td.parameter {
  width: 25%;
}
html,
body {
  font-family: "Titillium","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #333;

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium","Helvetica Neue",Helvetica,Arial,sans-serif;
}




pre {
  background-color: #fff;
}
h2 {
  color: #777;
}



.jumbotron {
  background: transparent !important;
}



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