/*
# Copyright (c) 2019 brlumen (igflocal@gmail.com)
# SearchRelatedIssue for MantisBT is free software: 
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation, 
# either version 2 of the License, or (at your option) any later version.
#
# SearchRelatedIssue plugin for for MantisBT is distributed in the hope 
# that it will be useful, but WITHOUT ANY WARRANTY; without even the 
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SearchRelatedIssue plugin for MantisBT.  
# If not, see <http://www.gnu.org/licenses/>.
*/

.search_result{
    background: #FFF;
    border: 1px #ccc solid;
    max-height:400px;
    overflow-y:auto;
    margin: 0 0 0 0;
    margin-top: 2px;
}

.search_result a{
    display: block;
    margin: 3px 3px;
    padding: 7px;
    font-size: 12px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 3px;
    overflow-y: hidden;
}