
#work_area .ui-autocomplete-input {
    width: 255px;
}

.buttons-panel {
    width: 100%;
}

.buttons-panel > * {
    margin-left: 20px !important
}

.btn-secondary {
    background: #56a2db none !important;
    border: medium none;
    border-radius: 0;
    color: white !important;
    cursor: pointer;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

.btn-secondary.green {
    background: #8fb920 none !important;
}
.btn-secondary.orange {
    background: #d99719 none !important;
}

h2.orange {
    color: #d99719;
}

h2.green {
    color: #8fb920;
}

h2.left {
    float: left;
}
h2.right {
    float: right;
}
