@charset "utf-8";

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.news {
  padding: 0px 0px 80px 0px;
}
.brand {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  background: url(/news/img/header-border.gif) left bottom no-repeat;
}
.brand.eb {
  color: #00205c;
}
.brand.gr {
  color: #00205c;
}
.brand h3 {
  width: 610px;
  padding: 3px 0px 5px 160px;
  font-weight: bold;
}
.brand.eb h3 {
  background: url(/news/img/brand-east-boy.gif) left top no-repeat;
}
.brand.gr h3 {
  background: url(/news/img/brand-green-nout.gif) left top no-repeat;
}
.brand h4 {
  font-weight: normal;
}
.news p {
  margin-top: 0px;
  padding-top: 25px;
}

table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
table th,
table td {
  padding: 6px 2px;
  border: solid 1px black;
  text-align: center;
  vertical-align: middle;
}
table td {
  width: 100px;
}
table th:first-child,
table td:first-child {
  width: 80px;
}

@media screen and (max-width: 900px) {
  .brand {
    display: block;
  }
  .brand h3 {
    padding: 33px 0px 5px 0px;
    width: 100%;
  }
}
