.entryDetails .halfWidth {
    display: flex;
    justify-content: space-between;
}

.entryDetails .halfWidth>div:first-of-type {
    margin-right: 10px;
}

.entryDetails h5 {
    margin-bottom: 0px;
}

.entryDetails .halfWidth .input {
    margin-bottom: 0px;
}

.entryDetails p.small {
    font-size: 12px;
    color: #a5a5a5;
}