html {
    overflow-y: scroll;
}

html, body {
    font-size: 1.0em;
    line-height: 140%;
    background:#fff;
    color: #1e1e1e;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}

body {
    padding-right: 0 !important; // fix bootstrap #9855
}

.small-caps {
    font-variant: small-caps;
}

.non-italic {
    font-style: normal;
}

.invisible {
    display: none;
}

.clear {
    clear: both;
}

.login,
.logout {
    color: white;
    cursor: pointer;
    float: right;
    font-weight: 500;
    line-height: 30px;
    padding-right: 20px;
}

.form-tooltip {
    border-radius: 12px;
    box-shadow: 0 0 9px -5px black;
    color: white;
    font-weight: 500;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    line-height: 1.4;
    margin-top: 15px;
    opacity: 0;
    padding: 12px 15px;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    /* z-index: 2 for input:active and input:hover */
    z-index: 3;
}

.form-tooltip,
.form-tooltip .arrow:after {
    background-color: black;
    border: 2px solid white;
}

.form-tooltip.active {
    opacity: 1;
    visibility: visible;
}

.form-tooltip.inactive {
    opacity: 0;
    visibility: hidden;
}

.form-tooltip .arrow {
    top: -20px;
    height: 20px;
    left: 40px;
    margin-left: -25px;
    overflow: hidden;
    position: absolute;
    width: 50px;
}

.form-tooltip .arrow:after {
    box-shadow: -4px -3px 9px -9px black, -3px -4px 9px -9px black;
    content: "";
    height: 25px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}

p {
    line-height:1.7em;
    margin-bottom: 15px;
}

a:not(.siglum) {
    color: #0076db;
    cursor: pointer;
    text-decoration: none;
}

a.button, div.button {
    background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 7px 5px 0 0;
    padding: 3px 7px 4px;
    text-decoration: none;
    white-space: nowrap;
}

div.button {
    color:#aaa;
    cursor: default;
}

a.button:active, a.button:focus, a.button:hover {
    border: 1px solid #999;
    box-shadow: 0 0 3px #999;
}

div.image-button {
    background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
    border-style: solid;
    border-color: #ccc;
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

#image-back span.icon, #image-forward span.icon {
    display:inline-block;
    height:8px;
    width:10px;
}

#image-back a span.icon {
    background: url("/assets/images/arrow-back.png") no-repeat;
}

#image-forward a span.icon {
    background: url("/assets/images/arrow-forward.png") no-repeat;
}

#image-back div span.icon {
    background: url("/assets/images/arrow-back-disabled.png") no-repeat;
}

#image-forward div span.icon {
    background: url("/assets/images/arrow-forward-disabled.png") no-repeat;
}

#image-fullscreen a.button {
    float: right;
    margin: 7px 0 0 5px;
}

#image-fullscreen span.icon {
    background: url("/assets/images/image-fullscreen.png") no-repeat;
    display: inline-block;
    height:10px;
    width:14px;
    margin-bottom: 3px;
    margin-right: 1px;
    vertical-align:bottom;
}

#image-title {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 270px;
    padding-top: 10px;
    position:relative;
    text-align: center;
}

.throbber {
    background: url("/assets/images/throbber.gif") no-repeat scroll #fff;
    display:block;
    margin: 100px auto 0;
    height:32px;
    width:32px;
}

#image-container {
    min-height:1520px;
}

#image-controls {
    height: 32px;
    margin: 26px 0 10px;
    padding: 0;
}

#image-controls-bottom {
    height: 32px;
    margin: 0 -5px 10px 0;
    padding: 0;
}

#image-controls-bottom #image-back,
#image-controls-bottom #image-forward {
    float: right;
}

#image-wrapper {
    position:relative;
    border:1px solid #ccc;
    overflow: hidden;
    width: 100%;
}

#image-wrapper img {
    width: 100%;
}

#header-top {
    background: #646060;
    height:30px;
    border-bottom:1px solid #333;
}

