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

      #container{
        color:#0099FF;
        padding-left:5%;

      }
#ulrs-opener .page-header{
  padding-bottom: 0px;
margin: 0px 0px 0px;
border-bottom: none;

      }
      .red-text{
        color:red;
        font-size:22px;
      }
      .float-right{
        float:right;
      }

      #textarea{

        border:2px solid #0099ff;
        
        min-height:400px;
      }
      #button{
        font-size: 18px;
        height: 40px;
        border: solid 2px ;
        border-radius: 5px;
        color: #0099FF;

      }
      #button:hover{
        cursor:pointer;
        background-color:#0099ff;
        color:#fff;
      }

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