.zh-CN body, .zh-TW body {
    font-family: Microsoft YaHei, Arial, sans-serif !important;
  }
  body{
      color: #333333;
      font-family: Arial,​Helvetica,​sans-serif,​宋体 !important;
      font-size: 12px;
      max-width: 238px !important;
      margin: 0 auto !important;
  }
  #Main {
  /*
      Because of the complex width control only set width related settings here
  */
      padding-top: 0px;
      padding-bottom: 0px;
      max-width: 238px !important;
      width: 100%;
      max-height: 135px;
      height: 135px;
  }
  
  .DateSelection-InputBox {
      width: 134px;
      height: 31px;
      box-sizing: border-box;
      padding: 0 5px;
      line-height: 31px;
  }
  #SearchBox {
    width: 162px;
    padding: 0 5px;
    line-height: 31px;
    height: 31px;
    box-sizing: border-box;
  }
  #TotalContainer.NoTabsVisible {
      border-bottom: 1px solid #669acc;
  }
  
  
  
  .PressRelease {
      border-bottom: 1px dotted #cccccc;
      padding-bottom: 7px;
      font-size: 12px !important;
      position: relative !important;
      height: 43.8px !important;
      box-sizing: border-box;
  }
  .zh-CN .PressRelease, .zh-TW .PressRelease {
      line-height: 14.5px;
      /* height: 44.8px !important; */
      box-sizing: border-box;
  }
  .PressRelease-NewsDate {
      font-size: 12px !important;
      /* display: inline-block; */
      width: 40%;
      text-align: right;
      float: right;
  }
  /* .PressRelease-NewsColumn {
      width: 600px;
  } */
  .SeparateNews-Attachments-Heading {
      color: #669ACC;
  }
  .SeparateNews-Title {
      color: #669ACC;
  }
  .PressRelease-Attachment {
     
      margin-top: 5px;
      padding-right: 15px;
      width: 30px !important;
      display: none !important;
  }
  .PressRelease-NewsTitle {
      color: #333333;
      font-size: 14px !important;
      font-weight: bold !important;
  }
  .PressRelease-NewsTitle:link 
  .PressRelease-NewsTitle:visited {
      color: #3B8FCD;
      font-size: 14px !important;
      font-weight: bold;
      text-decoration: none;
  }
  .PressRelease-NewsTitle:hover, 
  .PressRelease-NewsTitle:active {
      color: #3B8FCD;
      /* font-size: 12px !important; */
      font-weight: bold;
      text-decoration: none;
  }
  
  .euButton {
      background-color: #0068B5;
      font-size: 14px !important;
      color: #ffffff;
      padding: 0 23px;
      width: 134px;
      height: 31px;
      box-sizing: border-box;
      line-height: 31px;
      border-radius: 6px;
  }
  .Pages-SelectedPageMarker{
      color: #333333;
      font-size: 14px !important;
  }
  a{
      color: #333333;
  }
  a:link, a:visited{
      color: #0068B5;
      font-size: 12px !important;
      font-weight: normal;
      text-decoration: none;
  }
  a:hover, a:active {
      color: #0068B5;
      font-size: 14px !important;
      text-decoration: underline;
  }
  
  
  
  .SortingContainer-NoChange-NewsColumn.ColumnLayoutColumn a {
      color: #333333;
  }
  
  td#YearPeriodsContainer a {
      color: #333333;
  }
  
  a.PressRelease-NewsTitle {
      color: #333333;
      width: 58%;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 29px;
      display: inline-block;
  }
  
  .PressRelease-Change, .PressRelease-NewsColumn {
      padding-top: 7px;
      height: 36px;
      box-sizing: border-box;
  }
  
  .Pages td {
      width: auto;
  }
  
  .Pages {
      border-collapse: collapse;
      width: auto;
      margin: 0 auto;
      float: none;
  }
  
  /* m */
  
  #MainHeading {
      color: #0060A6;
      display: none;
  }
  /* 
  .zh-TW #MainHeading {
      color: #888888;
  }
  
  
  .zh-CN #MainHeading {
      color: #888888;
  } */
  
  td#YearPeriodsContainer a:hover {
      color: #0068B5;
  }
  
  /* .zh-TW .euButton {
      padding: 6px 31px 6px 31px!important;
  }
  
  .zh-CN .euButton {
      padding: 6px 31px 6px 31px!important;
  } */
  
  input {
      font-size: 14px;
  }
  
  /* .zh-TW #SearchButton {
      font-size: 20px!important;
  }
  
  .zh-CN #SearchButton {
      font-size: 20px!important;
  } */
  
  *{
      outline: 0;
  }
  
  button#SearchButton {
      position: relative;
      top: 0px;
  }
  
  .zh-TW #MainHeading {
      font-size: 20px;
      font-weight: normal;
  }
  
  .zh-CN #MainHeading {
      font-size: 20px;
      font-weight: normal;
  }
  
  #ControlsContainer, #SortingContainer, .Pages, #SuppliedBy, .NewsColumn-Container.PressRelease-NewsColumn br {
      display: none !important;
  }
  a.PressRelease-NewsTitle {
    position: relative;
    top:0;
    left:0;
    height: 27.5px;
    display: inline-block;
  }
  a.PressRelease-NewsTitle:after {
    position: absolute;
    bottom:0;
    right:0;  
    content: " ";
    display:block;
    background: #FFFFFF;
    width: 80px;
    height: 15px; 
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&0+0,1+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 */
  
  }
  .zh-TW body .PressRelease-Change, .zh-CN body .PressRelease-Change, .zh-TW body .PressRelease-NewsColumn, .zh-CN body .PressRelease-NewsColumn {
    padding-top: 6px;
    height: 37px;
    box-sizing: border-box;
  }
  .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW a.PressRelease-NewsTitle, .zh-CN a.PressRelease-NewsTitle {
    height: 28.5px;
  }

  @media (min-width:239px) and (max-width:710px) {
    body {
        max-width: 710px !important;
    }
    #Main{
         max-width: 100% !important;
         height: 320px;
         font-family: Arial !important;
    }
    .PressRelease{
        height: 100px !important;
    }
    .PressRelease-Change, .PressRelease-NewsColumn{
        height: 75px !important;
        padding-top: 30px !important;
    }
    a:link, a:visited{
        font-size: 30px !important;
        font-weight: normal !important;
    }
    a.PressRelease-NewsTitle{
        height: 40px;
        white-space: nowrap;
        width: 70% !important;
    }
    .PressRelease-NewsDate{
        font-size: 22px !important;
        width: 30% !important;
    }
    
    /* .PressRelease-NewsDate, a:link, a:visited{
        font-size: 30px !important;
    } */
  }