.btn-question {
    margin-top: 4px;
}

#btn-universal-search-show {
    cursor: pointer;
    margin-top: 4px;
}

#universal-search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

#universal-search-overlay .content {
    position: relative;
    width: 95vw;
    text-align: center;
    margin: 10px 20px 0 20px;
}

#universal-search-overlay .mobile-content {
    position: relative;
    width: 95vw;
    text-align: center;
    margin: 10px 2vw 0 2vw;
}

#universal-search-overlay .error {
    margin: 10px auto 0 auto;
    width: 50vw;
    clear: both;
}

#universal-search-overlay input[type=text] {
    height: 50px;
    border: none;
    float: left;
    width: 85vw;
    background: white;
    font-size: 20px;
}

#universal-search-overlay input[type=text]:hover {
    background: #f1f1f1;
}

#universal-search-overlay button {
    float: left;
    height: 50px;
    width: 50px;
    background: #fff;
    border: none;
    cursor: pointer;
}
