@charset "utf-8";

/* steps
--------------------------------------------------------------------------------*/

.steps {
  display: block;
  position: relative;
  height: auto;
  width: 700px;
  margin: 0 auto 10px auto;
  border: none;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.steps-margin {
  margin-top: 30px;
  margin-bottom: 0;
}

.step {
  display: block;
  float: left;
  border: none;
  height: auto;
  width: 175px;
  padding: 0;
  color: #fff;
  background: #dff3f6;
  background: #cce3e6;
  background: #229eb9;
}

.step A {
  color: #fff;
}

.step-active {
  background: #cde4e8;
  background: #bdd4d7;
  background: #173e4e;
}

.step-content {
  padding: 10px;
}