<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#vtab .border{
width: 34%;
float: left;
text-align: left;
border:1px solid #0082C6;
list-style:none;
margin: 0px;
margin-bottom:15px;
padding: 0px;
margin-right: 25px;
}
.pointer{
    cursor: pointer !important;
    background:#1f1f1f;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    color: white !important;
}
.selected{
 background:#e31e24;	
}

 .title{
      font-size: 28px;
      color:green;
      font-weight: normal;
      border-bottom: 1px solid green;
      margin:0 0 20px;
    }      </pre></body></html>