.iframe .wp-column.ten {
    width: 100%;
}
#state-select {
    display: none;
}
.iframe #list {
    padding-top:10px;
}
.list-item {
    padding: 5px 0 10px;
    min-height: 40px;
}
.iframe .list-item {
    min-height: 45px;
}
.list-item p.title {
    width: 115px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.iframe .list-item p.title {
    float: none;
    width:100%;
    font-size: 1.3em;
    line-height: 14px;
}
.list-item p.title .complications {
    display: block;
    font-size: 12px;
    color: #999;
}
.list-item .chart {
    float: left;
    width: 480px;
    position: relative;
    margin-top: 8px;
    height:1px;
    background: #ccc;
    margin-left:10px;
    margin-right: 5px;
}
.iframe .list-item .chart {
    float: none;
    width: auto;
    margin-left:0;
}
.list-item .point {
    position: absolute;
    top:-5px;
    background: #999;
    width:10px;
    height: 10px;
    border-radius: 10px;
    margin-left: -5px;
}
.list-item .label {
    position: absolute;
    top:14px;
    width: 160px;
    margin-left: -75px;
    text-align: center;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.iframe .list-item .label {
    top: 10px;
}
.list-item .label p {
    font-size: 12px;
    line-height: 14px;
}
.iframe .list-item .label p {
    font-size: 11px;
}
.list-item .label p.value {
}
.list-item .label p.name,
.list-item .label p.location {
    /*display: none;*/
    color: #999;
}
.list-item .state {
    display: none;
}
.right-align .label {
    left: auto;
    right:0;
    text-align: right;
}
.list-item .max,
.key .max .dot {
    background: #498cb2;
}
.list-item .min,
.key .min .dot {
    background: rgb(166, 202, 223);
}
.list-item .mean,
.key .mean .dot {
    background: #aaa;
}
.list-item .mean .label,
.list-item .state .label {
    display: none;
    top: 15px;
    font-family:"FranklinITCProBold","Arial",sans-serif;
    -khtml-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    -moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    filter: glow(color=white,strength=1);
}
.nav {
    background: #efefef;
    padding: 8px 12px;
}
.iframe .nav {
    padding: 5px 8px;
}
.jump-menu {
    padding-left: 20px;
}
.iframe .jump-menu {
    padding-left:0;
}
.nav p {
    line-height: 38px;
}
.nav .label {
    font-size: 20px;
    margin-right: 15px;
    font-family: "FranklinITCProThin", "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.iframe .nav p {
    line-height: 36px;
}
.nav .link {
    font-size: 16px;
}
.list-item .state,
.ui-combobox .point {
    background: rgb(236, 48, 116);
}
.key {
    margin-top: 8px;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.iframe .key {
    float: left;
}
#content .key strong {
    font-family:"FranklinITCProBold","Arial",sans-serif;
    font-weight: normal;
}
.key .nav-label {
    color: #999;
}
.key p {
    font-size: 12px;
    line-height: 14px;
} 
.key p .dot {
    display: inline-block;
    width:10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 4px;
}
.ui-combobox {
    position: relative;
    float: left;
}
.ui-combobox a.ui-button {
    top: 9px;
}
.ui-combobox input {
    font-size: 16px;
    width: 140px;
    padding: 6px 6px 5px 22px;
}
.ui-combobox input,
.ui-autocomplete {
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif !important;
}
.ui-autocomplete a {
    font-size: 14px !important;
}
.ui-autcomplete.ui-widget-content {
    max-height: 134px;
}
.ui-combobox .point {
    display: block;
    position: absolute;
    width:10px;
    height: 10px;
    border-radius: 10px;
    top: 13px;
    left: 8px;
}