.oddsnews-fd-wrap{
  font-family: Montserrat, Arial, sans-serif;
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.oddsnews-fd-wrap h2,.oddsnews-fd-wrap h3{
  color:#004238;
  font-weight:700;
  line-height:1.25;
  margin: 1.1em 0 .55em;
}
.oddsnews-fd-wrap p{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height:1.65;
}
.oddsnews-fd-table-scroll{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0 28px;
}
.oddsnews-fd-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  font-family: Montserrat, Arial, sans-serif;
  background:#fff;
}
.oddsnews-fd-table th{
  background:#e96b00;
  color:#fff;
  text-align:left;
  padding:14px 16px;
  font-weight:700;
  text-transform:uppercase;
}
.oddsnews-fd-table th:first-child{border-top-left-radius:8px;}
.oddsnews-fd-table th:last-child{border-top-right-radius:8px;}
.oddsnews-fd-table td{
  padding:13px 16px;
  border-bottom:1px solid #eee;
  vertical-align:middle;
  color:#111;
}
.oddsnews-fd-table tbody tr:nth-child(even){background:#fff7ef;}
.oddsnews-fd-table tbody tr:hover{background:#fff0df;}
@media (max-width: 768px){
  .oddsnews-fd-wrap{font-size: 15px;}
  .oddsnews-fd-table{min-width:650px;}
  .oddsnews-fd-table th,.oddsnews-fd-table td{padding:11px 12px;}
}
