/**
 * use this file to add custom styles
 * or override existing styles
 *
 * these styles will be loaded after the default styles
 *
 * some components use scoped styles with a cryptic data-v-xxx attribute
 * so you may need a more specific css selector to override them (or !important)
 */

body {
    font-size:14px;
}



blockquote,
blockquote.blockquote {
    font-size:1em;
    font-style: italic;
    border:1px solid #ccc;
    background: #efefef;
    padding:.25em;
    margin:0;
}


h3 {
    font-size:1rem;
}