﻿textarea.dict-paste{
    right:2em;
}
div.defined-word span:first-child {
    font-weight: bold;
}

div.dict-iframe {
    width: 100%;
    min-height: 12em;
    overflow: auto;
}

.defined-word a {
    float: right;
}

div.defined-word span:first-child a {
    float: none;
}

.part-of-speech {
    font-style: italic;
}

input.check-word {
    width: 20em;
}

.dict-shead {
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 5px;
}

input.dict-bigram ~ span.dict-fux a.wordnik {
    display: none !important;
}

span.dict-fux a.button {
    min-width: 1.5em;
}

input.check-word:valid ~ span.dict-fux.extra {
    display: inline-block;
}

span.same-as, span.part-of-speech {
    margin: 0 0.5em;
}

span.traditional::before {
    content: "繁体： ";
}

span.simplified::before {
    content: "简体： ";
}

div.english {
    border-top: 1px solid #eee;
    margin-top: 9px;
}

span.same-as::before {
    content: "«又做: ";
}

span.same-as::after {
    content: "»";
}

ol.one {
    list-style: none;
}

span.speech {
    margin-right: 0.5em;
}

span.pinyin {
    font-family: SimSun;
}
.dict-source-head {
    font-style: italic;
    background: #eee;
}