/* This file can be used to add custom css rules that will be applied to the xhtml export */
.entry .picturesofsenses {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-indent: 0;
}
.entry .picturesofsenses .picturesofsense {
    display: block;
    text-align: center;
    margin: 0pt 0pt 4pt 4pt;
    padding: 2pt;
}

.entry .picturesofsenses .picturesofsense img {
    max-height: 2in;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry> .picturesofsenses .picturesofsense> .captionContent .headword[lang|="tma"]{
    font-weight: bold;
    display: block;
    text-align: center;
}

.entry .picturesofsenses .picturesofsense .captionContent .license {
    font-weight: normal;
    display: block;
    text-align: center;
}

.entry> .senses > .sensecontent > .sense> .definitionorgloss> span[lang|='ar']:before,.entry> .senses > .sensecontent > .sense> .definitionorgloss> span[lang|='shu-Zxxx-x-audio']:before,.entry> .senses > .sensecontent > .sense> .definitionorgloss> span[lang|='shu-Arab']:before,.entry> .senses > .sensecontent > .sense> .definitionorgloss> span[lang|='fr-Zxxx-x-audio']:before,.entry> .senses > .sensecontent > .sense> .definitionorgloss> span[lang|='fr']:before,.entry> .senses > .sensecontent > .sense> .definitionorgloss> span[lang|='en-Zxxx-x-audio']:before{
    content:'\a';
}
a.en-Zxxx-x-audio:after{
    content:'  \25B6\fe0e';
    color: darkblue;
}
a.fr-Zxxx-x-audio:after{
    content:'  \25B6\fe0e';
    color: darkred;
}
a.shu-Zxxx-x-audio:after{
    content:'  \25B6\fe0e';
    color: darkgreen;
}
a.tma-Zxxx-x-audio:after{
    content:'  \1F50A\fe0e';
    color:silver;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    margin: auto;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: lightblue;
}
