.center {
    text-align: center;
}

a {
    text-decoration: none !important;
}

.spaced {
    padding: 30px;
}

.fill {
    width: 100%;
}

footer a[href^="mailto:"] {
    color: #ffffff;
}

.fixed {
    position: fixed;
    background: #eeeeee;
    padding-left: 0.75rem;
    margin-right: 0.75rem;
}

.card {
    align-self: unset !important;
}

.right {
    float: right;
}

.left {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 1em;
    margin-bottom: 1em;
    vertical-align: top;
    overflow: auto;
}

ol li {
    margin-left: 1rem;
    margin-bottom: 1em;
}

ul li {
    margin-left: 1.5rem;
}

footer a {
    color: #ffffff !important;
}