#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: #2a2e3b;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    color: white !important;
}
.selected{
 background: #ecb328;
 color: #ffffff !important;
}

 .title{
      font-size: 28px;
      color:green;
      font-weight: normal;
      border-bottom: 1px solid green;
      margin:0 0 20px;
    }      
    @media screen and (max-width: 767px) {
  #vtab .border {
    width: 100%;
float: none;
  }
}
