textarea {
    width: 100%;
    height: 256px;
}

.ref-format {
    width: 100%;
    height: 128px;
}

.ref-format-short {
    width: 100%;
    height: 64px;
}

#entry_type {
    width: 50%;
}

input[type=text] {
	width: 100%;
}

.form-field.term-description-wrap, .form-field.term-parent-wrap {
    display: none;
}

.form-invalid {
    border-color: #dc3232!important;
    -webkit-box-shadow: 0 0 2px rgba(204,0,0,.8);
    box-shadow: 0 0 2px rgba(204,0,0,.8)
}

#academizer-metaTable select {
    font: 400 14px/1.3 "Helvetica Neue", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    outline: 0;
    color: #555;
    border-color: #aaa;
    border-radius: 3px;
    background: linear-gradient(#555, #555) no-repeat,
    linear-gradient(-135deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
    linear-gradient(-225deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
    linear-gradient(#555, #555) no-repeat;
    background-color: white;
    background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
}

#academizer-metaTable, #academizer-metaTable .academizer-metaKey select {
    width: 100%;
}

#academizer-metaTable .academizer-metaValue {
    width: 65%;
}

#academizer-metaTable .academizer-metaKey {
    width: 30%;
}

#academizer-metaTable .academizer-metaCmd {
    width: 5%;
}

.button.plus {
    margin-left: 3px;
}

.button.plus::before {
    content: "\f132";
    color: #1c7430;
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'dashicons';
    display: inline-block;
    height: 30px;
    margin-right: 13px;
    position: relative;
    top: 2px;
    vertical-align: middle;
    width: 30px;
}

.button.minus::before {
    content: "\f460";
    color: #b21f2d;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'dashicons';
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}