#SewpScopeTableId {
  width: 850px;
  height: 350px;
  border-collapse: collapse;
  background-color: #1b2033;
  border: 4px solid #f8d823;
  padding: 10px;
  margin-left: 20px;
  font-size: 1.05em;
}

#SewpScopeTableId th {
  padding: 5px;
  text-align: left;
  font-family: "Arial";
  background-color: #1b2033;
  color: white;
  font-size:1.25em;
  text-transform: uppercase;
  border: 4px solid #f8d823;
}

#SewpScopeTableId td {
  font-family: "Arial";
  color: #ffffff;
  border: 4px solid #f8d823;
  padding-left: 10px;
}

#SewpScopeTableId th.tableHeading {
  text-decoration-color: blue;
  font-family: Cambria, "Courier New";
  font-size: 1.75em;
  color: #0CAFFF;
}

ul {
  padding-left: 20px; 
}

.ul-arrows {
  width: 600px;
  column-count: 2;
  padding-right: 10px; 
}

.ul-arrows li {
  list-style-image: url(../images/triangle.png);
  padding: 2.5px 10px 2.5px 0; 
}

.ul-arrows2 li {
  list-style-image: url(../images/triangle.png);
  padding: 0 10px 3px 0; 
}