.dictionary-development-title span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.dictionary-development-title .topicclose-topic {
    display: none;
}

.dictionary-development-title .dictionary-word {
    width: 45%;
}

.dictionary-development-title .dictionary-open-typo {
    width: 39%;
}

.dictionary-development-title .dictionary-close-typo {
    display: none;
}

.dictionary-development-title .dictionary-open-pos {
    width: 39%;
}

.dictionary-development-title .dictionary-close-pos {
    display: none;
}

.word-area, .word-dic-area {
    display: inline-block;
    width: 42%;
}

.dictionary-development-content > .dictionary-development-content-row .category {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    background: white;
    width: 95%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.dictionary-development-content > .dictionary-development-content-row {
    border-radius: 6px;
    padding: 10px 0;

    background: #f8f8f8;
    border: 1px solid #e8e8e8;

    margin-top: 8px;
}

.dictionary-development-content > .dictionary-development-content-row:first-child {
    border-color: #2d9ee0;
    background: #eaf5fc;
    padding-top: 0;
}

.dictionary-development-content > .dictionary-development-content-row:first-child > p {
    color: #038eda;
    font-weight: 600;
    padding: 10px 23px;
    font-size: 13px;
}

.dictionary-development-content > .dictionary-development-content-row .data-input {
    background-color: white;
    color: #343434;
}

.dictionary-development-content > .dictionary-development-content-row div {
    position: relative;
    vertical-align: top;
}

.dictionary-development-content div .plus-button {
    width: 22px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    background: #768ea2;
    padding: 1px 3px;
    position: absolute;
    bottom: -7px;
    left: 48%;
    box-sizing: border-box;
}

.dictionary-development-content div .plus-button:hover {
    background-color: #038eda;
}

.dictionary-development-content div .plus-button:before {
    position: relative;
    top: -7px;
    font-size: 22px;
    content: '+';
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.tabs1 li {
    padding: 0 10px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}

.dictionary-development-content .word-area input,
.dictionary-development-content .word-dic-area input {
    margin: 3px 0;
}

.dictionary-development-content.topic-open .word-area,
.dictionary-development-content.topic-open .word-dic-area {
    display: inline-block;
    width: 30%;
}

.dictionary-development-title, .dictionary-development-content {
    width: 100%;
    font-size: 0;
    margin: 10px 0;
    position: relative;
}

.dictionary-development-content .data-input {
    margin-left: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d7d7d7;
    transition: border 0.5s;
}

.dictionary-development-content .data-input:focus {
    border-color: #038eda;
}

.dictionary-development-content .output {
    margin-left: 15px;
    width: 95%;
    display: inline-block;
}
