h1, h2, h3, h4, h5, h6{
    text-align: center;
    color: #161c57 !important;
}

h1{
    font-weight: bold;
}

dl dd{
    font-size: 2em;
}

#delete{
    display: block;
    width: 100%;
}

.logo{
    height: 0.7em;
    width: auto;
    margin-right: 0.5em;
    margin-top: -5px;
}

.uk-icon-button{
    border: 1px solid;
}

.sumData{
    font-size: 3rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.uk-card-default{
    color: white !important;
    background-color: #161c57;
}
.uk-card-default h3{
    color: white !important;
}
.uk-card-primary{
    color: #161c57 !important;
    background-color: #bde226;
}
.uk-card-primary span{
    color: #161c57;
}

.uk-card-secondary{
    color: white !important;
    background-color: #c62149;
}

.uk-card-secondary span,
.uk-card-secondary h3{
    color: white !important;
}

.uk-button-primary{
    background-color: #161c57;
}


@media screen and (min-width: 730px){
    .mobile-view{
        display: none;
    }
    .desktop-view {
        
    }
}

@media screen and (max-width: 729px) {
    dl .deleteRow {
        margin-left: 0;
    }

    .desktop-view {
        display: none;
    }
}