.uom-notice--emphasise,
.uom-notice--success,
.uom-notice--warning,
.uom-notice--danger,
.uom-notice--info {
    display: flow-root;
    padding: 1rem 1.5rem;
    margin: 1em 0;
    color: rgb(45, 45, 45);
    border-left: none !important;
    border-radius: 0;
}

.uom-notice--emphasise {
    background-color: #f1f1f1;
    border-radius: 0;
}

.uom-notice--success {
    background-color: rgb(207, 220, 146);
}

.uom-notice--warning {
    background-color: rgb(255, 234, 148);
}

.uom-notice--danger {
    background-color: rgb(255, 202, 206);
}

.uom-notice--danger a {
    color: rgb(8, 57, 115) !important;
}

.uom-notice--info {
    background-color: rgb(163, 228, 247);
}

.uom-notice--success hr,
.uom-notice--warning hr,
.uom-notice--danger hr,
.uom-notice--info hr {
    border-bottom: 0;
    border-top-color: rgb(45, 45, 45);
    opacity: 0.2;
}

.uom-notice--emphasise a,
.uom-notice--success a,
.uom-notice--warning a,
.uom-notice--danger a,
.uom-notice--info a,
.uom-heavy-emphasis a {
    font-weight: 700;
}

.uom-notice--emphasise .uom-button,
.uom-notice--success .uom-button,
.uom-notice--warning .uom-button,
.uom-notice--danger .uom-button,
.uom-notice--info .uom-button {
    margin: 0.5em 1.6% 0.5em 0;
}

#description p {
    font-size: 1.2em;
}

#description li {
    font-size: 1.2em;
}