﻿.ui-menu-item
{
	margin-right: 150px !important;
	width: 100% !important;
} 

.ui-menu-item:hover
{
    background: #428bca !important;
}

.ui-menu-item a
{
    text-decoration: none;
}

    .ui-menu-item a:hover
    {
        background: #428bca !important;
        text-decoration: none;
        border: 1px #428bca;
    }

.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 20px;
}
