h2, h3 {
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

h2 span {
    display: block;
    font-weight: normal;
    font-size: .5em;
}

h2 .danger {
    color: #cc0000;
    font-weight: bold;
}

.modal-body h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.form-field, .buttons {
    display: inline-block;
}

.buttons {
    position: relative;
    top: -5px;
}

.form-field label {
    font-weight: bold;
}

#config-list li {
    list-style: none;
}

#config-list li div {
    display: inline-block;
}

#defined-keys {
    float: right;
    max-height: 450px;
    overflow-y: scroll;
}

#defined-keys table {
    width: 350px;
}

#key-check {
    width: 60%;
}

#key-check .output {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 8px #ccc;
    display: none;
    float: right;
}

#key-check .output .content {
    margin: 10px;
}

#key-check .output label {
    display: inline-block;
    font-weight: bold;
    width: 45%;
}

#key-check .output h4 {
    border-radius: 5px 5px 0 0;
    background-color: #56a3ff;
    color: #fff;
    padding: 3px 20px;
}
