:root {
    --bulma-primary-h: 102deg;
    --bulma-primary-s: 29%;
    --bulma-primary-l: 75%;
    --bulma-link-h: 44deg;
    --bulma-link-s: 66%;
    --bulma-link-l: 12%;
}

.navbar {
    --bulma-navbar-item-hover-background-l-delta: 50%;
    --bulma-navbar-dropdown-radius: 0;
}

.icon {
    --bulma-icon-dimensions-large: 8em;
}

a.is_selected {
    background-color: #8992a4;
}

.content ul {
    list-style: none;
    margin-inline-start: 2em
}

.content ul ul {
    list-style-type: none;
    margin-bottom: .25em;
    margin-top: .25em
}

.content ul ul ul {
    list-style-type: none
}

.abort {
    background-color: #A8352F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    cursor: pointer;
    vertical-align: top
}