summary {
    cursor: pointer;
}

summary:focus {
    outline: none;
}

.molitva {
	position: absolute;
    top: 13%;
    left: 23%;
    right: 23%;
    bottom: 0;
    height: 545px;
    overflow-y: scroll;
}

.molitva p {
    color: black;
}

.molitva p:first-letter {
    color: red;
    font-size: 25px;
}

.molitva-background {
    background-image: url(/wa-data/public/site/img/29538_500017121_01.jpg);
    position: relative;
    height: 700px;
    width: 500px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.calc_input_link {
    display: none;
}

@media (max-width: 514px) {
    .molitva {
        height: 370px;
    }
}