div.input-group.eshop {
    width: 120px;
    margin: 0 auto;
}

button.eshop {
    height: 49px;
}

input.eshop {
    width: 50px;
    text-align: right;
}

.date-footer, .date-footer-unselectable {
    text-align: center !important;
    display: inline;
    padding: .4em .2em !important;
    font-size: 90%;
    font-weight: 700;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: .25em;
    margin: 5px 5px 0 5px;
}

.date-footer {
    background-color: #5cb85c;
}

.date-footer-unselectable {
    background-color: #bbb;
}