#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: #1c1b17;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    color: white !important;
}
.selected {
    background: #eefd37;
    color: #1c1b17!important;
}
 .title{
      font-size: 28px;
      color:green;
      font-weight: normal;
      border-bottom: 1px solid green;
      margin:0 0 20px;
    }      