/* another css  */


@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Open+Sans:400,700);
body {
  /* padding-top: 20px; */
}

.track-progress {
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 10px 10px;
  background: white;
  height: 80px;
  border-bottom: 2px dotted #e5e5e5;
  /* border-radius: 10px; 
  -moz-box-shadow: 0 4px 6px -5px black;
  -webkit-box-shadow: 0 4px 6px -5px black;
  box-shadow: 0 4px 6px -5px black;*/
}
.track-progress li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #bbb;
  border-bottom: 4px #bbb solid;
  line-height: 3em;
  width: 33.3%;
  float: left;
}
.track-progress li:after {
  content: "";
  /*non-breaking space */
}
.track-progress li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}
@media (max-width: 800px) {
  .track-progress li {
    font-size: 0.7em;
  }
}
.track-progress li span {
  padding-left: 0.75em;
}
@media (max-width: 640px) {
  .track-progress li span {
    display: none;
  }
}
.track-progress li.done {
  color: #bbb;
  font-weight: bold;
  border-bottom: 4px #18ce0f solid;
}
.track-progress li.done:before {
  content: "";
  background: #18ce0f;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}
.track-progress li.todo:before {
  content: "";
  background: white;
  border: 0.25em solid #bbb;
  height: 1.2em;
  width: 1.2em;
  border-radius: 1.2em;
}
.track-progress span {
  /* display: none; */
  font-weight: 700;
  padding-left: 0.75em;
}
@media (max-width: 640px) {
  .track-progress span {
    display: inline;
  }
}

/* p {
  margin: 0 auto;
  max-width: 500px;
  width: 75%;
  margin-top: 25px;
  font: 18px/28px 'Open Sans',sans-serif;
  color: #eee;
}
p span {
  display: block;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  color: white;
} */

.tripbox {
	padding: 3px 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-color: #eee;
}

.tripdbox {
	padding: 3px 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}