

.cut-blow table th {
   background: #58585a;
   border: 2px solid #fff;
   padding: 10px;
   color: white;
   text-align: center;
   font-size: 14px;
}

.cut-blow table td {
   background: #f9f9f9;
   border: 2px solid white;
   padding: 10px;
   text-align:center;
}

.cut-blow table td.full {
   background: #494849;
   text-align: center !important;
   color: white;
   border-top: 5px solid white;
}

.cut-blow table td:first-child {
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 600;
   font-family: raleway;
   text-align:left;
}