.ReportSearch-container {
    margin-left: 1em;
    margin-right: 1em;
}

.ReportSearch-inputGroup {
    float: left;
    height: 35px;
}

@media (width >= 720px) {
    .ReportSearch-container {
        margin-left: 45px;
    }

    .ReportSearch-alert {
        margin-left: 45px;
    }

    .ReportSearch-inputGroup {
        width: 384px;
    }
}

.ReportSearch-inputGroup .vbt-autcomplete-list {
    min-width: 384px;
}

.ReportSearch-inputGroup .vbst-item:hover {
    text-decoration: underline;
}

.ReportSearch-inputGroup a {
    color: black;
}

.ReportSearch-alert {
    position: absolute;
    margin-top: 40px;
    width: 384px;
}
