.background-option {
	border:3px #ccc solid;
	float:left;
	cursor:pointer;
	margin-right:15px;
}
.background-option.selected {
	border:3px #2BDE73 solid;
}

.html-helper pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

table.admin-images img {
	max-height:100px;
}
