.flourish-embed.flourish-chart{
    width: 100%;
}
.ref-number a {
    color: #8F8F8F;
    text-decoration: none;
}
.ref-number a:hover {
    text-decoration: underline;
    color: inherit;
}
.category-article { cursor: pointer; }

/* Form error messages */
p.message {
    padding: 12px 16px;
    margin: 0 0 16px;
    border-radius: 2px;
    font-size: 0.875rem;
    line-height: 1.5;
}

p.message.bad {
    background-color: #fff2f2;
    border-left: 4px solid #cc0000;
    color: #7a0000;
}

.form-message-error { color: red; }

.read-time { color: #7A7A7C; }
