/* Padding and indentation in poem info and transcripts */

.indent-1 { padding-left : 40px;}
.indent-2 { padding-left : 80px;}
.indent-3 { padding-left : 120px;}
.indent-4 { padding-left : 160px;}
.indent-5 { padding-left : 200px;}
.indent-6 { padding-left : 300px;}
.pad-1 { padding-left: 5px;}
.pad-2 { padding-left: 10px;}
.pad-3 { padding-left: 15px;}
.pad-4 { padding-left: 30px;}

/* specials requests from Debra for info mkdn files - they change idea often so please don't care much now ... */

.vertical-bar-left {
    padding-left: 0.3em;
    font-weight: 700;
}
.vertical-bar-right {
    width: 0.5em;
    display: inline-block;
}
.vertical-bar {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1.4em;
    color: #000;
}
.vertical-bar-language {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.4em;
    color: #000;
}
.dot-single-space {
    padding: 0 0.1em;
}
.dot-double-space {
    padding: 0 0.3em;
    font-weight: 300;
}
.prose {
    max-width: 530px;
    display:  table-cell;
}
.dot-excerpts-title {
    font-weight: 300;
    font-size: 16px;
    padding-left: 0.6em;
    font-family: "Oxygen",  Arial, sans-serif;
}
.star {
    display: block;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 25px;
}
.single-br {
    display: block;
}
.double-br {
    height: 0.3em;
    display: block;
}
.at-center {
    text-align: center;
    display: block;
}
.at-right {
    text-align: right;
}

.font-exception {
    font-size : 15px;
    font-family : "Oxygen",  Arial, sans-serif;
    font-weight: 400;
}

.grigio {
    color: darkgray;
}

.rosso {
    color: #80171C;
}
/* when there are a lot of languages and if the window of the browser is resized to 1100px with, the line of languages go too close to the text */
.lot-of-languages {
    padding-top: 10px;
}

.lot-of-languages-info {
    height: 10px;
    display    : block;
}

/*increasing font size*/
.text-increase-1 {
    font-size: 1.2em;
}