.sc-header {
	background-color: rgb(62, 185, 152);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: white;
}

input:checked ~ .sc-head-trash {
	color: red;
}
.sc-head-trash {
}
.sc-head-controls {
	background-color: rgb(62, 185, 152);
}
.sc-head-label {
}
.sc-font-preview {
    text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
	border: 0 !important;
	height: auto !important;
}