#entryFilter           {
    width:343px;
    border:1px solid grey;
    /*margin-bottom:10px;*/
    box-sizing: border-box;
}
#entryFilterImage      {
    position:absolute;
    top:6px;
    left:324px;
    height:20px;
    width:20px;
}
#filterButton          {
    /*position:absolute;*/
    /*top:2px;*/
    /*left:357px;*/
    float:right;
    height:22px;
    width:22px;
    padding:2px;
    /*border:none;*/
    border:1px solid steelblue;
    border-radius:2px;
}

#filterButton.active{
    background:red;
}

#filterButton img      {
    height:17px;
    width:17px;
}

#filterButton:focus{
    outline: none;
}

.toggled{
    background-color: lightsteelblue;
}

.untoggledActive{
    background-color: #9999ff;
}

.untoggledInactive{
    background-color: transparent;
}

#asearch{
    display: block;
    /*position: absolute;*/
    /*width: 368px;*/
    width: 100%;
    height: 208px;
    /*top: 242px;*/
    /*bottom:0px;*/
    /*left: 2px;*/
    font-size: 70%;
    /*padding:5px;*/
    margin-top: 8px;
    margin-bottom: 10px;
    color: steelblue; 
}

/*#advancedSearch{
    margin: 5px;
    color: steelblue; 
    text-align: justify;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 20px;   
}*/

#advancedFilter{
    width:302px;
    border:1px solid grey;
    margin-bottom:2px;
    box-sizing: border-box;
}

#sectionsContainer{
    padding-left: 20px;
}

#advancedSearch .sectionLabel {
    position: relative;
    padding-left: 25px;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 80%;
    line-height: 20px;
    vertical-align: top;
}

#legend{
    float: right;
    margin-top:10px;
    margin-right:3px;
    font-size: 90%;
}
