body {
    line-height: 1.4;
	font-size: 15px;
}
.top-panel {
    display: flex;
    flex-direction: row;  
    align-items: bottom;
}
.left-panel {
    width: 200px;
    height: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.right-panel {
    width: 150px;
	height: 100%;
    padding: 5px;
    display: flex;  
    flex-direction: column;
    justify-content: flex-start;
}
.right-panel > *:last-child {
  margin-top: auto;
  margin-bottom: 5px;
}
.message-panel {
    display: flex;
    justify-content: flex-start;  
    height: 25px;
    border-radius: 5px; 
    align-items: center;
    padding-left: 8px;  
}
.status-severe {
    background-color: #E4655A;
}
.status-warning {
    background-color: #F4CE62;
}
.status-info {
    background-color: #71CFB4;
}
.status-default {
    background-color: #82C1D7;
}
.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 5px;
    align-items: center;
}
.form-row > label {
    flex: 1;
}
.form-row > input {
    flex: 2;
	font-size: 16px;
}
.form-row > select {
    flex: 2;
	font-size: 16px;
}
input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.info-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/Rosettes/images/info.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
}
.new-rosette-msg .star-icon {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  margin: 0 0.5em;
  flex: 0;
}
.new-rosette-msg .msg-text {
  text-align: center;
  line-height: 1.2;
  flex: 1;
}
.new-rosette-msg .msg-text div:first-child {
  font-size: 0.9em;
}