.hours {
  background: #313131;
	color: white;
}

.hours p { 
	position: relative;
  background: inherit;
  margin: 0 auto;
  line-height: 1.5em;
  color: #fff;
  padding-right: 4em;
  margin-bottom: .5em;
}
.hours p:before {
	position: relative;
  content: '';
  position: absolute;
  bottom: .5em;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dotted #ddd;
}
.hours .day {
	position: relative;
  background: inherit;
  display: inline;
  z-index: 1;
  padding-right: .5em;
}
.hours .time {
	position: relative;
  background: inherit;
  position: absolute;
  min-width: 4em;
  bottom: 0;
  right: 0;
  padding-left: .5em;
  text-align: right;
  z-index: 2;
}
/*
.hours .time:before {
	position: relative;
  content: '$';
}
*/
