.reviewdb > .reviewdbheader {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.reviewdb > .reviewdbheader > h1 {
  text-align: center;
}
.reviewdb > .reviewdbheader > p {
  text-align: justify;
  font-size: 13px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 18px;
  color: #555;
}
.reviewdb .reviewdbsearch {
  max-width: 600px;
  margin: 20px auto 0;
  text-align: center;
}
.reviewdb .reviewdbsearch > #quicksearch {
  font-size: 25px;
  width: 80%;
}
.reviewdb .reviewdbsearch > ul.reviewdbcheckboxes {
  margin-top: 8px;
  display: inline-block;
  list-style-type: none;
  font-size: 13px;
}
.reviewdb .reviewdbsearch > ul.reviewdbcheckboxes > li {
  line-height: 40px;
  margin-left: 15px;
  margin-right: 10px;
  float: left;
}
.reviewdb .reviewdbsearch > ul.reviewdbcheckboxes > li input {
  margin-right: 7px;
  vertical-align: middle;
}
.reviewdb #results {
  max-width: 755px;
  margin: 15px auto;
}
.reviewdb #results .name {
  font-size: 14px;
  font-weight: 500;
}
.reviewdb #results .count {
  white-space: nowrap;
  color: #777;
  font-size: 11px;
  text-align: right;
}
@media all and (min-width: 600px) {
  .reviewdb #results .date {
    white-space: nowrap;
  }
}
.reviewdb #results .category {
  white-space: nowrap;
  text-align: right;
  color: #777;
}
.reviewdb #results .sitename {
  white-space: nowrap;
  text-align: right;
  color: #777;
  font-size: 11px;
}
.reviewdb .tbl {
  margin-bottom: 15px;
  text-align: left;
  vertical-align: top;
}
.reviewdb .tbl tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.reviewdb .tbl tr {
  border-bottom: 1px dotted #ddd;
}
.reviewdb .tbl tr:last-child {
  border-bottom: none;
}
.reviewdb .tbl td {
  padding: 10px;
}
.reviewdb .tbl > h1 {
  text-align: center;
  padding-bottom: 3px;
  padding-top: 2px;
  font-family: TPU-Title, serif;
  font-size: 19px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.reviewdb .tbl > table {
  width: 100%;
  border: 1px solid #bbbbbb;
  border-top: none;
  background-color: #fcfcfc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
}
.reviewdb #hot {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.reviewdb #hot > .tbl {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.reviewdb #hot a {
  font-weight: 500;
}
@media all and (min-width: 1150px) {
  .reviewdb #hot .hotproducts {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 360px;
    overflow: hidden;
  }
  .reviewdb #hot .hotreviews {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 360px;
    overflow: hidden;
  }
}
.reviewdb .breadcrumb {
  margin: 15px auto;
  max-width: 800px;
}
.reviewdb .categories-container > h1,
.reviewdb .reviews-container > h1 {
  text-align: center;
  padding-bottom: 3px;
  padding-top: 2px;
  font-family: TPU-Title, serif;
  font-size: 19px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
  margin-bottom: 10px;
}
.reviewdb .categories-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 800px;
  text-align: center;
}
.reviewdb .categories-container .categories {
  display: block;
  padding: 12px;
  margin: 5px;
  border: 1px solid #e4e4e4;
  text-align: left;
  background: #f8f8f8;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  vertical-align: top;
}
@media all and (min-width: 450px) {
  .reviewdb .categories-container .categories {
    display: inline-block;
    width: 220px;
  }
}
.reviewdb .categories-container .categories:hover {
  background: #fbfbfb;
  border: 1px solid #ccc;
  text-decoration: none;
}
.reviewdb .categories-container .categories:active {
  text-decoration: none;
}
.reviewdb .categories-container .categories > img {
  margin-right: 10px;
  margin-left: 5px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.reviewdb .reviews-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 800px;
  text-align: center;
}
.reviewdb .reviews-container > #quicksearch {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}
.reviewdb .reviews-container > .sortparent {
  color: #555;
  font-size: 11px;
  margin: auto;
  text-align: right;
  width: 80%;
}
.reviewdb .reviews-container > .sortparent input {
  border: 1px solid #ddd;
}
.reviewdb .reviews-container > .reviews {
  text-align: left;
}
.reviewdb .reviews-container > .reviews > table {
  max-width: 755px;
  margin: auto;
  background-color: #fcfcfc;
  font-size: 13px;
}
.reviewdb .reviews-container > .reviews > table th {
  font-size: 35px;
  line-height: 1.0;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-top: 25px;
  background-color: white;
  border-bottom: 1px solid #888;
  text-align: left;
}
.reviewdb .reviews-container > .reviews > table td {
  padding: 13px 5px;
}
.reviewdb .reviews-container > .reviews > table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.reviewdb .reviews-container > .reviews > table tr {
  border-bottom: 1px dotted #ddd;
}
.reviewdb .reviews-container > .reviews > table tr:last-child {
  border-bottom: none;
}
@media all and (min-width: 600px) {
  .reviewdb .reviews-container > .reviews > table .date {
    white-space: nowrap;
  }
}
.reviewdb .reviews-container > .reviews > table .name {
  font-size: 15px;
  font-weight: 500;
}
.reviewdb .reviews-container > .reviews > table .sitename {
  white-space: nowrap;
  text-align: right;
}
.reviewdb .reviews-container > .reviews > table .clicks {
  white-space: nowrap;
  display: none;
}
@media all and (min-width: 600px) {
  .reviewdb .reviews-container > .reviews > table .clicks {
    display: table-cell;
  }
}
.reviewdb .reviews-container > .reviews > table .clicks > .bar-wrap {
  width: 50px;
  background-color: #DFE3EF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12) inset, 0 1px 0 #fff;
}
.reviewdb .reviews-container > .reviews > table .clicks > .bar-wrap > .bar {
  background-color: #5a6fb1;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  display: block;
  height: 12px;
}
.vgabios > p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.vgabios .search {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.vgabios .search > h1 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.vgabios .search > div {
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #fafafa;
  font-size: 14px;
}
.vgabios .search label {
  font-size: 12px;
  line-height: 20px;
}
.vgabios .search legend {
  position: absolute;
  left: 6px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
.vgabios .search ul {
  margin-top: -5px;
  list-style-type: none;
  margin-left: 0;
}
.vgabios .search ul > li {
  float: left;
  margin: 5px 15px 0 0;
}
.vgabios .search ul > li > label {
  display: block;
  color: #777;
  margin-left: 1px;
  line-height: 16px;
  font-size: 11px;
}
.vgabios .search select {
  font-size: 13px;
  border: 1px solid #ccc;
  width: 150px;
}
.vgabios > .bioslist {
  font-size: 13px;
  background-color: #f8f8f8;
  width: 100%;
  border-top: 1px dotted #ddd;
}
.vgabios > .bioslist th {
  font-weight: bold;
  background-color: #F4F4F4;
  padding: 10px;
  white-space: nowrap;
  border-bottom: 1px solid #888;
  text-align: left;
}
.vgabios > .bioslist td {
  padding: 10px;
}
.vgabios > .bioslist tr {
  border-bottom: 1px dotted #ddd;
}
.vgabios > .bioslist tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.vgabios > .bioslist tr:last-child {
  border-bottom: none;
}
.vgabios > .bioslist .mfgr {
  width: 50px;
  font-weight: bold;
}
.vgabios > .bioslist .name > a {
  font-weight: bold;
}
.vgabios > .bioslist .name > .cardname {
  font-weight: normal;
  color: #777;
  font-size: 11px;
}
.vgabios-details > .wrap-center {
  display: block;
  margin: auto;
}
@media all and (min-width: 400px) {
  .vgabios-details > .wrap-center {
    display: table;
  }
}
.vgabios-details .biostitle {
  color: #222222;
  font-family: TPU-Title, serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: normal;
}
.vgabios-details .buttons {
  float: right;
  color: #777;
  text-align: right;
}
.vgabios-details .buttons > .downloadbutton {
  background-color: #3072B3;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#599BDC),to(#3072B3));
  background-image: -moz-linear-gradient(#599BDC,#3072B3);
  background-image: -ms-linear-gradient(#599BDC,#3072B3);
  background-image: -o-linear-gradient(#599BDC,#3072B3);
  background-image: linear-gradient(#599BDC,#3072B3);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  border-color: #3072B3 #3072B3 #2A65A0;
  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(29,65,11,0.4);
  position: relative;
  top: -2px;
}
.vgabios-details .buttons > .downloadbutton:hover {
  background-color: #599BDC;
  border: 1px solid #3072B3;
  box-shadow: none;
}
.vgabios-details .buttons > .findcompat {
  font-size: 12px;
  margin-left: 5px;
  margin-top: 3px;
}
.vgabios-details .cardimage {
  background-color: white;
  border: 1px solid #bbb;
}
.vgabios-details .cardimage > figure {
  padding: 10px 10px 3px;
  margin: 0;
  text-align: center;
}
.vgabios-details .cardimage > figure > img {
  width: 320px;
  max-width: 100%;
  height: auto;
}
.vgabios-details .cardimage > figure > figcaption {
  text-align: center;
  color: #666;
  margin-top: 1px;
  font-size: 12px;
}
.vgabios-details .cardimage > .placeholder-text {
  padding: 3px;
  text-align: center;
  color: #999;
  font-size: 11px;
}
.vgabios-details .tablecontainer {
  clear: both;
}
.vgabios-details .tablecontainer:first-of-type {
  margin-top: 15px;
}
.vgabios-details .tablecontainer > section {
  display: block;
  margin-bottom: 20px;
}
.vgabios-details .tablecontainer > section > h1 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.vgabios-details .tablecontainer > section .md5,
.vgabios-details .tablecontainer > section .sha1,
.vgabios-details .tablecontainer > section .filename {
  word-break: break-all;
}
@media all and (min-width: 550px) {
  .vgabios-details .tablecontainer > section {
    float: left;
  }
  .vgabios-details .tablecontainer > section:first-child {
    margin-right: 20px;
  }
  .vgabios-details .tablecontainer > section .biosinfo,
  .vgabios-details .tablecontainer > section .biosinternals {
    width: 430px;
  }
  .vgabios-details .tablecontainer > section .md5,
  .vgabios-details .tablecontainer > section .sha1,
  .vgabios-details .tablecontainer > section .filename {
    word-break: normal;
  }
}
.vgabios-details .tablecontainer table {
  width: 100%;
  font-size: 13px;
  background-color: #f8f8f8;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.vgabios-details .tablecontainer table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.vgabios-details .tablecontainer table tr {
  border-bottom: 1px dotted #ddd;
}
.vgabios-details .tablecontainer table tr:last-child {
  border-bottom: none;
}
.vgabios-details .tablecontainer table th {
  padding: 10px;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
.vgabios-details .tablecontainer table td {
  padding: 10px;
}
.vgabios-details .biosinternals td {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  overflow-x: auto;
}
.vgabios-details .biosdesc {
  padding-left: 10px;
  max-width: 460px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.vgabios-details .biosinfo th {
  width: 80px;
}
@media all and (min-width: 450px) {
  .vgabios-details .cardinfo {
    min-width: 340px;
  }
}
.vgabios-details .cardinfo th {
  width: 110px;
}
.vgabios .bios-unverified-warning,
.vgabios-details .bios-unverified-warning {
  margin: 1em;
  padding: 1em;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 2px;
  color: #a94442;
}
.vgabios .bios-unverified-warning > div,
.vgabios-details .bios-unverified-warning > div {
  margin-bottom: 5px;
}
.cpudb > p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cpudb > p > a {
  font-weight: 500;
}
.cpudb .search {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.cpudb .search.qsearch-active .mfgr,
.cpudb .search.qsearch-active .class,
.cpudb .search.qsearch-active .released,
.cpudb .search.qsearch-active .filters,
.cpudb .search.qsearch-active .sort,
.cpudb .search.qsearch-active input.button,
.cpudb .search.qsearch-active .resetfilter {
  display: none;
}
.cpudb .search.qsearch-active .actions {
  padding-left: 0;
}
.cpudb .search > h1 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.cpudb .search > div {
  padding: 4px;
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #fafafa;
  font-size: 14px;
}
.cpudb .search fieldset {
  position: relative;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  padding-left: 120px;
}
.cpudb .search fieldset > label {
  font-size: 12px;
  line-height: 20px;
}
.cpudb .search fieldset > legend {
  position: absolute;
  left: 6px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
.cpudb .search fieldset > ul {
  margin-top: -5px;
  list-style-type: none;
  margin-left: 0;
}
.cpudb .search fieldset > ul > li {
  float: left;
  margin: 5px 15px 0 0;
}
.cpudb .search fieldset > ul > li label {
  display: block;
  color: #777;
  margin-left: 1px;
  line-height: 16px;
  font-size: 11px;
}
.cpudb .search fieldset select {
  font-size: 13px;
  border: 1px solid #ccc;
  width: 150px;
}
.cpudb .search fieldset input[type=checkbox] {
  margin-right: 6px;
}
.cpudb .search .released > label,
.cpudb .search .class > label,
.cpudb .search .mfgr > label,
.cpudb .search .sort > label {
  padding-right: 15px;
  display: inline-block;
  min-width: 115px;
}
.cpudb .search fieldset.sort > select {
  margin-top: -2px;
}
.cpudb .search .resetfilter {
  display: block;
  margin-top: 10px;
}
@media all and (min-width: 450px) {
  .cpudb .search .resetfilter {
    display: inline;
    margin-top: 0px;
    margin-left: 15px;
  }
}
.cpudb .search .ajax {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.cpudb .search .ajax > #quicksearch {
  width: 80%;
}
@media all and (min-width: 700px) {
  .cpudb .search .ajax {
    display: inline;
    padding-left: 20px;
  }
  .cpudb .search .ajax > #quicksearch {
    margin: 0;
    width: 80%;
    max-width: 305px;
  }
}
.cpudb > #ajaxresults {
  display: none;
}
.cpudb .processors {
  margin-top: 20px;
  font-size: 13px;
  background-color: #f4f4f4;
}
.cpudb .processors tr:nth-child(odd) {
  background-color: #fafafa;
}
.cpudb .processors > tbody > tr {
  border-top: 1px dotted #ddd;
}
.cpudb .processors th,
.cpudb .processors td {
  display: table-cell;
  padding: 8px 10px;
  border-right: 1px solid #e4e4e4;
}
.cpudb .processors th:last-child,
.cpudb .processors td:last-child {
  border-right: none;
}
.cpudb .processors .colheader th {
  border-bottom: 1px solid #ccc;
}
.cpudb .processors th {
  text-align: left;
  font-weight: bold;
}
.cpudb .processors th.mfgr {
  text-align: center;
  font-family: TPU-Title, serif;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.cpudb .processors th.generation {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 3px;
  padding-left: 6px;
  border-bottom: 1px solid #ddd;
}
.cpudb-details > .breadcrumb {
  margin-bottom: 20px;
}
.cpudb-details .report {
  float: right;
}
.cpudb-details .cpuname {
  color: #222222;
  font-family: TPU-Title, serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 10px;
}
.cpudb-details .cpulogo {
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 450px) {
  .cpudb-details .cpulogo {
    float: left;
  }
}
.cpudb-details > .sectioncontainer {
  clear: both;
  padding-top: 20px;
}
.cpudb-details .photo {
  margin: 10px;
  max-width: calc(100% - 20px);
  height: auto;
}
.cpudb-details .unreleased {
  background-color: #f9d8d8;
  border: 1px solid #eca8a8;
  padding: 6px 6px 5px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto;
  max-width: 750px;
  clear: both;
  color: #555;
  font-size: 13px;
}
.cpudb-details .unreleased > p:first-child {
  font-size: 14px;
  color: #433;
  font-weight: 500;
}
.cpudb-details section.details {
  display: block;
  margin: 10px;
  vertical-align: top;
  width: calc(100% - 20px);
}
@media all and (min-width: 580px) {
  .cpudb-details section.details {
    display: inline-block;
    width: 240px;
  }
}
.cpudb-details section.details > h1 {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.cpudb-details section.details > table {
  width: 100%;
  font-size: 13px;
  background-color: #f8f8f8;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.cpudb-details section.details > table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.cpudb-details section.details > table tr {
  border-bottom: 1px dotted #ddd;
}
.cpudb-details section.details > table tr:last-child {
  border-bottom: none;
}
.cpudb-details section.details > table th {
  padding: 10px;
  width: 80px;
  text-align: right;
  font-weight: bold;
}
.cpudb-details section.details > table td {
  padding: 10px;
}
.cpudb-details section.details ul.features {
  list-style-position: inside;
}
.cpudb-details section.details ul.features > li {
  float: left;
  min-width: 60px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.cpudb-details section.notes {
  width: calc(100% - 20px);
  max-width: 770px;
  font-family: monospace;
}
.gpudb > p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.gpudb > .changes {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.gpudb > .changes > h1 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.gpudb > .changes > div {
  border: 1px solid #bbbbbb;
  background-color: #f8f8f8;
  border-top: none;
  border-radius: 0 0 3px 3px;
  font-size: 11px;
  padding-top: 4px;
  height: 95px;
  overflow-y: scroll;
}
.gpudb > .changes th {
  padding: 3px 5px;
  vertical-align: top;
  white-space: nowrap;
  color: #666;
  font-weight: normal;
}
.gpudb > .changes td {
  padding: 3px;
  vertical-align: top;
  white-space: nowrap;
}
.gpudb > .changes tr:nth-child(odd) {
  background: #f0f0f0;
}
.gpudb .search {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.gpudb .search.qsearch-active .mfgr,
.gpudb .search.qsearch-active .class,
.gpudb .search.qsearch-active .released,
.gpudb .search.qsearch-active .filters,
.gpudb .search.qsearch-active .sort,
.gpudb .search.qsearch-active input.button,
.gpudb .search.qsearch-active .resetfilter {
  display: none;
}
.gpudb .search.qsearch-active .actions {
  padding-left: 0;
}
.gpudb .search > h1 {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.gpudb .search > div {
  padding: 4px;
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #fafafa;
  font-size: 14px;
}
.gpudb .search fieldset {
  position: relative;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  padding-left: 120px;
}
.gpudb .search fieldset > legend {
  position: absolute;
  left: 6px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
.gpudb .search fieldset > ul {
  margin-top: -5px;
  list-style-type: none;
  margin-left: 0;
}
.gpudb .search fieldset > ul > li {
  float: left;
  margin: 5px 15px 0 0;
}
.gpudb .search fieldset > ul > li > label {
  display: block;
  color: #777;
  margin-left: 1px;
  line-height: 16px;
  font-size: 11px;
}
.gpudb .search fieldset select {
  font-size: 13px;
  border: 1px solid #ccc;
  width: 150px;
}
.gpudb .search fieldset input[type=checkbox] {
  margin-right: 6px;
}
.gpudb .search fieldset input[type=radio] {
  margin-right: 6px;
}
.gpudb .search fieldset label {
  font-size: 12px;
  line-height: 20px;
}
.gpudb .search fieldset.released label,
.gpudb .search fieldset.class label,
.gpudb .search fieldset.mfgr label,
.gpudb .search fieldset.sort label {
  padding-right: 10px;
  display: inline-block;
  min-width: 105px;
}
.gpudb .search fieldset.sort > select {
  margin-top: -2px;
}
.gpudb .search .resetfilter {
  margin-left: 15px;
}
.gpudb .search .ajax {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.gpudb .search .ajax > #quicksearch {
  width: 80%;
}
@media all and (min-width: 700px) {
  .gpudb .search .ajax {
    display: inline;
    padding-left: 20px;
  }
  .gpudb .search .ajax > #quicksearch {
    margin: 0;
    width: 80%;
    max-width: 305px;
  }
}
.gpudb #ajaxresults {
  display: none;
}
.gpudb .processors {
  margin-top: 20px;
  font-size: 13px;
  background-color: #f4f4f4;
}
.gpudb .processors tr:nth-child(odd) {
  background-color: #fafafa;
}
.gpudb .processors tbody tr {
  border-top: 1px dotted #ddd;
}
.gpudb .processors th,
.gpudb .processors td {
  display: table-cell;
  padding: 8px 10px;
  border-right: 1px solid #e4e4e4;
}
.gpudb .processors th.vendor-NVIDIA,
.gpudb .processors td.vendor-NVIDIA {
  border-left: 10px solid green;
}
.gpudb .processors th.vendor-ATI,
.gpudb .processors th.vendor-AMD,
.gpudb .processors td.vendor-ATI,
.gpudb .processors td.vendor-AMD {
  border-left: 10px solid red;
}
.gpudb .processors th.vendor-Intel,
.gpudb .processors td.vendor-Intel {
  border-left: 10px solid blue;
}
.gpudb .processors th:last-child,
.gpudb .processors td:last-child {
  border-right: none;
}
.gpudb .processors .colheader th {
  border-bottom: 1px solid #ccc;
}
.gpudb .processors th {
  text-align: left;
  font-weight: bold;
}
.gpudb .processors th.mfgr {
  text-align: center;
  font-family: TPU-Title, serif;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.gpudb-details > .breadcrumb {
  margin-bottom: 20px;
}
.gpudb-details > .report {
  float: right;
}
.gpudb-details > .gpuname {
  color: #222222;
  font-family: TPU-Title, serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 10px;
}
.gpudb-details > .sectioncontainer {
  clear: both;
  padding-top: 10px;
}
.gpudb-details > .photos {
  clear: both;
}
.gpudb-details > .photos > img {
  margin: 10px;
  vertical-align: middle;
  max-width: calc(100% - 20px);
  height: auto;
}
.gpudb-details > .unreleased {
  background-color: #f9d8d8;
  border: 1px solid #eca8a8;
  padding: 6px 6px 5px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto;
  max-width: 750px;
  clear: both;
  color: #555;
  font-size: 13px;
}
.gpudb-details > .unreleased > p:first-child {
  font-size: 14px;
  color: #433;
  font-weight: 500;
}
.gpudb-details > .desc {
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
  font-family: tpu-body, segoe ui, helvetica, arial, sans-serif;
  margin: 10px;
}
.gpudb-details > .desc > .recommend {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
.gpudb-details section.details {
  display: block;
  margin: 10px;
  vertical-align: top;
  width: calc(100% - 20px);
}
@media all and (min-width: 580px) {
  .gpudb-details section.details {
    display: inline-block;
    width: 260px;
  }
}
.gpudb-details section.details > h1 {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
}
.gpudb-details section.details > table {
  width: 100%;
  font-size: 13px;
  background-color: #f8f8f8;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.gpudb-details section.details > table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.gpudb-details section.details > table tr {
  border-bottom: 1px dotted #ddd;
}
.gpudb-details section.details > table tr:last-child {
  border-bottom: none;
}
.gpudb-details section.details > table th {
  padding: 10px;
  width: 100px;
  text-align: right;
  font-weight: bold;
}
.gpudb-details section.details > table td {
  padding: 10px 7px;
}
.gpudb-details section.details s {
  color: #bbb;
}
.gpudb-details section.customboards {
  display: block;
  width: auto;
}
.gpudb-details section.customboards > table th {
  text-align: left;
  width: auto;
}
.gpudb-details section.customboards > table td {
  font-size: 12px;
  padding: 7px 10px;
}
.gpudb-details section.customboards .unchanged {
  color: #bbb;
}
.gpudb-details section.customboards .sort-key {
  background-color: #f3f3f3;
}
.gpudb-details section.customboards .sort-key:before {
  content: '▾ ';
}
.gpudb-details section.notes {
  width: 815px;
  font-family: monospace;
}
.gpudb-details .gpu-lookup-failed .explain {
  font-size: 15px;
}
.gpudb-details .gpu-lookup-failed .explain2 {
  margin-bottom: 4px;
  font-size: 15px;
}
.ssddb p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.drives {
  margin-top: 20px;
  font-size: 13px;
  background-color: #f4f4f4;
}
.drives tr:nth-child(odd) {
  background-color: #fafafa;
}
.drives tbody tr {
  border-top: 1px dotted #ddd;
}
.drives th,
.drives td {
  padding: 8px 10px;
  border-right: 1px solid #e4e4e4;
}
.drives th:last-child,
.drives td:last-child {
  border-right: none;
}
.drives .colheader th {
  border-bottom: 1px solid #ccc;
}
.drives th {
  text-align: left;
}
.ssddb .search {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.ssddb .search > h1 {
  border-radius: 3px 3px 0 0;
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
  background: -moz-linear-gradient(#4E619B,#3d4c7a);
  background: -webkit-linear-gradient(#4E619B,#3d4c7a);
  background: -o-linear-gradient(#4E619B,#3d4c7a);
  background: -ms-linear-gradient(#4E619B,#3d4c7a);
  background: linear-gradient(#4E619B,#3d4c7a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4E619B',endColorstr='#3d4c7a');
}
.ssddb .search > div {
  padding: 4px;
  border: 1px solid #bbbbbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #fafafa;
  font-size: 14px;
}
.ssddb .search fieldset {
  position: relative;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  padding-left: 120px;
}
.ssddb .search legend {
  position: absolute;
  left: 6px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
.ssddb .search ul {
  margin-top: -5px;
  list-style-type: none;
  margin-left: 0;
}
.ssddb .search li {
  float: left;
  margin: 5px 15px 0 0;
}
.ssddb .search ul div {
  color: #777;
  margin-left: 1px;
  margin-bottom: 1px;
  font-size: 11px;
}
.ssddb .search select {
  font-size: 13px;
  border: 1px solid #ccc;
  width: 150px;
}
.ssddb .search input[type=checkbox] {
  margin-right: 6px;
}
.ssddb .search fieldset label {
  font-size: 12px;
}
.ssddb .search .released label,
.ssddb .search .class label,
.ssddb .search .mfgr label,
.ssddb .search .sort label {
  padding-right: 15px;
  display: inline-block;
  min-width: 115px;
}
.ssddb fieldset.sort select {
  margin-top: -2px;
}
.ssddb .resetfilter {
  margin-left: 15px;
}
.ssddb .ajax {
  padding-left: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.ssddb .drivename {
  color: #222222;
  font-family: TPU-Title, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 10px;
}
.ssddb .sectioncontainer {
  clear: both;
  padding-top: 20px;
}
.ssddb .photo {
  margin: 10px;
}
.ssddb section.details {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  width: 280px;
}
.ssddb section.details h1 {
  border-radius: 3px 3px 0 0;
  text-align: center;
  padding-bottom: 4px;
  padding-top: 2px;
  font-family: TPU-Title, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 -1px 0px #000000;
  background: #445588;
  background: -moz-linear-gradient(#4E619B,#3d4c7a);
  background: -webkit-linear-gradient(#4E619B,#3d4c7a);
  background: -o-linear-gradient(#4E619B,#3d4c7a);
  background: -ms-linear-gradient(#4E619B,#3d4c7a);
  background: linear-gradient(#4E619B,#3d4c7a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4E619B',endColorstr='#3d4c7a');
}
.ssddb section.details table {
  width: 100%;
  font-size: 13px;
  background-color: #f8f8f8;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.ssddb section.details table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.ssddb section.details table tr {
  border-bottom: 1px dotted #ddd;
}
.ssddb section.details table tr:last-child {
  border-bottom: none;
}
.ssddb section.details table th {
  padding: 10px;
  width: 110px;
  text-align: right;
}
.ssddb section.details table td {
  padding: 10px;
}
.ssddb section.notes {
  width: 815px;
  font-family: monospace;
}
.ssddb ul.features {
  list-style-position: inside;
}
.ssddb .features li {
  float: left;
  min-width: 60px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.ssddb .unreleased {
  background-color: #f9d8d8;
  border: 1px solid #eca8a8;
  padding: 6px 6px 5px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto;
  max-width: 750px;
  clear: both;
}
