body {
    background: url("../storkBaby.jpg") no-repeat;
    position: relative;
}

.crka {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 4px;

}

.disabled_char {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.char_placeholder {
    width: 50px !important;
    height: 50px !important;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 2px solid #000000;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 4px;
    padding: 12.5px
}

#slika {
    width: 600px;
    height: 400px;
    margin: 20px auto;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../img/overlay.png');
    background-repeat: repeat;
    display: none;
    z-index: 1001;
}