@import "../../../modules/servers/nsgnagios/custom.css";

table.tm-xdr {
    background-color: #c00000;
    color: white;
}

table.tm-wfbsa {
    background-color: #f9cfd0;
    color: black;
}

td.tm-xdr {
    padding: 25px;    
}

td.tm-xdr-np {
    padding: 0px;    
}

td.tm-wfbsa {
    padding: 25px; 
}

td.tm-wfbs {
    background-color: white;
    color: black;
    padding: 25px; 
    border: 2px;
    border-style: solid;
    border-color: #c00000;
}

td.tm-features-cat {
    background-color: #c00000;
    color: white;
}

th.tm-features-data {
    color: #c00000;
    text-align: center;
    width: 10%;
}
td.tm-features-data {
    color: #c00000;
    text-align: center;
}

div.tm {
    padding-bottom: 20px;
}

h3.tm {
    color: #c00000;
}

h2.tm {
    color: #c00000;
}

h4.tm {
    color: #c00000;
}

td.hosting-feature-name {

}

td.hosting-feature {
    text-align: center;
}

th.hosting-cat {
    background-color: navy;
    color: white;
    text-align: center;
}

th.hosting {
    text-align: center;
}

td.hosting-feature-cat {
    background-color: navy;
    color: white;
}

.nsg-button {
  background-color: navy; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