#header-bottom {
    background:#0076db;
    height:30px;
    border-bottom:1px solid #e3e3e3;
    border-top:1px solid #005eaf;
    clear:left;
}

#header-modal {
    position:relative;
    width:1280px;
    margin: 0 auto;
    font-size:0.8em;
}

#mask, #deaf-pre-mask {
    position:absolute;
    display:none;
    width:100%;
    z-index:10;
}

#deaf-pre-warning {
    display:none;
    position:fixed;
    top: 150px;
    left: 50%;
    background:url("/assets/images/bg_modal.png") repeat-x #edeceb;
    border:1px solid #afaca9;
    box-shadow:5px 0 5px -5px #888, 0 5px 5px -5px #888, -5px 0 5px -5px #888;
    width:340px;
    padding: 20px 20px 20px 20px;
    margin-left:-190px;
    z-index:70;
}

#deaf-pre-warning span {
    font-size:0.9em;
}

#deaf-pre-warning div {
    margin: 0.75em 0 0;
    text-align:center;
}

#deaf-pre-warning input.deaf-pre-yes {
    margin-right:1em;
}

#header-modal .modal {
    position:absolute;
    display:none;
    background:url("/assets/images/bg_modal.png") repeat-x #edeceb;
    border:1px solid #afaca9;
    box-shadow:5px 0 5px -5px #888, 0 5px 5px -5px #888, -5px 0 5px -5px #888;
    width:340px;
    top:-1px;
    left:188px;
    padding: 20px 21px 20px 25px;
    z-index:70;
}

#mask-dark {
    position:absolute;
    display:none;
    width:100%;
    z-index:30;
}

#header-search {
    font-size:0.9em;
    background:url("/assets/images/bg_header3.png") repeat-x scroll left top;
    height:79px;
}

#header-top .content,
#header-search .content {
    width: 1280px;
    margin: 0 auto;
}

#header-search .separator.left {
    float:left;
    background:url("/assets/images/separator.png") no-repeat scroll left bottom;
    width:6px;
    height:79px;
}

#header-search .separator.right {
    float:left;
    background:url("/assets/images/separator.png") no-repeat scroll right bottom;
    width:6px;
    height:79px;
}

#header-search #logo {
    float:left;
    height:50px;
    width:355px;
    padding:14px 16px 15px;
}

#header-search #logo a {
    background:url("/assets/images/logo_translucent.png") no-repeat scroll;
    display: block;
    height:50px;
    width:185px;
}

#header-search #searchbox {
    background:url("/assets/images/bg_search.png");
    padding:15px 26px 0;
    float:left;
    height:79px;
}

#searchform fieldset {
    width:100%;
}

div#header-top .content,
div#header-search .content,
div#main {
    clear:both;
    width:1280px;
    margin:0 auto;
    padding: 0 30px;
}

div#main-content {
    border-left:1px solid #eee;
    background: url("/assets/images/bg_main.png") repeat-y scroll 359px 0 #fff;
    width:100%;
}

#clear {
    clear:both;
}

#footer {
    border-bottom: 1px solid #eee;
}

#wheel {
    border-color: #eee;
    border-style: solid;
    border-width: 0 1px 0 0;
    font-size:0.9em;
    float:left;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 30px;
    width:359px;
    min-height:200px;
}

#wheel #no-results {
    color: #262626;
    font-style: italic;
    padding: 26px 16px 10px;
}

#wheel #list-header {
    color: #262626;
    font-size:1.25em;
    height:68px;
    line-height:32px;
    padding: 26px 16px 10px;
}

#wheel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wheel li {
    border-bottom:1px solid #eee;
    overflow-x: hidden;
    white-space: nowrap;
}

#wheel li > a {
    color: #0076db;
    display: inline-block;
    line-height: 20px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 107px;
}

#wheel li.longarticle > a,
#wheel li.image > a {
    font-weight: bold;
}

