#edit-slug-box {
    line-height: 24px;
    margin-top: 5px;
    min-height: 25px;
}
.btn-preview {
    color: #fff !important;
    margin-left: 10px;
}
.permalink {
    text-decoration: underline;
}
#editable-post-name {
    font-weight: 700;
}
#editable-post-name input {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    margin: 0;
    width: 16em;
}
#edit-slug-box .cancel {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #0073aa;
    cursor: pointer;
    display: none;
    font-size: 11px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: underline;
}
