#u210 {
  background-color: #fff;
}
#u210 main {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
}
#u210 main table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#u210 main table th:nth-of-type(1), #u210 main table td:nth-of-type(1) {
  width: 150px;
}
#u210 main table th:nth-of-type(2), #u210 main table th:nth-of-type(3), #u210 main table td:nth-of-type(2), #u210 main table td:nth-of-type(3) {
  width: calc(50% - 125px);
}
#u210 main table thead tr th {
  padding: 20px 25px;
}
#u210 main table thead tr th h2, #u210 main table thead tr th h3 {
  color: #fafafa;
  font-size: 18px;
  font-weight: 200;
}
#u210 main table thead tr th p {
  margin-top: 10px;
  line-height: 1.3;
  color: #fafafa;
  font-size: 12px;
  font-weight: 400;
}
#u210 main table thead tr th p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#u210 main table thead tr th:nth-of-type(2) {
  background-color: #007bbb;
}
#u210 main table thead tr th:nth-of-type(3) {
  background-color: #55295b;
}
#u210 main table tbody tr td {
  border-top: solid 1px #c0c6c9;
}
#u210 main table tbody tr td:nth-of-type(1) {
  vertical-align: middle;
  text-align: center;
  background-color: rgba(192, 198, 201, 0.1);
  font-size: 16px;
  font-weight: 600;
}
#u210 main table tbody tr td:nth-of-type(2), #u210 main table tbody tr td:nth-of-type(3) {
  padding: 7px 10px 0 10px;
}
#u210 main table tbody tr td:nth-of-type(3) {
  border-left: solid 1px #c0c6c9;
}
#u210 main table tbody tr td ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#u210 main table tbody tr td ul li {
  margin-left: 10px;
  margin-bottom: 7px;
  width: calc(33% - 10px);
}
#u210 main table tbody tr td ul li > a, #u210 main table tbody tr td ul li > [data-cominsoon] {
  padding: 0 20px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#u210 main table tbody tr td ul li > a[data-np], #u210 main table tbody tr td ul li > [data-cominsoon][data-np] {
  padding: 0;
}
#u210 main table tbody tr td ul li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#u210 main table tbody tr td ul li > [data-cominsoon] {
  width: 212px;
  height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#u210 main table tbody tr td ul li > [data-cominsoon] p:nth-of-type(1) {
  font-size: 15px;
  font-weight: 600;
}
#u210 main table tbody tr td ul li > [data-cominsoon] p:nth-of-type(2) {
  margin-top: -10px;
  padding: 3px 0;
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 123, 187, 0.7);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
}
