body {
  font-family: Helvetica;
  background: #333333;
  padding: 10px;
}

.title {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
}

div.templates {
  display: none;
}

.tree {
  position: relative;
  padding: 0;
  float: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: white;
  max-width: 750px;
  margin: auto;
  text-decoration: none;
  list-style: none;
}

.linia {
  text-align: center;
  padding-top: 10px;
}

hr {
  margin: 10px;
}

.tree ul {
  padding-left: 2px;
  padding-top: 5px;
  list-style: none;
  font-weight: normal;
}
.tree ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tree ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  content: "";
  background-color: white;
}
.tree ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: white;
}
.tree ul li:last-child:after {
  height: 15px;
}

.tree ul a {
  cursor: pointer;
}
.tree ul a:hover {
  text-decoration: none;
}


.tree span {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #bbc3c8;
}


.button {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  text-align: center;
  padding: 10px 18px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px white;
}
.button:hover,
.button:focus {
  text-decoration: none;
  color: white;
}
