<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */

.tar{
    text-align: right;
}

.fl{
    float: left;
}

.fr{
    float: right;
}



/* CUSTOM */
.center{
    text-align: center;
}

.pb10{
    padding-bottom: 10px;
}

.pb20{
    padding-bottom: 20px;
}

.pt20{
    padding-top: 20px;
}

.pt30{
    padding-top: 30px;
}

.ml20{
    margin-left: 20px;
}

.ml30{
    margin-left: 30px;
}

.pl20{
    padding-left: 20px;
}

.pl-30{
    position: relative;
    left: -30px;
}

.mt20 {
    margin-top: 20px;
}

.underline{
    text-decoration: underline;
}

.pt-20{
    position: relative;
    top: -20px;
}

ul.spaced li{
    padding-bottom: 10px;
}</pre></body></html>