/*
 * CMOCKA THEME
 *
 * The values are copied and modified from tuktuk.theme.default.css
 */
body {
    color:#222;
    background:#ecc381;
    font-size:16px;
    font-family:"Open Sans","Helvetica Neue",Helvetica,sans-serif;
    font-weight:400;
}

body .bck.theme {
    background-color:#5e7c88
}

body .bck.dark a {
    color:#feb41c;
}

body .bck.light a {
    color:#e74c3c;
}

body .bck.theme a:not(.button):hover,body .bck.dark a:not(.button):hover,body .bck.theme a:not(.button):active,body .bck.dark a:not(.button):active{color:#5e7c88}

body .color:not(.bck).theme {
    color:#5e7c88 !important
}

body a:not(.button):hover,body a:not(.button):active {
    color:#feb41c
}

.button:not(.transparent):not(:disabled).theme,button:not(.transparent):not(:disabled).theme{
    background-color:#feb41c
}
