/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.01.2016, 09:28:21
    Author     : Kevin Manz
*/

#eReader_filters th{
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.col_margin{
    margin-left:100px;
}

#searchButton{
    margin-left: 5px;
    background: #CD071E;
    cursor: pointer;
    padding: 5px 8px;
    color: #fff;
    display: inline-block;
    position: absolute;
}

#searchResults{
    background: white;
    z-index: 9999;
    position: absolute;
    top: 35px;
    border: 1px solid;
    padding: 10px;
    min-width: 400px;
    max-height:500px;
    overflow-y: auto;
}

#searchResults span{
    cursor:pointer;
}
