.upper {
    text-transform: uppercase
}

.list-group-item {
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #ddd;
}

a {
    text-decoration: none;
    color: #00587e !important;
}

a.button {
    color: white !important;
}

.myModal {
    padding: 10px;
    border-radius: 0;
}

body {
    background-color: #f8f8f8;
    font-size: 14px;
}

.smalltext {
    font-size: 80%;
}

.w-row {
    font-size: 14px;
}

.cardtext {
    font-size: 14px;
}
.mynavbar {
    background-color: #00587e;
}
.footer-wrapper a {
    color: white !important;
}
.w-nav-button {
    color: white !important;
}
.plone-toolbar-left-default {
    padding-left: 0 !important;
}
.heading {
    border: 0px;
    margin-top: 30px;
}
.userinfoblock {
    padding: 30px 20px;
    background-color: #00587e;
    color: white;
    margin-bottom: 15px;
    text-align: left;
}
.userinfoblock a {
    color: white !important;
}