#xcore-calculator-modal {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}

.xcore-box {
    background:#fff;
    width:90%;
    max-width:500px;
    margin:5% auto;
    padding:20px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

#xcore-close {
    float:right;
    cursor:pointer;
    font-size:20px;
}

#xcore-open-calculator {
    color:#fff !important;
    font-weight:600;
}

#xcore-open-calculator:hover {
    color:#ff0000 !important;
}

input {
    width:100%;
    padding:10px;
    margin:10px 0;
    border-radius:8px;
    border:1px solid #ddd;
}

#atome-results div,
#aeon-results div,
#ezbeli-results div,
#cc-results div {
    padding:8px;
    background:#f7f7f7;
    margin-bottom:5px;
    border-radius:6px;
}
