.risatafla {
    width: 1200px !important;
    left: -300px;
}
@import "./fa.css";


body {
    min-height: 75rem;
    padding-top: 5rem;
}

.megin p {
    text-align: justify;
    text-justify: inter-word;
}

a, .underlined {
    color: rgba(0, 0, 0, 0.6);
    text-decoration-style: dotted;
    text-decoration-color: gray;
}
.navbar-brand {
    color: #000;
    text-decoration: none;
}
ex {
    font-style: italic;
}
.ortho {
    font-size: 90%;
}
.grande {
    font-size: 4rem;
    white-space: nowrap;
}
input {
    color: black;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
hr {
    padding: 0px;
    margin: 0px;
}
.st {
    font-size: 1.1em;
}
mark {
    padding: 0px;
    margin: 0px;
    background-color: rgba(238, 238, 238, 0.75);
    color: black;
}
.panel {
    font-family: 'Roboto';
    font-size: 0.8em;
    line-height:unset;
}
.panell {
    font-family: 'Roboto';
    font-size: 0.8rem;
}
.smaller {
    font-size: 0.9em;
}
.tiny {
    font-size: 0.8em;
}
.tinier {
    font-size: 0.6em;
}
.tiniest {
    font-size: 0.8rem;
}
.tight {
    padding: 0px !important;
    margin: 0px !important;
}
.litla {
    font-size: 0.9em;
}
.sc {
    font-variant: small-caps;
    font-size: 1em;
}
.sct {
    font-variant: small-caps;
    
}
.stanza-quote {
    margin-left: 20px;
}
.falinn {
    display: none;
}
.tight {
 line-height:1.2em;   
}
.tight .tinier {
    line-height: 0.9em;
}
.v-33 {
    width: 33%;
}
.v-66 {
    width: 66%;
}

.header, .navbar {
  padding: 5px;
  margin: 0px;
  background:  rgb(227, 227, 227);
  color: #000;
  z-index: 10;
}
.header .menu-links a {
    color: #fff;
}
h2 {
    color: black;
}
.elaboration, .metric, .heiti, .kenning, .kenningar, .phrase {
    color: rgba(0, 0, 0, 0.6);
}
.mmetric{
    color: rgb(227, 93, 106);
}
.mmetric.mmetric-1{
    color: rgb(93, 207, 227);
}
.mmetric.mmetric-2{
    color: rgb(227, 93, 106);
}
.mmetric.mmetric-1.mmetric-2 {
    color: rgb(227, 93, 216);
}
.el-val{
    background-color: rgb(248, 215, 218) !important;
    color: rgba(0, 0, 0, 0.6) !important;
}
.el-ljoma {
    background-color: rgb(163, 207, 187) !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.el-props {
    background-color: rgba(238, 238, 238, 0.75);
}
.elaboration-ljoma {
    background-color: rgb(163, 207, 187);
    color: rgba(0, 0, 0, 0.6);
}
.metric-ljoma {
    background-color: rgb(163, 207, 187);
    color: rgba(0, 0, 0, 0.6);
}
.stanza-1, .stanza-2 {
    background-color: #f6f6f6;
}
.stanza {
    color: #000;
    //background-color:#fafafa   
}
.feature-1.el-ljoma {
    background-color: rgba(255, 207, 187, 0.4) !important;
    color: rgba(0, 0, 0, 0.4);
}
.feature-2.el-ljoma {
    background-color: rgba(180, 200, 187, 0.8) !important;
    color: rgba(0, 0, 0, 0.8);
}
.feature-1.feature-2.el-ljoma {
    background-color: rgba(180, 200, 200, 0.8) !important;
    color: rgba(0, 0, 0, 0.8);
}

.suspect, .suspect.el-ljoma {
    background-color: rgb(255, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.dipl {
    
}

.article {
   display: flex;
 }
 .article .item,
 .article .num {
   flex: 1 0 auto;
 }
 .article .num {
    text-align: right;
 }
 .article .dots {
   flex: 0 1 auto;
   /*Allows too long content to be hidden.*/
   overflow: hidden;
 }
 .dots::before {
   display: block;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: clip;
   content: 
     ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
     

 }

.chapter {
    max-width: 800px !important;
    text-align: justify ;
    line-height: 30pt;
}
p {
    margin-bottom:  0;
}
.greinaskil {
    margin-top: 0.7em;
}

.inndraga, p+p {
    text-indent: 1.5em;
}
p+p {
    margin-top: 0em;
    margin-bottom:  0em;
}

blockquote p+p{
    text-indent:  0;
    margin-top: 0.7em;
}
blockquote {
    margin-top: 1em;
    margin-bottom:  1em;
    margin-left: 2em;
    margin-right:  1em;
    line-height: 24pt;
    text-align: justify;
}

.note {
    
    font-size: smaller;
    font-style: italic;
}

.bibliography {
    text-align: left;
    padding-left: 2em;
    text-indent: -2em;  
    padding-bottom: 0.5em;
}

table {
    width: 100%;
}

td {
    
    padding:  5px 10px 5px 10px;
}



.popover-body {
    font-size: 1.2em;
}