/*
*
*   written by FI 8 - http://www.fi8.pl
*   (C) First Class S.A.
*   all rights reserved
*
*/


input.fi8-location {
    width: 265px;
    text-align: center;
}
.ui-autocomplete {
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
* html .ui-autocomplete {
    height: 300px;
}
div.ruler {
    margin-top: 10px 0 10px 0;
    border-top: 1px solid lightgray;
    width: 99%;
}

.w220 {
    width: 220px;
}