* {box-sizing: border-box}
/*body {font-family: "Lato", sans-serif;} */

/* Style the tab */
/* Style the tab */
.vtab {
    float: left;
    /* border: 1px solid #ccc; */
    background-color: white;
    color: #fff;
    width: 100%;
    height: 100%;
}
.highlight-tablinks{
  background-color: #6A9FCA !important;
}

/* Style the buttons inside the tab */
.vtab button {
    display: block;
    background-color: #4682B4;
    color: #fff;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    margin-bottom: 4px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #6A9FCA;
}

/* Create an active/current "tab button" class */
.vtab button.active {
  background-color: #6A9FCA;
}

/* Style the tab content C6D6E3  DDE6EC*/
.tabcontent {
  float: left;
  padding: 18px 24px;
  width: 100%;
  border-left: none;
  height: auto;
  background-color: #EBEFF2;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



