.studymeter {
	border: 1px solid #303030;
	height: 11px;
	margin-bottom:7px;
	width: 252px;
}

.studymeter div {
	float: left;
}

.studymeter-done {
	background: #443B34;
	cursor: pointer;
	height: 11px;
	width: 77px;
}

.studymeter-done-without-results {
	background: #7D6D60;
	cursor: pointer;
	height: 11px;
	width: 0px;
}

.studymeter-current {
	background: #AEA095;
	cursor: pointer;
	height: 11px;
	width: 21px;
}

.studymeter-upcoming {
	background: #DAD3CE;
	cursor: pointer;
	height: 11px;
	width: 21px;
}