/* Align TNT Australia public track & trace UI results with new global layout. */
.border, .headings span {
  border: 0px solid #999;
}

.non-active {
  color: #999;
}

.lbrBorder {
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding-bottom: 24px;
}

.clear {
  clear: left;
}

.hidden {
  display: none;
}

.bold {
  font-family: 'Museo Sans W01 700' ,Arial,Helvetica,sans-serif;
}

.left {
  float: left;
}

.headings {
  float: left;
}

.headings span {
  float: left;
  width: 100%;
  height: 100%;
}

.timeline {
  float: left;
}

.summary {
  width: 20%;
  border-left: 1px solid #999;
  float: left;
  display: inline-block;
  position: relative;
}

.headings {
  width: 40%;
  height: 250px;
}

.headings span {
  width: 100%;
  height: 25%;
  text-align: center;
}

.timeline {
  width: 30px;
  height: 250px;
  min-width: 30px;
}

/*VERTICAL LAYOUT*/
@media screen and (max-width: 519px) {
  .headings {
    width: 60%;
  }
  .summary {
    clear: left;
    width: 100%;
    height: 250px;
    border-top: 1px solid #999;
    border-left: none;
    top: 0px;
    position: static;
    padding-left: 0px;
  }
  .track-detail {
    height: 552px;
    padding-left: 50px;
  }
  .summary {
    padding-top: 35px;
  }
  .order-ship.sucess.delivered em {
    top: -5px;
    left: -20px;
  }
}

/*VERTICAL LANDSCAPE LAYOUT*/
@media screen and (min-width: 520px) and (max-width: 759px) {
  .summary {
    float: left;
    height: 100%;
    border-left: 1px solid #999;
    border-top: none;
    top: -20px;
    position: relative;
    padding-left: 20px;
  }
}

/*HORIZONTAL LAYOUT*/
@media only screen and (min-width: 760px) {
  .headings {
    width: 75%;
    height: 50px;
  }
  .headings span {
    width: 25%;
    height: 100%;
    text-align: left;
  }
  .timeline {
    width: 75%;
    height: 50px;
    left: 25px;
    position: relative;
  }
  .summary {
    float: right;
    width: 25%;
    height: 100%;
    position: relative;
    top: -100px;
    /* pulls div above normal flow of float direction */
    border-left: 1px solid #999;
  }
}
