<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bottomButtonContainer{
	width: 100%;
	text-align: center;
}

#bottomButtonContainer button{
	padding: 12px 0px 12px 0px;
	margin: 10px;
	width: 17%;
}

#controlPanelContent{
	width: 73%;
	padding: 10px;
}

legend.title{
	font-size: 1.2em;
	font-weight: bold;
}

#loadingMessage,
#errorMessage,
#savedMessage{
	text-align: center;
	padding: 10px;
	display: none;
}

#loadingMessage{
	display: block;
	margin-bottom: 10px;
}

/* Red */
#clearButton:hover .ui-icon,
#cancel:hover .ui-icon,
.clickableIcons .ui-icon-trash:hover{
	background-image: url(../../images/ui-icons_cd0a0a_256x240.png);
	cursor: pointer;
}

/* Blue */
#addToLicenses:hover .ui-icon,
#save:hover .ui-icon{
	background-image: url(../../images/ui-icons_2e83ff_256x240.png);
}

/* Orange */
.clickableIcons .ui-icon-pencil:hover{
	background-image: url(../../images/ui-icons_ef8c08_256x240.png);
	cursor: pointer;
}

button#save{
	
}
</pre></body></html>