.page-header {
  margin: inherit;
  margin-bottom: 20px;
  background-color: deepskyblue;
}
.tab-content {
  border: solid #ddd;
  border-width: 0px 1px 1px 1px;
}
ul.nav-tabs > li > a {
  color: black;
}
.legend {
  padding: 0px 8px 8px 8px;
}
.side-menu {
  margin-top: -20px;
  padding-top: 20px;
  background-color: aliceblue;
}
.panel-connection {
  margin-top: 32px;
}
#dashboard .number {
  font-size: 64px;
}
#dashboard .unit {
  font-size: 48px;
}
section#steps-commande .progress {
  height: 10px;
}
section#steps-commande .step-commande-1,
section#steps-commande .step-commande-2,
section#steps-commande .step-commande-3,
section#steps-commande .step-commande-4,
section#steps-commande .step-commande-5,
section#steps-commande .step-commande-6 {
  position: relative;
  float: left;
  text-align: center;
  width: 20%;
}
section#steps-commande.four-steps .step-commande-1,
section#steps-commande.four-steps .step-commande-2,
section#steps-commande.four-steps .step-commande-3,
section#steps-commande.four-steps .step-commande-4,
section#steps-commande.four-steps .step-commande-5,
section#steps-commande.four-steps .step-commande-6 {
  width: 25%;
}
section#steps-commande.five-steps .step-commande-1,
section#steps-commande.five-steps .step-commande-2,
section#steps-commande.five-steps .step-commande-3,
section#steps-commande.five-steps .step-commande-4,
section#steps-commande.five-steps .step-commande-5,
section#steps-commande.five-steps .step-commande-6 {
  width: 20%;
}
.text-muted {
  color: #ddd;
}
.img-thumbnail {
  background-color: #ddd;
}
.panel .panel-heading {
  font-weight: bold;
  font-variant: small-caps;
  padding-top: 6px;
  padding-bottom: 6px;
}
