/*
 * Positioning and size values are corresponding to the original cavok logo and can be adapted
 */

.logoBig {
    background: url("image_small.png") no-repeat !important;
    left: 30px !important;
    background-size: 195px !important;
    height: 35px !important;
}

.logoSmall {
    background: url("image_small.png") no-repeat !important;
    width: 190px !important;
    height: 34px !important;
}
