﻿



.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #3c4242;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}


.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #3c4242;
    background: #3c4242;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width:90%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.legend {
    line-height: 18px;
    color: #0E0301;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }