/**********************************

Styles For critical

********************************/
.view-critical {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #FFF;
}
.table-style-1{
  width: 100%;
}
.table-style-1 th,
.table-style-1 td {
  padding: 15px 50px;
  border-bottom: 1px solid #ccc;
}
.table-style-1 th {
  font-family: "Ideal Sans";
  font-size: 18px;
  border-bottom: 1px solid #b3b3b3;
  font-weight: 600;
  background: #f2f2f2;
}