#indicator-conditions-summary img {
    height: 45px;
}

#indicator-conditions-summary img[role="button"] {
    cursor: pointer;
}

#indicator-conditions-table img {
    height: 2rem;
}

div.status-bar  {
    height: 1em;
    width: 100%;
    max-width: 600px;
    background-color: white;
    border: 1px solid silver;
    position: relative;
}
div.status-bar span {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
