/* Default CSS for annotations. Default colors could be added here. */

.annotation-highlight,
.annotation-highlight:hover {
	cursor: pointer;
}

.annotation-text {
	display: none;
	cursor: pointer;
	font-style: italic;
	line-height: initial;
	vertical-align: baseline;
	padding-left: 0.3em;
	padding-right: 0.3em;
	white-space: pre-wrap;
}

.annotation-text-hidden {
	display: none;
}

.annotation-control {
	float: right;
	border: 1px solid #ccc;
	width: 33%;
	min-width: 200px;
	padding: 15px 20px;
	margin: 0 0 15px 15px;
}

#annotation-control-form p {
	margin: 0;
}

#annotation-control-form input {
	margin-right: 5px;
}