<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.content{ padding:0px;}
.wcf-pad1{ padding:0px;}
.wcf-pad2{ padding:20px;}
.center {
	margin: auto;
	width: 100%;
	padding:20px 5px;
}
.dropdown li {
	list-style: none; 
	margin-bottom:5px
}



/*Dropdown menu*/

.dropdown {
  position: relative;
  display: inline-block;
  background-color: #6d83c6;
	border-radius: 5px;
	padding: 12px 15px 0px 5px;
	box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.2);
	color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#f9f9f9;
  min-width:240px;
  box-shadow: 0px 15px 16px 10px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  font-size:11pt; 
  line-height: 16pt;
 
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover {
	background-color: #445FB0;
	
}
/*back to top button*/
.scrollbutton {
    display: none;
    position: fixed;
    bottom: 2px;
    right: 45%;
    background-color: #f68d6f;
    color: #e8e8e8;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 10pt;
	font-weight: bold;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.scrollbutton:hover {
    background-color:#F04311;
	text-decoration: none;
	color: #fff;
	
   
}
</pre></body></html>