table.bt-sport {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  color: #000000;
  font-family: Arial, sans-serif;
}
table.bt-sport thead {
  cursor: pointer;
  background-color: #FFFFFF;
  font-size: 14px;
}
table.bt-sport thead tr td {
  border-bottom: none;
  box-sizing: border-box;
  padding: 8px 10px;
  transition: 0.3s all;
  transition-timing-function: ease-in-out;
  position: relative;
  background-color: #1a5685;
  color: #FFFFFF;
}
table.bt-sport thead tr td:nth-child(2),
table.bt-sport thead tr td:nth-child(3),
table.bt-sport thead tr td:nth-child(4),
table.bt-sport thead tr td:nth-child(5) {
  text-align: center;
}
table.bt-sport thead tr td:nth-child(2),
table.bt-sport thead tr td:nth-child(3),
table.bt-sport thead tr td:nth-child(4) {
  color: #1a5685;
}
table.bt-sport thead tr td:first-child {
  padding-left: 35px;
}
table.bt-sport thead tr td .arrow {
  position: absolute;
  left: 10px;
  top: calc(50% -  9px);
  height: 18px;
  width: 18px;
  display: inline-block;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij48cGF0aCBkPSJNMCwwTDE3LDEwTDAsMjBaIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==') center bottom no-repeat;
  background-size: 15px 15px;
  margin-right: 5px;
  transition: 0.5s;
}
table.bt-sport thead.active_tab tr td {
  border-bottom-width: 2px;
}
table.bt-sport thead.active_tab tr td:nth-child(2),
table.bt-sport thead.active_tab tr td:nth-child(3),
table.bt-sport thead.active_tab tr td:nth-child(4) {
  color: #FFFFFF;
}
table.bt-sport thead.active_tab tr td .arrow {
  transform: rotate(90deg);
}
table.bt-sport tbody {
  transition: 0.5s all;
  transition-timing-function: ease-in-out;
  background-color: #FFFFFF;
}
table.bt-sport tbody tr td {
  border-bottom: 1px solid #2e3258;
  box-sizing: border-box;
  padding: 8px 5px;
}
table.bt-sport tbody tr td:nth-child(3),
table.bt-sport tbody tr td:nth-child(4),
table.bt-sport tbody tr td:nth-child(5),
table.bt-sport tbody tr td:nth-child(6) {
  text-align: center;
  width: 50px;
}
table.bt-sport tbody tr td:last-child {
  width: 130px;
}
table.bt-sport tbody tr td:nth-child(2) {
  padding-left: 10px;
}
table.bt-sport tbody tr td:nth-child(1){
  width: 90px;
  text-align: center;
}
table.bt-sport tbody tr td a {
  border: 1px solid #1a5685;
  padding: 3px 5px;
  border-radius: 7px;
  text-decoration: none;
  background-color: #1a5685;
  color: #FFFFFF;
}
table.bt-sport tbody tr td a:hover {
  border: 1px solid #FF4444;
  background-color: #FF4444;
}
.tab_cover {
  overflow: hidden;
  transition: 0.5s all;
  transition-timing-function: ease-in-out;
  margin-bottom: 10px;
}
.bt-block .bt-title {
  color: #558007;
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding: 5px 0 10px 0;
}
.bt-block p {
  padding: 0;
  margin: 0;
}
