@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

.datetime {
  font-size: 5px;
  padding: 10px;
  color: #ffffff;
  background: #444444;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-right: 10px #FD5429 solid;
  width: 165px;
  opacity: 70%;
  font-weight: 500;
}

.time {
  font-size: 35px;
  color: #E81870;
  opacity: 100%;
			font-family: Raleway, Helvetica, sans-serif;
			font-weight: 700;
}

.date {
  margin-top: 0px;
  font-size: 12px;
  opacity: 100%;
			font-family: Raleway, Helvetica, sans-serif;
			font-weight: 200;
}