<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*COMITATO*/

.com_form{
  width: 100%;
}

.com_group{
  margin-top: 20px;
  right: 14px;
  background-color: #fff;
  border: solid #000 1px;
}

.com_title{
  text-align: left;
    padding: 2px 20px;
    background-color: #0092CD;
    color: white;
    font-weight: bold;
    font-size: 25px;
    height: 50px;
    margin-left: -50px;
}

.com_list&gt;li{
  margin-bottom:8px;
  font-size:larger;
}

.com_pre_text{
  margin:10px 0px 30px 0px;
  padding-left: 0px;
  padding-right: 0px;

}

@media only screen and (max-width: 768px){
  .com_title{
    margin-left: -30px!important;
  }
}</pre></body></html>