/*Styles only for homepage animation*/
.screen .wrapper {
	margin: 90px 0px 20px 0px;
}
.pseudobar {
	font-size: 0.8em;
}
.right p{
  margin-right:50%;
}
.endBox .heading {
	font-size: 0.9em;
}
.marker-box {
	  background: rgba(255,255,255,0.6);
}
.marker div {
  width: 180px;
  font-size: 1em;
  text-align: center;
}
.marker h5 {
	padding-bottom: 30px;
}
.top-mark {
  text-align: center;
}
.top-mark img {
	margin-top: 5px;
}
.top-mark div {
  margin-left: 50px;
  width: 30px;
}
.top-mark .timer { 
  padding: 2px 13px 2px 3px;
  min-width: 30px;
  display:none;
  font-size: 12px;
}
.top-mark .percent {
  width: 25px; 
  margin-left: 75px; 
  margin-top: 3px;
  font-size: 12px;
}
.marker .pseudobar {
	margin-top: 8px;
}
.updates {
	margin-top: 5px;
}
/*Not passed is default*/
.updates .point {
  padding: 7px 3px;
  border-radius: 5px;
  border:3px solid rgba(240, 240, 240, 0.8);
  background:rgba(255, 255, 255, 0.8);
  color:transparent;
  z-index: 5;
}
.passed {
  border:3px solid #5D7DA6 !important;
  background: #5D7DA6 !important;
  color:#EEE !important;
}
/*Unresolved is default*/
.updates .alert {
  line-height: 0;
  color:#f7f7f7;
  font-weight: 800;
  cursor: pointer;
   padding: 10px 5px;
   background: #d64d4d;
}

.updates .alertDist {
  background: #d64d4d;
  color: #f7f7f7;
  font-weight: 800;
  cursor: pointer;
  padding: 6px 15px 4px 5px;
  border-radius: 0;
}

.resolved{
	background: transparent !important;
}
/*FIX for IE for margin issue of the percent marker in animation*/
.no-csstransforms3d .timer{
 margin-left: 10px;
 /*font-size moved, should always be 12*/
 display:none;
}
