.result-panel {}

.result-panel .header {height: 20px; margin-bottom: 10px;}
.result-panel .header .title {}
.result-panel .header input {float: right; margin-right: 5px;}

.result-panel .list {overflow-x: hidden; overflow-y: scroll;}
.result-panel .list div.title {color: #8A0829; cursor: pointer; font-size: 20px; font-weight: bold; text-align: center;}
.result-panel .list ul {list-style: none; margin: 0px; padding: 0px;}
.result-panel .list ul li {clear: both; height: 20px; padding-left: 5px; white-space: nowrap;}
.result-panel .list ul li.selected {background-color: rgba(138, 8, 31, 0.3) !important; border-radius: 5px;}
.result-panel .list ul li:hover {background-color: rgba(138, 8, 31, 0.1); border-radius: 5px;}
.result-panel .list ul li a {color: black; float: left; text-decoration: none; width: 100%;}
