/* Make the image use the full width at lower resolutions: */  
article > div[property="image"],  
article > div[property="image"] img {  
width: 100%;  
}  

/* Float the image to the left at higher resolutions: */  
@media(min-width: 960px) {  
    article > div[property="image"] {  
    margin: 10px 20px 0 0;  
    float: left;  
    max-width: 100%;  
    width: 40%;  
    }  
}

.uk-logo, .navbar .brand {
   margin-top: -60px !important;
   z-index: 1000;
}

.uk-radio, .uk-checkbox, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {
    padding: 0;
    margin-right: 10px;
}