/*
 *	Its not part of the framework! Only for test purpose!
 */
body {
  margin: 0; }

header {
  text-align: center;
  margin: 0;
  height: 150px;
  width: 100%;
  background-color: #4f4f4f;
  color: white; }

h1 {
  padding: 50px;
  margin: 0; }

h2 {
  padding: 10px;
  text-align: center; }

hr {
  width: 90%;
  margin: 30px auto;
  color: #c1c1c1;
  border-style: solid; }

.main-container {
  padding-bottom: 100px;
  max-width: 1024px;
  margin: auto; }

.feature {
  padding: 10px;
  width: 80%;
  margin: auto; }

.line {
  width: 100%;
  height: 25px;
  margin: 10px;
  border: 1px solid #4f4f4f;
  border-radius: 10px;
  background-color: #eaeaea; }
  .line .element {
    height: 100%;
    border-radius: 10px;
    background-color: #c1c1c1;
    text-align: center;
    font-size: 1.3em;
    color: white;
    cursor: default;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .line .element:hover {
      background-color: #cecece; }
      .line .element:hover span {
        display: none; }
      .line .element:hover:after {
        content: attr(title); }

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