@CHARSET "UTF-8";


.history .last, .history .future {
	float:left;
	}

.history .caption {
font-size: 14px;
margin-bottom: 7px;
font-weight: bold;
}

.history .last, .history .last a {
color: #676767;
}

.history .future, .history .future a {
color: #f18c00;
text-transform: uppercase;
}

.history a:hover {
	color: white;
	}


.history ul {
font-size: 12px;
}
  .history ul li {
  float:left;
  width: 83px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  }
  .history .last ul li { 
  background-position: 0 4px;
  }
  .history .last ul li {
  background-image: url(/assets/img/history/bg-last.jpg);
  }
  .history .future ul li {
  background-image: url(/assets/img/history/bg-future.jpg);
  }
  .history .last li.ended {
  background-image: url(/assets/img/history/bg-last-ended.jpg);
  }
  .history .future li.ended {
  background-image: url(/assets/img/history/bg-future-ended.jpg);
  }
    .history .date {
    margin-top: 16px;
    }
    .history .day, .history .month{
    font-size: 15px;
    font-weight: bold;
    }