#wheel li > a.variant {
    color: #0076db;
    font-weight: normal;
    padding-left: 16px;
}

#wheel li > a.variant + a.sub,
#wheel li > a.sub + a.main {
    width: 111px;
}

#wheel li > a.main:first-child {
    padding-left: 226px;
    width: 337px;
}

#wheel li > a.sub:first-child {
    padding-left: 111px;
    width: 222px;
}

#wheel li > a.variant + a.main {
    padding-left: 115px;
    width: 222px;
}

#wheel li > a.sub:before,
#wheel li > a.main:before {
    color: white;
    content: "→";
    padding-right: 2px;
}

#wheel li > a.sub:first-child,
#wheel li > a.main:first-child {
    color: #0076db;
}

#wheel li > a.variant + a.sub,
#wheel li > a.variant + a.sub:before,
#wheel li > a.variant + a.main,
#wheel li > a.variant + a.main:before,
#wheel li > a.variant + a.sub + a.main,
#wheel li > a.variant + a.sub + a.main:before,
#wheel li > a.sub + a.main,
#wheel li > a.sub + a.main:before {
    color: #888;
}

#wheel #get-all {
    background: url("/assets/images/more_horiz_1x.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 36px;
    margin-left: 16px;
    margin-top: 10px;
    width: 36px;
}

ul, ol {
    margin-left: 1.8em;
}

ol {
    list-style-type: decimal;
}

sup,
sub {
    font-size: 0.7em;
    height: 0;
    line-height: 1;
    position: relative;
}

sup {
    bottom: 0.6em;
    vertical-align: baseline;
}

sub {
    vertical-align: bottom;
}

#text-container {
    padding: 0 26px 40px 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

h2, .h2 {
    color: #e56717;
}

#text-container p {
    font-size: 0.9em;
}

#text-container p.warning {
    background: #f36056;
    border: 1px solid #790000;
    font-size: 0.9em;
    padding: 10px;
}

.border-orange {
    border: 1px solid rgb(229, 103, 23);
    padding: 1em;
    margin-bottom: 2em;
}

#article .author {
    clear: both;
    display: inline-block;
    float: right;
    margin-top: 0.6em;
}

#article.longarticle.unstructured .author {
    margin-bottom: 0.5em;
}

#article.image,
#article.welcome,
#article.shortarticle,
#article.longarticle,
#article.not-found {
    border-left: 1px solid #eee;
    position:relative;
    float:left;
    font-family: serif;
    font-size:0.95em;
    padding-left:27px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left:-1px;
    width:840px;
}

#article.image {
    padding-top: 0;
}

#article.welcome {
    font-family: sans-serif;
}

#article.shortarticle {
    background: url("/assets/images/deafpre-watermark.png");
    background-origin: content-box;
}

#article.shortarticle .mainpart,
#article.shortarticle .subpart {
    border: 1px solid #CCC;
    padding: 0.5em 0.8em;
}

#article .subpart {
    margin-top: -1px;
}

#article .footnotes:before {
    border-top: 2px solid #888;
    content: "";
    position: absolute;
    right: 60%;
    left: 27px;
}

#article .footnotes {
    margin-top: 1.5em;
}

#article .footnotes .footnote:first-child {
    padding-top: 1em;
}

#article.shortarticle .title .circle,
#article.longarticle .title .circle {
    font-size: 1.4em;
    margin-right: 7px;
    vertical-align: 2px;
}

#article.shortarticle .title .lemma,
#article.longarticle .title .lemma {
    font-size: 1.4em;
    font-weight: bold;
}

#article.longarticle .square-bracket {
    font-size: 1.4em;
}

#article.shortarticle .mainpart .title .lemma,
#article.longarticle .mainpart .title .lemma {
    font-size: 1.8em;
    text-transform: uppercase;
}

#article.shortarticle .title .developed:before,
#article.longarticle .title .developed:before {
    content: "*";
}

