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

body {
    color#0089CC;
    background-color:#FFFFFF;
    font-family: 'Raleway', sans-serif;
    transition: background-color .5s;
    font-size:14px;
}
#contents
{
    max-width: 80%;
    margin:50px auto 50px auto;
    padding:5px;
}

.maincolor
{
    color: #0089CC;
}

#header
{
    max-width: 80%;
    padding: 10px;
    margin:auto;
    text-align:center;
}

#header i
{
    color: #C6C6C6;
}

#header i.menu
{
    color: #0089CC;
}

#header span.title
{
    font-size: 30px;
    font-weight: bold;
    vertical-alignment: center;
    color: #707070;
}

#main
{
    max-width: 768px;
    padding: 5px 10px 5px 10px;
}

.sidenav {
    height: 100%;
    max-width: 768px;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }

  .sidenav{
    text-decoration: none;
    color: #C6C6C6;
    display: block;
    transition: 0.3s;
    font-size: 18px;
  }

  .sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #0089CC;
    display: block;
    transition: 0.3s;
    font-size: 18px;
  }

  .sidenav i{
    /* padding: 8px 8px 8px 32px; */
    font-size: 48px;
    display: block;
  }

  .sidenav span.inactive{
    padding: 8px 8px 8px 0px;
    display: block;
  }

  .sidenav a:hover{
    text-decoration:none;
  }
  
  .sidenav .closebtn {
    padding: 0;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidenav a.closebtn {
    padding: 0;
  }
  
  #main {
    /*transition: margin-left .5s;*/
    padding: 16px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

#pagetitle
{
    margin-top: 20px;
    /* max-width: 768px; */
    padding: 30px 10px;
    background-color:#233461;
    color: #FFFFFF;
    text-align:center;
}

#footer
{
    margin-top: 50px;
    /* max-width: 768px; */
    padding: 30px 10px;
    background-color:#233461;
    color: #FFFFFF;
    text-align:center;
}

#footer a
{
    color: #F8931E;
    vertical-align: middle;
    font-weight:normal;
}

#headercontent{
}

#headertitle{
  color: #F8931E;
  font-size:30px;
  font-weight:bold;
  padding: 10px 20px;
  text-align:center;
  margin:auto;
}

#logo{
  text-align:center;
}

.logocomune img{
  height:100px;
  text-align:right;
}

.testocomune{
  font-size:24px;
  
}

div.bordered
{
    margin: 0 auto;
    position: relative;
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #0089CC;
    max-width: 500px;
}

div.list
{
    margin: 0 auto;
    position: relative;
    padding: 10px;
    width: 100%;
    border: 2px solid #F1F1F1;
    background-color:;
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}

.bold{
  font-weight:bold;
}

.btn_large
{
    padding: 0 5px;
    width: 80%;
    height: 50px;
    font-weight: bold;
    background-color: #0089CC;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.btn_medium
{
    padding: 0 5px;
    width: 40%;
    height: 50px;
    font-weight: bold;
    background-color: #0089CC;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.btn_grey
{
    padding: 0 5px;
    width: 200px;
    height: 50px;
    font-weight: bold;
    background-color: #C6C6C6;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    text-transform: uppercase;
}

.btn_fit
{
    padding: 0 5px;
    width: 100%;
    height: 50px;
    font-weight: bold;
    background-color: #0089CC;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.btn_fit.btn_active
{

    background-color: #0089CC;
    color: #FFFFFF;
}

.btn_fit.btn_alternative
{

    border: 2px solid #878787;
    background-color: transparent;
    color: #878787;
}

button.inactive
{
    background-color: #C6C6C6;
    color: #FFFFFF;
}

button.alternativeinactive
{
    background-color: #FFFFFF;
    color: #707070;
}

button.inactive
{
    background-color: #C6C6C6;
    color: #FFFFFF;
}

.form-control-styled {
  display: block;
  width: 100%;
  padding: 4px;
  line-height: 1.5;
  color: #707070;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.footericon
{
    font-size: 26px;
}

#main h2
{
    font-weight: bold;
}

.tabrow{
  border-bottom:1px solid #233461;
  margin-bottom:20px;
}

/* Style the buttons that are used to open the tab content */
.tabrow button {
  background-color: #FFFFFF;
  color: #707070;
  border: none;
  float:left;
  outline: none;
  padding: 10px 30px;
  margin-right:10px;
  cursor: context-menu;
  font-size: 20px;
  font-weight:bold;
  text-transform: uppercase;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* Create an active/current tablink class */
.tabrow button.active {
  background-color: #233461;
  color:#FFFFFF;
}


/* Style tab links */
.tablink {
  background-color: #FFFFFF;
  color: #707070;
  border: none;
  float:left;
  outline: none;
  padding: 10px;
  font-size: 20px;
  font-weight:bold;
  width: 25%;
  text-transform: uppercase;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  
}

.tablink.active {
  width:80%;
  background-color: #233461;
  color:#FFFFFF;
  font-size: 20px;

}

.tablink:hover {
  color:#707070;
}


.tabinlink {
  color:#0089CC;
}

.tabinlink:hover {
  color:#707070;
}


/*
the container must be positioned relative:
*/
.app-select {
  position: relative;
  font-family: Arial;
}

.app-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #0089CC;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #0089CC;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

div.fit{
  width:100%;
  padding:5px;
}

div.tabincontent
{
  min-height:305px;
}

div.otherdocs
{
  padding-top:15px;
  padding-bottom:5px;
}

a.link{
  color: #0089CC;
}

div.hide
{
    display:none;
}

.spaziosotto{
  padding-bottom:5px;
}

.mail_title{
  margin: auto;
  color:#FFFFFF;
  padding-right:30px;
  text-align:right;
}

.mail_logo{
  text-align:center;
  padding: 10px;
  background-color: #FFFFFF;
}

.mail_header{
  background-color: #1B3A69;
}

#mail_container{
  padding:10px;
}

hr.mail{
  height: 5px;
  background-color: #1B3A69;
  opacity:1;
}

#mail_footer{
  padding:10px;
}

#mail_footer a,a:hover{
  color: #1B3A69;
  font-weight:bold;
  text-decoration:none;
}

div.right{
  text-align:right;
}

#mail_body{
  max-width:768px;
  margin:auto;
}

button.btn-orange{
  background-color: #F8931E;
  font-weight:bold;
  color:#FFFFFF;
}</pre></body></html>