#ecompunkty-machine .ecompunkty-machine {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #d9edf7;
    border: none;
    color: #000;
    font-weight: 700;
}
.hook_extracarrier {
    margin-bottom: 20px;
}

#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}
#alertBox {
    position: relative;
    width: 320px;
    min-height: 80px;
    margin-top: 30px;
    border: 1px solid #666;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 30px;
}
#modalContainer>#alertBox {
    position: fixed;
}
#alertBox h1 {
    margin: 0;
    background-color: #9e0000;
    color: #FFF;
    padding: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#alertBox p {
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
}
#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 5px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #004e91;
    border-radius: 3px;
    text-decoration: none;
}
