<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-bold.ttf);
    font-weight: 700;
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}

#top-border{
    height: 10px;
    background: #d3212d;
}

#bottom-border{
    height: 10px;
    background: #fed431;
}

.uk-container{
    background-color: white;
}

.uk-grid{
    margin-top: 0px!important;
}

body{
    background-color: #f3f3f3;
}

#testa{
    margin-top: 0px;
    background-color: #fed431;
    padding: 10px 10px;
    position: relative;
}

#icona{
    margin-right: 20px;
}

#testa h1{
    font-size: 40px;
    margin-top: 0px;
    color: #d3212d;
    margin-bottom: 0px;
}

#testa h3{
    font-size: 18px;
    margin-top: 6px;
    color: #d3212d;
    margin-bottom: 0px;
}

#icona, #logo{
    height: 60px;
    width: auto;
}

#navigazione img{
    height: 50px;
}

#navigazione{
    position: absolute;
    bottom: -25px;
    right: 60px;
    z-index: 10;
}

.zoom-image{
    height: 100%;
}

#zoom-box{
    height: calc( 100vh - 112px );
}

#box-interattivo{
    background-color: #d4eefc;
    position: relative;
}

#controlli-top{
    position: absolute;
    padding: 5px 0px;
    top: 0;
    z-index: 9;
    padding-right: 10px;
    background-color: rgba(253, 230, 182, 0.65);
}

#controlli-bottom{
    position: absolute;
    padding: 5px 0px;
    bottom: 0;
    z-index: 9;
    text-align: center!important;
    background-color: rgba(253, 230, 182, 0.65);
}

#box-testo{
    padding-top: 50px;
    padding-right: 35px;
    text-align: justify;
}

#controlli-bottom img {
    height: 30px;
    margin-right: 5px;
}

#canvas{
    max-height: 100%;
}

#controlli-bottom &gt; img{
    cursor: pointer;
}

#controlli-bottom a &gt; div {
    display: inline-block;
    padding: 5px 15px;
    background-color: white;
    border-radius: 4px;
    color: #07D;
    border: 1.5px solid #07d;
    font-family: 'Roboto';
    font-weight: 700;
}

#controlli-bottom a.selected &gt; div {
    background-color: #07D;
    color: white;
}

#controlli-bottom a{
    margin: 0 10px;
}</pre></body></html>