body {
  background: none;
  overflow: hidden;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
}

.tab_title_wrapper {
  margin: 20px 0;
  padding: 0;
}

.tab_title {
  display: inline-block;
  margin: 1px 2px;
  padding: 2px 5px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 5px solid #dddddd;
  cursor: pointer;
}

.tab_title.total {
  border-top: 5px solid #2384dc;
}

.tab_title.total:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.spread {
  border-top: 5px solid #dd1d25;
}

.tab_title.spread:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.swap {
  border-top: 5px solid #4cbb47;
}

.tab_title.swap:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.trading {
  border-top: 5px solid #00ffff;
}

.tab_title.trading:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.financial {
  border-top: 5px solid #a52a2a;
}

.tab_title.financial:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.support {
  border-top: 5px solid #ffc0cb;
}

.tab_title.support:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.cashback {
  border-top: 5px solid #ffd242;
}

.tab_title.cashback:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.bank {
  border-top: 5px solid #ffd242;
}

.tab_title.bank:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.oricon {
  border-top: 5px solid #ffd242;
}

.tab_title.oricon:hover {
  position: relative;
  bottom: 5px;
}

.tab_title.order {
  border-top: 5px solid #ffd242;
}

.tab_title.order:hover {
  position: relative;
  bottom: 5px;
}

.tab_content {
  display: none;
}

.ad {
  margin: auto;
  text-align: center;
}

.dataTables_wrapper {
  overflow-x: auto;
}

table.table tr th {
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
}

table.table tr th.sorting_disabled {
  padding: 0;
}

table.table thead tr th:first-child {
  min-width: 100px;
}

table.table tr th, table.table tr td {
  min-width: 50px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
