#eanform div {
    padding: 0;
}

.eanResult {
    border-radius: 25px;
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 15px;
    cursor: pointer;
}

.eanResult img {
    height: 100px;
    width: auto;
}

.eanResult.eanActive {
    background-color: rgba(30, 30, 30, 0.1);
}


#searchclear {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    color: #ccc;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.red {
    color:red;
    margin-left: 3px;
}

#bank_details {
    resize: none;
    overflow: hidden;
    min-height: 52px;
}