#article.shortarticle .sense.docling,
#article.longarticle .sense.docling {
    border: 1px solid #ccc;
    margin: 0.8em 0.5em;
    padding: 0.4em 0.5em;
}

#article.shortarticle .sense .diamond,
#article.longarticle .sense .diamond {
    font-size: 1.3em;
    margin-right: 10px;
    line-height: 1;
    vertical-align: 1px;
}

#article.shortarticle .diamond.large,
#article.longarticle .diamond.large {
    font-size: 1.3em;
    line-height: 1;
    vertical-align: 1px;
}

#article.shortarticle .childsense .diamond,
#article.longarticle .childsense .diamond {
    font-size: 0.9em;
    margin-right: 7px;
    vertical-align: 2px;
}

#article.shortarticle .diamond.small,
#article.longarticle .diamond.small {
    font-size: 0.9em;
    vertical-align: 2px;
}

#article.shortarticle .sense .number,
#article.longarticle .sense .number {
    margin-right: 7px;
}

#article.shortarticle ul,
#article.longarticle ul {
    margin-left: 0;
}

#article.shortarticle .mainpart .title {
    margin-top: -1.8em;
}

#article.shortarticle.addenda .mainpart .title,
#article.shortarticle.addenda-docling .mainpart .title {
    margin-top: -0.8em;
}

#article.shortarticle .subpart .title,
#article.shortarticle.docling .mainpart .title,
#article.shortarticle.revision .mainpart .title {
    margin-top: 0.4em;
}

#article.longarticle .mainpart .title {
    margin-top: 1em;
}

#article.longarticle.unstructured .mainpart {
    clear: both;
}

#article.longarticle.unstructured .mainpart .title {
    margin-top: 0em;
}

#article.longarticle .subpart .title,
#article.shortarticle .etymology,
#article.longarticle .etymology,
#article.shortarticle .variants,
#article.longarticle .variants,
#article.shortarticle .senses,
#article.longarticle .sense,
#article.longarticle .childsense,
#article.shortarticle .comment,
#article.longarticle .comment {
    margin-top: 1em;
}

#warning {
    background-color: #b32d00;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 1em;
    padding: 0.5em 0;
    text-align: center;
}

#warning a {
    color: white;
    text-decoration: underline;
}

#warning.deafplus,
#warning.addenda,
#warning.addenda-docling,
#warning.docling,
#warning.revision {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 1em;
    padding: 0.5em 0;
    text-align: center;
}

#warning.docling {
    background-color: #164a7e;
}

#warning.revision {
    background-color: #552655;
}

#warning.deafplus,
#warning.addenda {
    background-color: #0076db;
    line-height: 280%;
}

#warning.addenda-docling {
    background-color: #a5cef3;
}

#license {
    margin-bottom: 1em;
}

br.before-remark {
    margin-bottom: 1em;
}

.remark {
    display: block;
    margin-bottom: 1em;
}

.remark:first-child:not(:last-child)::after {
    content: "\A";
    white-space: pre;
    display: block;
    height: 1em;
}

.remark:first-child {
    display: inline;
}

.remark:last-child {
    display: inline;
    margin-bottom: 0;
}

.remark + br {
    display: none;
}

.shortarticle .variant .description,
.longarticle  .variant .description .cited-word {
    color: #238123;
    font-style: italic;
}


.cited-word-reference {
    color: #0076DB;
    cursor: pointer;
}

.multiple-dates {
    color: #CEA66B;
}

a.siglum {
    color: #000;
    text-decoration: none;
}

a.siglum:hover,
span.fiche:hover,
.longarticle .siglum[data-href]:hover {
    background: #EEEEFF;
    cursor: pointer;
    border-bottom: 1px dotted #000;
}

span.fiche.docling {
    color: #7E3817;
}

span.fiche.docling:hover {
    background: #FFF8DC;
    cursor: pointer;
    border-bottom: 1px dotted #000;
}

span.fiche.docling {
    color: #7E3817;
}

