.bookmark {
	position:relative;
	top:-45px;
}


[class*="division-"] {
	border-style:solid;
	min-height:100px;
	font-size:150%;
}

.division-inactive {
	background-color:white;
}

.division-active {
	background-color:green;
}

.hide {
	visibility:hidden;
}

.exercise-name {
	width:75%;

	text-align:center;
	float:left;
}

.exercise-img {
	width:25%;
	max-width:300px;
	float:right;
}
.rest-remaining {
	width:75%;

	text-align:center;
	float:left;
}

.done {
	width:15%;
	min-width:100px;
	border:0;
	background: transparent;
//	visibility:hidden;
}


.timer {
	
}

span.avoidwrap { display:inline-block; }