#layout.wideScreen #contentArea {
  max-width: 980px;
}
#layout.wideScreen .priceFilter #filterContainer {
  width: 205px;
}
#layout.wideScreen .priceFilter #filterContainer .filterOption input.text {
  width: 140px;
}
#layout.wideScreen .priceFilter #b_re {
  display: none;
}
#layout.wideScreen #listingContainer {
  width: 750px;
}
#layout.wideScreen .priceFilter #filterContainer {
  width: 205px;
}
#layout.wideScreen .priceFilter #listingContainer {
  width: 750px;
}
#layout.wideScreen #filterContainer {
  width: 205px;
}
#layout.wideScreen .articleColumn {
  width: 620px;
}
body.hero #contentArea {
  background-position: 0 60px, 0 0;
  background-size: 100% 100%, 100% 60px;
}
.cssSnippetsForm .form-row {
  flex-direction: column;
  margin-bottom: 5px;
}
.cssSnippetsForm .form-row .label {
  flex: 1;
  text-align: left;
  padding-left: 5px;
}
.cssSnippetsForm .form-row .field {
  flex: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cssSnippetsForm .form-row .field input[type="text"],
.cssSnippetsForm .form-row .field .CodeMirror {
  margin: 5px 0;
  width: 35%;
  height: 30px;
  box-sizing: border-box;
}
.cssSnippetsForm .form-row .field textarea.wide {
  margin: 5px 0;
  width: 100%;
  box-sizing: border-box;
}
.responsiveTable {
  border-bottom: 1px solid #e6e6e6;
  line-height: 2;
  width: 100%;
}
.responsiveTable th.alignRight,
.responsiveTable td.alignRight {
  text-align: right;
}
.responsiveTable th {
  border-bottom: 1px solid #e6e6e6;
  margin: 5px;
  text-align: left;
  white-space: nowrap;
}
.responsiveTable td {
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  padding: 15px 10px 15px 0;
  vertical-align: top;
  word-break: break-word;
}
.responsiveTable td.title {
  width: 175px;
}
.responsiveTable td.description {
  width: 200px;
}
.responsiveTable td.cta {
  padding-right: 0;
}
#devicegrade {
  width: 30px;
}
.hideFromGradeLG {
  display: none;
}
.sf-toolbar-block-requestDetails .grade::after {
  content: "LG";
}
