.news-subscription form {
  max-width: 500px;
}
.news-subscription form table {
  width: 100%;
}
.news-subscription form table input[type="text"] {
  width: 100%;
  margin-bottom: 5px;
}
.news-subscription form table select {
  margin-bottom: 5px;
}
.news-subscription form table td:first-child {
  width: 150px;
}
html[lang="zh-cn"] table.subscribe label {
  font-weight: normal;
}
