<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container_comm
{ 	width:auto; position: relative; overflow: auto;
    text-align: left;  
   	color: #000000 !important; 
  	font-family:Helvetica Neue, HelveticaNeue-Light, 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif ;
	font-size: 1.1em;
   	margin: 0.05em 0; padding-left: 10px;  margin-left:10px;
	/*  border:1px solid #D8D9DA !important;*/    
} 

#container_top
{ 	width:auto; position: relative; overflow: auto;
    text-align: left;  
   	color: #000000 !important; 
  	font-family:Helvetica Neue, HelveticaNeue-Light, 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif ;
	font-size: 1.0em;
   	margin: 0.05em 0; padding-left: 10px;  margin-left:10px;
	/*  border:1px solid #D8D9DA !important;height:80px;*/      }

.comm_left {
    float: left;
    width: 60%;
   	padding: 10px;
}
.comm_right {
    float: right;
    width: 30%; margin-right:50px;
   padding: 10px;
}

#container_content
{ 	width:auto; position: relative; overflow: auto;
    text-align: left;  
   	color: #000000 !important; 
  	font-family:Helvetica Neue, HelveticaNeue-Light, 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif ;
	font-size: 1.1em;
   	margin: 0.05em 0; padding-left: 10px;  margin-left:10px;
	/*  border:1px solid #D8D9DA !important;*/     
}

 
 /*button */
 
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
    
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

 </pre></body></html>