<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.align {
    display:table;
    width:60%;
    margin-bottom:5px;
    table-layout: fixed;
}
div.align span {
    display:table-cell;
    text-align:left;
 
}
div.divOthers{
    margin-top:8px;
}
ul.otherList{
    margin-left:0;
    margin-top:8px;
}
ul.otherList li{
    list-style-type:none;
}
div.DNNContainer_Title_h2 &gt; h2{
    display:none;
}
.rightPosition{
    float:right;
}
input[type=checkbox]{
    margin-right:5px;
}</pre></body></html>