.counter-widget {
    background-color: #d1d1d1;
    color: rgb(55, 71, 79);
    height: 45px;
    border-radius: 5px;
    line-height: 45px;
    padding: 0 10px;
    border: 1px #b8b8b8 solid;
    display: none;
}

.login-form-wrapper {
    width: 350px;
    margin: 100px auto 0 auto;
    padding: 10px;
    border: 1px #c5c5c5 solid;
    border-radius: 3px;
}

form .help-block span {
    display: none;
}

form li span {
    color: #333 !important;
}
form li.disabled span {
    color: #9e9e9e !important;
}

.spinner {
    text-align: center;
    height: 36px;
    line-height: 36px;
    padding: 0.3125rem 0;
    box-sizing: content-box;
}
.spinner img {
    display: none;
}

.download-buttons button {
    display: none;
}

.report-data .long_text {
    max-width: 300px;
    overflow-x: scroll;
}
.report-data .no-results {
    text-align: center;
    font-style: italic;
}