<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

body{
    font-family: 'Raleway', sans-serif;
    font-size:14px;
    font-weight: 400;
    color: #444444;
    background-color:#fff;
}

b, strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #313131;
}

h1, h2, h3, h4 {
    color: #313131;
    font-weight: 700;
    margin: 0px;
    text-align: left;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

.margin-reset {
    margin: 0 !important;
}

.padding-reset {
    padding: 0 !important;
}

.border-reset {
    border: none !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.none {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.cms-docenti .avatar {
    border-radius:100%;
    margin-right: 10px;
}
.cms-docenti strong {
    font-size: 20px;
}

.content {
    text-align: justify;
}

.lista-corsi ul &gt; li, .lista-corsi li {
    list-style-type: none;
}
.lista-corsi h3 {
    margin-top: 20px;
}
.lista-corsi .corsi {
    padding: 20px;
    background: #d7e4a8;
    color:#444444;
    margin-bottom: 10px;
}
.lista-corsi .corsi.even {
    background: rgba(199, 225, 170, 0.5);
}
.lista-corsi .corsi .titolo {
    font-size: 18px;
}
.lista-corsi .corsi .arrow-right {
    width: 40px;
    height: 40px;
    border: 10px solid#444444;
    border-radius:100%;
}
.lista-corsi.homepage {
    padding: 40px;
    background: #f2f2f2;
}

.dettaglio-corso .corso-sx .finanziatori {
    margin-top: 20px;
}

.dettaglio-corso .corso-sx .finanziatori img{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.skillbar-bar, .skillbar-title {
    background: none !important;
}

.dettaglio-corso h3 {
    margin-top: 20px;
}

.header-print {
    display: block !important;
    height: 150px;
    margin-top: 20px !important;
}

.header, .footer, .side-sx, form, iframe, .scopri, .categoria-corsi .descrizione, .dettaglio-corso .iscrizione, .dettaglio-corso .breadcrubs, .dettaglio-corso &gt; div {
    display: none !important;
}

.dettaglio-corso .corso-sx, .dettaglio-corso .corso-dx {
    display: block !important;
}

.cookieConsentCustomize-dialog, .cookieConsent-dialog, .allegati-cnt {
    display: none !important;
}

.corso-dx .coordinatore img, .corso-dx .docenti img {
    width: 80px !important;
    height: 80px !important;
    display: block !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

 .corso-dx .docenti img {
    border-radius: 50% !important;
 }

 .extra-label {
    font-weight: 700 !important;
    color: #000 !important;
 }</pre></body></html>