/*
Theme Name: Egzaminy Zawodowe
Author: Mateusz Żółtak
Template: cke
Version: 1.0.0
License: X11License
License URI: https://opensource.org/licenses/MIT
*/

#zawodoweButtons {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#zawodoweResults {
    margin-left: 1rem;
    margin-right: 1rem;
}

#zawodoweCanvas {
    width: 100%;
    height: 400px;
    display: none;
}

#zawodoweTable {
    width: 100%;
}

#zawodoweTable_length {
    margin-right: 1rem;
    padding-top: .5rem;
}

#zawodoweFilters, #zawodoweFiltersAdvButton {
    margin-bottom: 2rem;
}

#zawodoweFiltersAdv {
    display: none;
}

span.zawodoweInfo {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    padding: 0.25rem 0.5rem;
    z-index: 1000;
    background-color: #fff;
    border: solid 1px;
    border-radius: 4px;
    display: none;
}

/* Backport of styles on https://cke.gov.pl/ which are not in the cke-theme */
#footer-area a {
    font-size: 20px;
}

.btn2 {
    background-color: #0090ce;
}
