table.vc-table-plugin-theme-simple_orange td {
    padding: 8px;
    border-bottom: transparent!important;
}
table.vc-table-plugin-theme-simple_orange tr:hover {
    background-color: rgba(178,144,80,0.2) !important;
}
#team-line{
  background-color:rgba(255,255,255,0.7);
  padding: 10px 5px 15px;
}

@media screen and (max-width:768px){
  html, body {
    overflow-x:hidden !important;
  }
}