
html {
        font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        background: #f8f8f8;
        color: #666;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }
uk-container {

   font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #666;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
}
aside {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    max-width: 100%;
    width: 25%;
    min-width: 270px;
    position: static;
    display: block;
}
.uk-label {
    display: inline-block;
    padding: 0 10px;
    background: #59c6c8;
    line-height: 1.5;
    font-size: .875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
}
.uk-link, a {
    color: #59c6c8;
    text-decoration: none;
    cursor: pointer;
}
.uk-card-badge {
    position: inherit;
    top: 15px;
    right: 15px;
    z-index: 1;
    height: 22px;
    padding: 0 10px;
    background: #59c6c8;
    color: #fff;
    font-size: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 2px;
    text-transform: uppercase;
    width: fit-content;
}
.uk-card-primary {
    background-color: #ffffff;
    color: #000000;!important;
    border: 1px solid #bf0003;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}


.uk-card-wilco {
    background:#ffffff;
    border: #d6d6d6 1px solid;
    color: #666666;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.uk-card-wilco .uk-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #bf0033;
}
.uk-button-primary {
    background-color: #59c6c8;
    color: #fff;
    border: 1px solid transparent;
}

.uk-card-secondary {
    background-color: #59c6c8;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}