/* Table vars */
.pi-wrap {
  width: 900px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.pi-wrap h2 {
  font-size: 20px;
  font-weight: bold;
}
.pi-wrap .table-data {
  width: 100%;
  display: table;
  background: #fff;
  padding: 10px 20px;
  border-collapse: separate;
  border-spacing: 8px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.58);
}
.pi-wrap .table-data div.data--tr {
  display: table-row;
}
.pi-wrap .table-data .data--td {
  display: table-cell;
  width: 40%;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #979797;
  padding: 12px 0 2px 0;
}
.pi-wrap .table-data .data--td.th {
  border: none;
  padding: 5px 0 0 0;
}
.pi-wrap .table-data .data--td.description {
  text-align: left;
  width: 20%;
  font-weight: bold;
  vertical-align: top;
}
.pi-wrap .table-data .data--td.red {
  vertical-align: middle;
  background-color: #dc1f2e;
  color: #fff;
  width: 40%;
}
.pi-wrap .table-data .data--td.blue {
  vertical-align: middle;
  background-color: #00a1dd;
  color: #fff;
  padding: 10px 0 5px 0;
}
.pi-wrap .table-data .data--td.green {
  vertical-align: middle;
  background-color: #6ebe49;
  color: #fff;
  padding: 15px 0 10px 0;
}
.pi-wrap .table-data .data--td.orange {
  vertical-align: middle;
  background-color: #ff5400;
  color: #fff;
  padding: 15px 0 10px 0;
}
.pi-wrap .table-data.iw-ssd .data--td {
  width: 20%;
}
.pi-wrap .table-data.iw-sky .data--td, .pi-wrap .table-data.nytro .data--td {
  width: 26%;
}
.pi-wrap .info-box {
  background-color: #fff;
  padding: 30px 25px;
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.58);
  margin-bottom: 25px;
}
.pi-wrap .info-box h2.black--infobox {
  line-height: normal;
}
.pi-wrap .info-box .info-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.pi-wrap .info-box .info-tr {
  display: table-row;
}
.pi-wrap .info-box .info-td {
  display: table-cell;
  width: 48%;
  padding-bottom: 40px;
  vertical-align: top;
}
.pi-wrap .info-box .info-td.margin {
  width: 4%;
}
.pi-wrap .info-box.noshadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.pi-wrap .info-box.noshadow h2 {
  margin-bottom: 40px;
}
.pi-wrap .info-box.grey {
  background-color: #eceff0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.pi-wrap .info-box.grey .info-td.left {
  width: 40%;
}
.pi-wrap .info-box.grey .info-td.right {
  width: 40%;
}
.pi-wrap .info-box.grey li {
  padding-bottom: 25px;
}

/*# sourceMappingURL=seagate.css.map */
