@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/muli.woff2') format('woff2');
}

* {
    font-family: "Muli", sans-serif;
}

    *:focus {
        outline: none;
    }

#searchdiv {
    width: 100%;
    margin: 20px 0 40px 0;
    height: 60px;
}

#search {
    width: 300px;
    height: 32px;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 16px;
    transition: all 200ms ease-in-out;
}

#searchlist {
    position: relative;
    width: 300px;
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: none;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

    #searchlist li {
        border: 1px solid #E5E5E5;
        margin-top: -1px;
        background-color: #fff;
        padding: 10px;
        border-radius: 2px;
    }

        #searchlist li:hover:not(.activesearch) {
            background-color: #F0F0F0;
        }

        #searchlist li a {
            text-decoration: none !important;
            color: #333333;
            display: block;
            font-size: 12px;
            text-shadow: none;
        }

.activesearch {
    background-color: #F0F0F0 !important;
}

#report {
    color: #333333;
    margin: auto;
    max-width: 800px;
    display: none;
}

.b {
    font-weight: 600;
}

table {
    margin: auto;
    border-collapse: collapse;
}

td {
    padding: 3px 10px 3px 10px;
}

#ratedata {
    width: 100%;
}

.icon {
    width: 16px;
    margin-right: 5px;
}

#address {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

#searchlistdiv {
    width: 100%;
    position: relative;
    left: 80px
}

#totaltr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#headerdiv {
    max-width: 800px;
    margin: auto;
}

#headertext {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#selprop {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 15px 0;
    max-width: 800px;
    margin: auto;
}

#selnote {
    max-width: 800px;
    margin: auto;
    padding: 15px 0 15px 0;
}

.colcolour {
    background-color: #f6f9ff;
}

#reportdiv {
    overflow-y: auto;
}

#reporthead {
    text-align: right;
    border-bottom: 1px solid #000;
}

#reportbody {
    text-align: right;
}

#selpropdiv {
    margin-top: 20px;
    text-align: center;
}

#searchlabel {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.subheading {
    font-weight: 600;
    padding: 20px 10px 20px 0;
}

.underline {
    border-bottom: 1px solid #000;
}

@media (max-width: 520px) {
    .headtext {
        font-size: 12px;
    }

    #searchlistdiv {
        width: unset;
        position: unset;
        left: unset;
    }

    #ratedata {
        font-size: 12px;
    }
}
