@media (max-width: 640px) {
  body {
    overflow-x: hidden !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

table[width],
div[style*="width"] {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img[src*="r_line_650.gif"] {
  width: 100%;
}

table.press_table {
  border: 1px solid #CCCCCC;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.press_table th {
  border: 1px solid #CCCCCC;
  background-color: #efefef;
  font-weight: bold;
  padding: 0.5em;
}

table.press_table td {
  border: 1px solid #CCCCCC;
  padding: 0.5em;
}