.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 300px;
  }
form{
	font-size:18px;
	color:#000;
}
.sat{
	border-bottom: 2px dotted #000080; /* Добавляем свою линию */ 
	text-align:center;
	width:135px;
	cursor: help;
	transition-delay: 0s;
}
table th,td{
	color:#000;
}
table p,h2{
	color:#000;
}
.button{
	/*text-align:center;
	font-size:18px;
	border-radius:4px;	
    height: 25px;
	min-width:100%;
	vertical-align: baseline;
	padding: 5px 5px;*/
	border: 1px solid #394D63;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 10px 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}
input[type="text"], select{
    border: 1px solid #394D63;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 10px 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

.SWPControl {
#    background: #FFFF89;
    background: none;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600 !important;
    padding:10px;
    border-radius: 3px;
#    box-shadow: 0 -0.085em 0 0 rgba(102, 52, 0, 0.2) inset, 0 0 3px 0 rgba(254, 255, 187, 0.5) inset;
    color: #000;
}

span.SWPTitle::before {
    color: #000;
#    content: "☻";
    font-size: 27px;
    line-height: 22px;
    display: inline-block;
    animation: credits 1s infinite;
    -webkit-animation: credits 1s infinite;
    animation-name: credits;
    -webkit-animation-name: credits;
    transition: all 0.3s linear 0s;
}
