.gcss-header-panel-main-container {
	display: flex;
	flex-direction: column;
	gap: 2px;
	background-color: rgb(255,255,255, 0.9);
	color: black;
}	
.gcss-header-panel-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	flex-grow: 1;
	padding: 5px 10px;
	border-bottom: 1px dotted grey;
	color: inherit;
	background-color: beige;
}
.gcss-header-panel-row a {
	text-decoration: underline;	
	flex: 1;
}
.gcss-header-panel-row .css-msg {
	flex: 1;
	line-height: 3;
}
.gcss-header-panel-row label {
	width: auto !important;
	margin-bottom: 0;
	margin-right: 10px;
}
.gcss-header-panel-row label input[type="checkbox"]{
	margin: 0;
}
.gcss-header-panel-row p {
	margin: 0;
	line-height: 1.8;
}
.gcss-header-panel-row:last-child {
	border-bottom: none;
}
.gcss-header-panel-close {
	font-size: 2rem;
	background-color: transparent;
	color: inherit;
}
.gcss-header-panel-close:hover {
	color: brown;
}
.jsclass_annc_priority {
	line-height: 2;
	padding: 0 10px;
}
.gcss-header-panel-row.NORMAL {
	color: black;
}
.gcss-header-panel-row.REMINDER {
	color: blue;
}
.gcss-header-panel-row.WARNING {
	color: red;
	text-transform: uppercase;
}
.gcss-header-panel-row.ALERT {
	text-transform: uppercase;
	background-color: brown;
	color: white;
}
.gcss-header-panel-row.CRITICAL {
	text-transform: uppercase;
	background-color: rgb(255,0,0, 0.7);
	color: white;
}