span.fiche.docling:hover {
    background: #FFF8DC;
    cursor: pointer;
    border-bottom: 1px dotted #000;
}

#fiche-popup {
    box-shadow:5px 0 5px -5px #888, 0 5px 5px -5px #888, -5px 0 5px -5px #888;
    background:#fff;
    border: 1px solid #ddd;
    font-family: sans-serif;
    position:fixed;
    top: 150px;
    left: 50%;
    margin-left:-11em;
    padding: 1em;
    z-index:40;
    width: 20em;
    font-size: 0.9em;
}

#fiche-popup.docling {
    width: 35em;
}

#fiche-popup.docling .contextEntry {
    font-style: italic;
    padding: 0 0.5em;
}

#fiche-popup .close {
    background: url("/assets/images/close.png") no-repeat scroll;
    display: block;
    position: absolute;
    cursor: pointer;
    right: -12px;
    opacity: 1;
    top: -12px;
    height: 32px;
    width: 32px;
}

#fiche-popup .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
}

#fiche-popup .row:not(:last-child) {
    padding-bottom: 4px;
}

#fiche-popup .row .cell {
    display: table-cell;
    line-height: 140%;
}

#fiche-popup .entry,
#fiche-popup .siglum,
#fiche-popup .siglumLocation,
#fiche-popup.docling .siglumDate {
    padding-right: 1em;
}

#fiche-popup .definition,
#fiche-popup .variants,
#fiche-popup .rest {
    max-width: 20em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#fiche-popup .reference {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#fiche-popup .entry,
#fiche-popup .siglum {
    max-width: 11em;
}

#fiche-popup .partOfSpeech {
    max-width: 8em;
}

#fiche-popup .siglumLocation,
#fiche-popup .siglumDate {
    max-width: 9em;
}

#fiche-popup .entry,
#fiche-popup .partOfSpeech,
#fiche-popup .siglum,
#fiche-popup .siglumLocation,
#fiche-popup .siglumDate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#article.shortarticle a:not(.siglum)[href^="http:"],
#article.shortarticle a:not(.siglum)[href^="https:"],
#article.longarticle a:not(.siglum)[href^="http:"],
#article.longarticle a:not(.siglum)[href^="https:"],
#fiche-popup .siglum a,
#fiche-popup .url a {
    background: transparent url("/assets/images/external-link.png") 100% 55% no-repeat;
    padding-right: 15px;
}

.longarticle.unstructured .mainpart .title,
.longarticle.correction .mainpart .title {
    display: inline-block;
    padding-right: 0.5em;
}

.longarticle.unstructured .etymology,
.longarticle.correction .etymology{
    display: inline;
    margin-top: 0;
}

.longarticle .etymology .title {
    display: inline;
}

.longarticle.normal .etymology .etymon,
.longarticle.reference .etymology .etymon,
.longarticle .variants .references,
.longarticle .variants .white-space,
.longarticle .sense .brace,
.longarticle .sense .datings,
.longarticle .sense .delimiter,
.longarticle .sense .references,
.longarticle .childsense .brace,
.longarticle .childsense .datings,
.longarticle .childsense .delimiter,
.longarticle .childsense .references {
    display: none;
}

.longarticle .etymology.plus .title {
    display: none;
}

.longarticle .etymology.plus .etymon,
.longarticle .variants.plus .references,
.longarticle .variants.plus .white-space,
.longarticle .sense.plus .brace,
.longarticle .sense.plus .datings,
.longarticle .sense.plus .delimiter,
.longarticle .sense.plus .references,
.longarticle .childsense.plus .brace,
.longarticle .childsense.plus .datings,
.longarticle .childsense.plus .delimiter,
.longarticle .childsense.plus .references,
.longarticle .variants.plusplus .references,
.longarticle .variants.plusplus .white-space,
.longarticle .sense.plusplus .brace,
.longarticle .sense.plusplus .datings,
.longarticle .sense.plusplus .delimiter,
.longarticle .sense.plusplus .references,
.longarticle .childsense.plusplus .brace,
.longarticle .childsense.plusplus .datings,
.longarticle .childsense.plusplus .delimiter,
.longarticle .childsense.plusplus .references {
    display: inline;
}

