/* overwrite bulma defaults */

:root {
    --bulma-family-code: Menlo, Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    --bulma-warning-h: 60deg;
    --bulma-warning-s: 90%;
    --bulma-pre-background: var(--bulma-scheme-main);
    /* background: #FFFFEE; */
}

html {
  -webkit-font-smoothing: auto;
}

.bulma-hero {
    --bulma-hero-body-padding-small: 0.1rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 24px !important;
}

.bulma-menu {
  --bulma-menu-item-background-l: var(--bulma-warning-soft);
}

section.bulma-section {
    padding-top: 0px !important;
    margin-top: 24px !important;
}

section.bulma-section section.bulma-section {
  padding-bottom: 0px !important;
}

/* supplement bulma styling */ 

.bulma-menu a[href]:hover {
  text-decoration: underline;
}

p.bulma-menu-label{
  padding-left: 12px;
  padding-top: 6px;
  border-top: 5px solid black;
}

.bulma-content {
    font-family: Georgia, "Times New Roman", Times, serif;
}

dt {
    margin-top: 20px;
    font-family: var(--bulma-family-primary);
    font-weight: bold;
}

dd {
    margin-top: 6px;
}

dd p {
    margin-top: 10px;
}

table.articles
{
	border-width: 0pt;
	padding: 10px;
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
}
table.articles td
{
	text-align: center;
	font-family: Helvetica, sans-serif;
}

@media only screen and (max-width: 450px) {
    /* horizontal scrollbar for tables if mobile screen */
    table.articles {
        overflow-x: auto;
        display: block;
        font-size: 80% !important;
    }
}

