﻿#typeFilter {
    width: 200px;
    max-height: 300px;
    padding: 5px;
    overflow-y: scroll;
}

#typeDropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    #typeDropdown a:hover {
        background-color: #b7e4ff !important;
    }

    #typeDropdown a:hover, #typeDropdown a.selected {
        border-left: 5px solid #2196f3;
        margin-left: -5px;
    }

#typeInput {
    width: 180px;
    margin: 4px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 14px 20px 12px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
}