.longarticle .plus .etc .reference,
.longarticle .plus .etc > .delimiter,
.longarticle .plus .etc > .mfr-open,
.longarticle .plus .etc > .mfr-close,
.longarticle .plus .etcetc .reference,
.longarticle .plus .etcetc > .delimiter,
.longarticle .plus .etcetc > .mfr-open,
.longarticle .plus .etcetc > .mfr-close {
    display: none;
}

.longarticle .plusplus .etc .start,
.longarticle .plusplus .etcetc .start {
    display: none;
}

.longarticle .plusplus .etc .reference,
.longarticle .plusplus .etc > .delimiter,
.longarticle .plusplus .etc > .mfr-open,
.longarticle .plusplus .etc > .mfr-close,
.longarticle .plusplus .etcetc .reference,
.longarticle .plusplus .etcetc > .delimiter,
.longarticle .plusplus .etcetc > .mfr-open,
.longarticle .plusplus .etcetc > .mfr-close {
    background-color: lightgrey;
    display: inline;
}

.longarticle .plus .variant.middle-french::before,
.longarticle .plusplus .variant.middle-french::before {
    content: "[";
}

.longarticle .plus .variant.middle-french::after,
.longarticle .plusplus .variant.middle-french::after {
    content: "]";
}

.longarticle .sense.plus.middle-french > .diamond + *::before,
.longarticle .sense.plusplus.middle-french > .diamond + *::before,
.longarticle .childsense.plus.middle-french > .diamond + *::before,
.longarticle .childsense.plusplus.middle-french > .diamond + *::before {
    content: "[";
    font-weight: normal;
}

.longarticle .sense.plus.middle-french > :last-child::after,
.longarticle .sense.plusplus.middle-french > :last-child::after,
.longarticle .childsense.plus.middle-french > :last-child::after, 
.longarticle .childsense.plusplus.middle-french > :last-child::after {
    content: "]";
    font-weight: normal;
}

.expand {
    line-height: 9px;
}

.sense .expand,
.childsense .expand {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.expand .less,
.expand .more {
    cursor: pointer;
    height: 12px;
    line-height: 9px;
    padding: 3px;
    width: 15px;
}

.sense .expand .less,
.childsense .expand .more {
    line-height: 1;
}

.expand .less {
    background: url("/assets/images/less.png") no-repeat;
    display: none;
}

.expand .more {
    background: url("/assets/images/more.png") no-repeat;
    display: inline-block;
}

.plus .expand .less,
.plusplus .expand .less {
    display: inline-block;
}

.plus.no-more .expand .more,
.plusplus .expand .more {
    display: none;
}

#article .button-addenda,
#article .button-article,
#article .button-book {
    font-family: sans-serif !important;
}

#article.shortarticle .button-article,
#article.shortarticle .button-book {
    margin-top: 2px;
}

#article .btn-group.expand-close-all {
    float: right;
    font-family: sans-serif !important;
}

.close-all,
.expand-all {
    color: #0076DB;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif !important;
    margin-bottom: 10px;
}

.modal ul {
    list-style: disc;
    margin-bottom: 10px;
}

.modal p {
    margin-bottom: 10px;
}

.download {
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px !important;
    font-weight: normal !important;
}

.download a {
    background: #888 !important;
    border: 1px solid #ccc;
    color: white !important;
    padding: 6px 6px 3px !important;
}

.download span {
    color: #6e6e6e;
}

.download-all {
    margin-bottom: 1.2em;
    margin-top: 0.4em;
}

.mainpart .download-lemma {
    clear: right;
    margin-top: -6px;
    text-transform: none !important;
}

.subpart .download-lemma {
    margin-top: 6px;
    text-transform: none !important;
}

