.forecast-slot {
	width: 100%;
	background-color: whitesmoke;
	display: flex;
	flex-direction: column;
	border-width: 0px;
	border-radius: 5px;
	padding: 4px;
	box-sizing: border-box;
}

.forecast-day-container {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.forecast-slot-day, .forecast-slot-reviews, .forecast-slot-total {
	font-family: hand;
	font-size: 16px;
}

.forecast-slot-day {
	flex-grow: 1;
	padding-left: 5px;
	margin: 0px;
}

.forecast-slot-reviews {
	padding-right: 7px;
	margin: 0px;
    margin-right: 7px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #d8d8d8;
}

.forecast-slot-total {
	padding-right: 5px;
	margin: 0px;
}