﻿body {
    font-family: Arial;
    background-color: white;
}

h3 {
    margin-top: 0;
}

.is-displayed {
    background-color: forestgreen;
    color: white;
    padding: 8px 12px;
    margin-bottom: 16px;
    max-width: 155px;
    text-align: center;
}

.is-not-displayed {
    background-color: orangered;
    color: white;
    padding: 8px 12px;
    margin-bottom: 16px;
    max-width: 155px;
    text-align: center;
}