#zmanim {
    text-align: center;
    font-family: system-ui, sans-serif;
    border: none;
    width: 100%;
    text-align: center;
    top:80px;
    position:absolute;
}

label{
    display:block;
}
#zmaneyShbat {
    width: 18%;
    float: right;
    border: none;
    text-align: center;
    z-index: 1;
    position: relative;
    left: 0px;
    overflow: hidden;
}
#zmaneyHagim {
    width: 18%;
    float: left;
    border: none;
    text-align: center;
}
#selectId {
    text-align: center;
    background-color: #eaeaff;
    color: darkolivegreen;
    font-family: system-ui, sans-serif;
    z-index: 3;
    border-radius: 3px;
    position: inherit;
    border: 0.2px solid #649fea;
    margin-bottom: 10px;
}
    #selectId:focus {
        outline:none;
    }

    /*.phag {
        display: block;
        color: darkolivegreen;
    }*/
.pKavua {
    color: #0c0e1a;
    display: block;
    margin-top: 4px;
}
.spanChang{
    color:darkolivegreen;
    display:inline-block;
}
#h4Zmanim {
    color: #0c0e1a;
    /*font-weight: bold;*/
}
.pCredit {
    font-size: smaller;
    color: darkgray;
}
.aCredit{
    text-decoration:none;
    color:cornflowerblue;
}



.pCredit {
    font-size: smaller;
    color: darkgray;
    max-width: 200px;
    z-index: 2;
    display: inline-block;
    position: sticky;
}
.pCreditForBottom{
    display:none;
}

/*.zmanImg {
    position: absolute;
    width: 250px;
    opacity: 0.4;
    display: block;
    z-index: 0;
    /*height:100%;*/
}*/

.pCredit {
    font-size: smaller;
    color: darkgray;
    max-width: 200px;
    z-index: 2;
}

@media only screen and (max-width: 1300px) {

    #zmanim {
        width: 100%;
        top: unset;
        position: relative;
        margin-top: 20px;
    }

    #zmaneyShbat {
        width: 50%;
        float: right;
        border: none;
        text-align: center;
    }

    #zmaneyHagim {
        width: 50%;
        float: left;
        border: none;
        text-align: center;
    }
    .pCredit {
        display: none;

    }

    .pCreditForBottom {
        font-size: smaller;
        display: inline-block;
        position: sticky;
        border:none;
        width:100%;
        color: darkgray;
    }
    #aCreditForBottom {
        text-decoration: none;
        color: cornflowerblue;
    }
    #hrBeforPare {
        width:90%;
        display:block;
    }
}