/*
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 : 27.10.2015, 1:38:04
    Author     : st13
*/

.my-custom-select {
        overflow: auto;
        background-color: lightgoldenrodyellow;
        height: 250px;
        margin: 0px;
        max-height: 300px;	
        min-width: 365px;
        position: absolute;
        z-index: 21;
        display: none;
}