
.pane{margin:20px;}
#step-1 ul{
    list-style-type: none;
    padding-left:20px;
}
#step-1 ul li{
    margin:5px 0;
    line-height: 21px;
}
.hoverable label:hover,
label.hoverable:hover{
    color:#914139;
    font-size:1.1em;
    letter-spacing: -1px;
}
.action-buttons{
    margin-top:20px;
    max-width:360px;
}
label{display:block;}
label > div{
    display:inline-block;
    font-weight:700;
    min-width:105px;
    margin:5px 0;
    vertical-align: top;
}
label > div.chzn-container{
    margin:5px 0 -5px 0;
}
#edit-chart fieldset{position:relative;}
input[type=text]{
    width:300px;
}
input[type=button].advanced-edit{
    float:right;
    position:absolute;
    top:15px;
    right:7px;
}
textarea[name=customHighchartsConfig]{
    width:100%;
    min-height:300px;
    font-family: Consolas,monospace;
    font-size:0.9em;
}
