@CHARSET "UTF-8";
.span_color_red {
font-weight: bold;
padding-right: 15px;
min-height: 26px;
line-height: 26px;
height: auto;
color: #f00;
}
.span_color_green{
font-weight: bold;
padding-right: 15px;
min-height: 26px;
line-height: 26px;
height: auto;
color:green;
}
#panel, #flip
{
padding: 5px;
margin-left:280px;
text-align: center;
background-color: #e5eecc;
border: solid 1px #c3c3c3;
}
#panel
{
padding: 15px;
display: none;
}
.important
{
font-weight: bold;
font-size: xx-large;
}
.blue
{
color: blue;
}
#accordion-resizer
{
padding: 10px;
width: 350px;
height: 300px;
}
.ui-autocomplete-category
{
font-weight: bold;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}