.Steelblue #logo {
  color: #ffffff;
  border-color: #cacaca #e3e3e3 #cacaca #e3e3e3;
  border: 1px solid #e3e3e3;
}
.Steelblue ul.tree {
  color: #224058;
}
.Steelblue ul.tree li > span:hover {
  color: #4682b4;
  cursor: pointer;
}
.Steelblue #main {
  background-color: #d1d7dc;
}
.Steelblue .navbar-default .navbar-brand,
.Steelblue .navbar-default .navbar-nav > li > a {
  color: #353e46;
}
.Steelblue #main-content {
  border: 1px solid #cacaca;
}
.Steelblue #main-content b,
.Steelblue #main-content h3,
.Steelblue #main-content h1 {
  color: #4b5863;
}
.Steelblue .preambula {
  background-color: #ffffff;
  color: #617280;
}
.Steelblue #right {
  background-color: #353e46;
  background-image: -webkit-linear-gradient(left, #353e46, #4b5863, #353e46);
  background-image: -moz-linear-gradient(left, #353e46, #4b5863, #353e46);
  background-image: -ms-linear-gradient(left, #353e46, #4b5863, #353e46);
  background-image: -o-linear-gradient(left, #353e46, #4b5863, #353e46);
  background-image: linear-gradient(left, #353e46, #4b5863, #353e46);
}
#main {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 50%, transparent 50%), -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 50%, transparent 50%), -webkit-linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.12) 50%), -webkit-linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.14) 50%);
  background-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0.05) 50%, transparent 50%), -moz-linear-gradient(to left, rgba(255, 255, 255, 0.08) 50%, transparent 50%), -moz-linear-gradient(to left, transparent 50%, rgba(255, 255, 255, 0.12) 50%), -moz-linear-gradient(to left, transparent 50%, rgba(255, 255, 255, 0.14) 50%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 50%, transparent 50%), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.12) 50%), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.14) 50%);
  background-size: 13px, 29px, 37px, 53px;
}
#nav {
  margin: 0;
  padding: 0px 20px;
  background-color: #fafafa;
  -moz-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.4);
}
.navbar {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .navbar-nav a {
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .navbar-nav a {
    font-size: 14px;
  }
}
@media all and (min-width: 1171px) {
  .navbar-nav a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .navbar-brand {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .navbar-brand {
    font-size: 14px;
  }
}
@media all and (min-width: 998px) {
  .navbar-brand {
    font-size: 16px;
  }
}
@media all and (min-width: 1171px) {
  .navbar-brand {
    font-size: 18px;
  }
}
#main-content {
  background-color: white;
}
@media all and (min-width: 1171px) {
  #main-content {
    padding: 50px;
  }
}
@media all and (max-width: 1170px) {
  #main-content {
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  #main-content {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  #main-content {
    font-size: 12px;
  }
}
@media all and (min-width: 1171px) {
  #main-content {
    font-size: 14px;
  }
}
.preambula {
  padding: 50px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media all and (max-width: 767px) {
  .preambula {
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .preambula {
    font-size: 14px;
  }
}
@media all and (min-width: 1171px) {
  .preambula {
    font-size: 16px;
  }
}
ul.tree ul {
  margin: 10px;
  margin-left: 20px;
}
#tree {
  margin-top: 20px;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  margin-bottom: 40px;
}
/*# sourceMappingURL=index.css.map */