/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.all-flash-array-table tbody tr td[colspan="5"]{
  background: #007be7 !important;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.all-flash-array-table tbody tr td[colspan="4"]{
  text-align:center;
}

.all-flash-array-table tbody tr:nth-row(2) td{
  background: #cce7ff;
}