/* Stile per le pagine di relazione giornaliera*/

.bg-primary {
    background-color: rgb(241, 241, 241) !important;
}

a {
    text-decoration: none;
}

p {
    overflow-x: hidden;
    font-size: 5vh;
    margin-bottom: 0;
}

pre {
    white-space: pre-wrap;
}

hr {
    padding-top: 2px;
    opacity: 0.8;
}

#head {
    height: 20vh;
}

#back {
    font-weight: bold;
    text-decoration: none;
    color: rgb(45, 43, 43);
    font-size: 5vh;
}

#grow {
    -moz-transition: height 2s;
    -ms-transition: height 2s;
    -o-transition: height 2s;
    -webkit-transition: height 2s;
    transition: height 2s;
    height: 0;
    overflow: hidden;
}