/* Application styles could go here */
@import url("font.css");

body {
    color: #000;
    font-size: 1.0em;
    line-height: 1.6rem;
}


.card {
    color: #000;
}

.navbar .navbar-brand img {
    max-height: 40px;
}

sup
{
    font-size: 70%;
    vertical-align: text-middle;
    line-height: 0;
}
        

a {
    text-decoration:none;
    color:#d9230f;
}


.main-content {
    flex: auto;
}

.bibl {
list-style-type: none;
}

.result {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

:lang(bg) {
    font-size: 1.30em;
    font-feature-settings: normal;
}

:lang(cu), :lang(chu) {
    font-family:'Shafarik';
    font-size: 1.30em;
}


:lang(grc) {
    font-size: 1.30em;
}

