/* CSS */
#grouptitle {
font-size: 16px;
font-weight: bold;
color: hsl(0, 50%, 50%);
}
.option {
font-size: 16px;
font-weight: bold;
color: hsl(210, 50%, 50%);
}
.suboption {
margin-left: 30px;
font-size: 16px;
font-weight: bold;
color: hsl(210, 50%, 50%);
}
.suboption2 {
margin-left: 30px;
}
description {
width: 340px;
}
.dicdescr {
margin-left: 27px;
}
.disabled {
opacity: .25;
}
.dialogheader-title {
margin: 5px;
padding: 5px 8px;
border: 1px solid hsl(210, 50%, 80%);
background-color: hsl(210, 50%, 50%);
color: hsl(210, 10%, 90%);
font-size: larger;
font-weight: bold;
}