hr {
    margin: 16px;
}

/**********************************/

/************search bar************/

/**********************************/

#searchBar {
    background-color: #F8F8F8;
    color: #337AB7;
}

#searchBar>form {
    width: 100%;
}

input.searchButton {
    border: solid 1px #337AB7;
    opacity: 1;
    background-color: white;
    cursor: pointer;
    width: 100%;
}

input.userInput {
    max-width: 100%;
}

#h1 {
    width: 100%;
}

a[data-toggle="popover"] {
    color: #337AB7;
    -webkit-appearance: none;
    text-decoration: none;
}

a[data-toggle="popover"]:hover {
    color: #0059B6;
}

a[data-toggle="popover"]:focus {
    outline: 0;
}

/***********************************/

/**********FEEDBACK BLOCK***********/

/***********************************/

#feedBackAlert {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 10px;
}

a.supportLink {
    background-color: #337AB7;
}

a.badge-info[href]:hover, a.badge-info[href]:focus {
    background-color: #0059B6;
}

/***********************************/

/***************buttons*************/

/***********************************/

.closeModalButton {
    color: red;
    text-shadow: none;
    margin-left: .5rem;
}


.snapshotButton {
    height: 30px;
    color: black;
}

.snapshotButton img {
    vertical-align: text-bottom;
    margin-right: 3px;
}

.newTabSnapshot {
    color: white;
}

.modalButtons {
    position: absolute;
    right: 25px;
    top: 7px;
}
