<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
  background: rgb(0,0,0) url(section.jpg) no-repeat scroll left center;
  background-size:cover;
}

nav li:nth-of-type(4)::before {
  background: rgb(51,153,0)!important;
  transform: translateY(0)!important;
} 

table {
  float: right;
  margin:25px;
}
td:first-child{
  background: rgba(153,255,153, 0.3); 
}
td:last-child{
  text-align:center; 
}
tr {
  margin: 0;
}
td {
  margin:0;
  padding:7px;
  background: rgba(153,255,153, 0.5); 
}

#map  {
  border: solid 4px rgb(0,102,0);
  margin: -100px 0px 20px 20px;
  width:500px;
  float:right;
}

#plan {
  background: url(img/plan.JPG) center center no-repeat;
  background-size: contain;
  width:100%;
  height:320px;
}

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