body {
    font-family: 'Roboto', sans-serif;
    background: #FFFFFF;
}

h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #7A7A7A;
}

.section {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
    margin: 5px 0px;
}

.section-skladba {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content{
    margin-top:70px;
}

.song-name-field{
    max-width: 150px;
}
.song-name-field > a {
    color: #000000;
    text-decoration: none;
}

.song-number-field{
    max-width: 60px;
}

sup {
    font-size: 130%;
}

.chordline {
    line-height:2.5
}
.chordline span {
    position:relative;
}
.chordline span .chord {
    position:absolute;
    top:-1em; left:0;
    font:bold 75%/1 sans-serif;
    color:#2e2928;
}

.tag{
    display: inline;
    background-color: #DDDDDD;
    padding: 5px;
}
