@charset "UTF-8";

#white_new_table ~ section .nt-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
#white_new_table ~ section .nt {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#white_new_table ~ section .nt th,
#white_new_table ~ section .nt td {
  border: 1px solid #d0d8e4;
  padding: 10px 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #2c3e50;
}
#white_new_table ~ section .nt thead tr {
  background: #ffffff;
}
#white_new_table ~ section .nt th {
  font-weight: 600;
}
#white_new_table ~ section .nt tbody tr:nth-child(odd) {
  background: #F2F2F2;
}
#white_new_table ~ section .nt tbody tr:nth-child(even) {
  background: #ffffff;
}
#white_new_table ~ section .nt .ing {
  width: 26%;
  font-weight: 600;
  text-align: left;
}
#white_new_table ~ section .nt .horse {
  color: #e03030;
}
#white_new_table ~ section .width_fixed > .content_wrapper {
  max-width: 1000px !important;
}