<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter Your Custom CSS Here */
.widgy {
  margin: -15px 0 -15px 0;
}

.widgyxtreme {
  margin: -25px 0 -25px 0;
}
 .topwidgy {
  margin: -35px 0 0 0;
}
  
.pic 
{
  margin: -5px 0 0 0;
}
 

p {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.dbx
{ border: 1px solid;
  border-color:#ffffff;
     border-radius: 5px;
  background-color:#dbdbdb
}

.dbx2
{ border: 1px solid;
  border-color:#ffffff;
     border-radius: 25px;
  background-color:#00556b;
}</pre></body></html>