.rb-compatibility-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 15px;
}
.rb-compatibility-table th,
.rb-compatibility-table td {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px;
}
.rb-compatibility-table th {
  background: #f4f4f4;
}
.rb-compatibility-table td.rb-yes {
  color: #28A745;
  font-weight: bold;
}
.rb-compatibility-table td.rb-no {
  color: #DC3545;
  font-weight: bold;
}
.rb-osname {
    width: 60%;
    text-align: left;
}
.rb-osvalue {
    text-align: center;
    width: 40px;
}