.hideInput,
input.hideInput {
    visibility: hidden !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.info {
    font-style: italic;
    font-size: 0.9rem;
}

.bold {
    font-weight: bold;
}