#content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  margin: 0 auto;
  padding: 15px;
}

.static_page h1,
.static_page .title_h1 {
  /* border-bottom: 1px solid #cccccc;*/
  display: block;
  color: #666;
  font-weight: 600; /* like bc_bold */
  font-size: 140%;
  text-decoration: underline;
  text-align: center;
}

.static_page h2 {
  color: #000;
  display: block;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
}

.static_page hr {
  border: 0 none;
  height: 1px;
  display: block;
  border-top: #98ac87 1px dashed;
  margin: 30px 0;
}

.static_page .header {
  text-align: center;
  font-weight: bold;
}

.static_page .justify {
  text-align: justify;
  margin: 15px 0;
}

.static_page p {
  margin: 15px 0;
  text-align: justify;
}

.static_page p.no_margin {
  margin: 0;
}

.static_page p.justify {
  text-indent: 0;
  text-align: justify;
}

.static_page p.last_updated {
  text-align: center;
  text-indent: 0;
  font-style: italic;
}

.static_page span.bold {
  font-weight: bold;
}

.static_page span.underline {
  text-decoration: underline;
}

.static_page span.italic {
  font-style: italic;
}

.static_page span.point {
  padding-right: 20px;
}

.static_page .paragraph {
  font-weight: bold;
}

.static_page .column_left {
  float: left;
}

.static_page .column_right {
  float: none;
  margin-left: 40px;
}

.static_page .paragraph p {
  font-size: 100%;
}

/*region Contact support and  billing-support*/
.contact_support_page .contact_support_form {
  float: left;
}

.contact_support_page.contact_support_page_jw .contact_support_form,
.contact_support_page.contact_support_page_ar .contact_support_form {
  float: right;
}

.contact_support_page .contact_support_form h1,
.contact_support_page .contact_support_form .title_h1 {
  padding-bottom: 20px;
}

.contact_support_page .contact_support_form .flash {
  margin-bottom: 20px;
}

.contact_support_page .contact_support_form .form_row .form_field {
  margin-left: 135px;
}

.contact_support_page.contact_support_page_jw .contact_support_form .form_row .form_field,
.contact_support_page.contact_support_page_ar .contact_support_form .form_row .form_field {
  margin-left: auto !important;
  margin-right: 135px !important;
}

.contact_support_page.contact_support_page_ru .contact_support_form .form_row .form_field {
  margin-left: 180px;
}

.contact_support_page.contact_support_page_bg .contact_support_form .form_row .form_field {
  margin-left: 145px;
}

.contact_support_page .contact_support_form .form_row .form_field .input_wrapper,
.contact_support_page .contact_support_form .form_row .form_field .textarea_wrapper {
  width: 300px;
}

.contact_support_page .contact_support_form .form_actions {
  margin-left: 135px;
}

.contact_support_page.contact_support_page_ru .contact_support_form .form_actions {
  margin-left: 180px;
}

.contact_support_page.contact_support_page_bg .contact_support_form .form_actions {
  margin-left: 145px;
}

.contact_support_page.contact_support_page_jw .contact_support_form .form_actions,
.contact_support_page.contact_support_page_ar .contact_support_form .form_actions {
  margin-left: auto;
  text-align: right;
  margin-right: 135px;
}

.contact_support_page .online_support {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact_support_page .online_support table {
  border-spacing: 0;
  padding-top: 10px;
  text-align: left;
}

.contact_support_page .online_support table td {
  padding: 2px 0 2px 5px;
}

/*endregion*/

.static_page table {
  border-collapse: collapse;
}

.static_page table th {
  text-align: left;
}

.static_page table th,
.static_page table td {
  padding: 5px;
}

.static_page table.bordered {
  border: 1px solid #98ac87;
}

.static_page table.bordered th,
table.bordered td {
  border: 1px solid #98ac87;
}

h2.sub_title,
h2.last_revision {
  font-size: 14px;
  color: #666;
}

h2.last_revision {
  margin-top: 15px;
}

.privacy_policy_page h2.sub_title {
  font-weight: bold;
}

.static_page .usc2257_contacts img {
  margin-bottom: 4px;
}
