body {
    font-family: Verdana, sans-serif;
    margin: 0em 0em;
    width: 100%;
}

div, span, input, form {
    box-sizing: border-box;
}

#centering {
    display: table;
    padding: 0.25em 0.25em;
    width: 100%;
}

#header, #content {
    display: table;
    margin: 0em auto;
    width: 100%;
}

#linkbar {
    text-align: center;
    font-size: 90%;
    padding-bottom: 1ex;
}

#header {
    text-align: right;
}

a {
    color: #04A;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color: #08C; }

@media screen and (min-width: 50em) {
    #header, #content {
        width: 50em;
    }
}

.logo {
    height: 6em;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

ul.source-defns {
    list-style-type: disc;
    margin: 0em;
}

h1 {
    font-size: 1.5em;
    color: #04A;
    margin: 0.25em 0em;
}

h2 {
    font-size: 1.2em;
    text-align: center;
}

.popout-header {
    color: #04A;
    margin: 0em;
    cursor: pointer;
}

.disclaimer {
    text-align: center;
    font-size: 0.8em;
    color: #777;
}

.notfound {
    color: #777;
}

h3 {
    font-size: 1.1em;
    text-align: center;
}

p {
    margin: 0.5em 0em;
}

.word {
    font-size: 120%;
}

.russian {
    font-size: 0.8em;
}

.pos {
    font-style: bold;
    color: #777;
}

.defn {
    font-size: 1.5em;
}

.root-header {
    margin: 1ex 0 0 0;
}

.root-label {
    font-style: italic;
    color: #777;
}

.listing ol {
    margin: 1ex 0 1em 0;
}

.assembled {
    border-radius: 0.25em;
    border: 1px solid #BBBBBB;
    padding: 0.25em;
    margin: 0em 0em 0.25em 0em;
}

.button {
    border-radius: 0.25em;
    border: 1px solid #BBBBBB;
    padding: 0.25em;
}

.popout {
    border-radius: 0.25em;
    border: 1px solid #BBBBBB;
    padding: 0.25em;
}

.results {
    border-radius: 0.25em;
    border: 1px solid #BBBBBB;
    padding: 0.25em 0.25em 0em 0.25em;
}

.listing {
    border-radius: 0.25em;
    border: 1px solid #BBBBBB;
    padding: 0.25em 0.25em 0.25em 0.25em;
}

.searchbar {
    width: 100%;
    height: 3.5em;
    padding: 0.25em 0em;
    vertical-align: top;
}

.searchform {
    display: table;
    width: 100%;
    height: 3em;
}

.expand {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0em 0em;
    vertical-align: middle;
}

.searchbox {
    width: 100%;
    height: 100%;
    padding: 0em 0em;
    font-size: 1.2em;
}

.newdomain {
    color: #777;
    font-size: 90%;
    margin: 3em auto;
    width: 50%;
}

.submit {
    display: table-cell;
    height: 100%;
    margin: 0em 0em 0em 0.25em;
    vertical-align: middle;
}

.entry {
    display: table;
    width: 100%;
    padding: 0em 0em 0.25em 0em;
    position: relative;
}

.details {
    display: table-cell;
    width: 100%;
}

.buttons {
    display: table-cell;
    vertical-align: middle;
    width: 10em;
}

.link-expander {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.listing-root {
    display: table;
    margin: 0 1ex;
}

.listing-source {
    display: table-row;
}

.source-label {
    display: table-cell;
    min-width: 6em;
}

.source-defns {
    display: table-cell;
    padding: 0 0 1ex 0;
}

.sources {
    color: #773;
    padding: 0 0 0 0.25em;
    font-weight: normal;
}

.source {
    color: #773;
    border-bottom: 1px dotted;
    position: relative;
}

.title {
    position: absolute;
    top: 23px;
    left: 0;
    border: 1px solid #777;
    background: white;
    padding: 4px;
    white-space: nowrap;
    font-size: 0.9em;
    z-index: 3;
}

.varieties {
    color: #777;
    font-weight: normal;
}

.variety {
    color: #777;
    border-bottom: 1px dotted;
    position: relative;
}

.examples, .related {
    padding-left: 1em;
}

.example {
    border-left: 2px solid #BB7;
    padding-left: 1ex;
}

.ientry {
    padding: 0.25em;
    cursor: pointer;
    border: 1px solid transparent;
}

.hide {
    display: none;
}

.iopt {
    display: none;
}

.iopt.show {
    display: inline;
}

.active {
    border-radius: 0.25em;
    border: 1px solid #AA7;
    background-color: #FFA;
}

.tildes {
    font-style: italic;
}

.backticks {
    font-weight: bold;
}
