.table .no-shadow {
  box-shadow: none;
}
.table tr {
  outline: 0;
  border: transparent;
  box-shadow: 0 5px 6px rgba(233, 233, 233, 0.4901960784);
  padding-top: 5px;
  margin-top: 15px;
  display: block;
}
.table tr.section-title td {
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
.table tr .value {
  word-break: break-all;
}
.table tr td p {
  font-size: 14px;
  margin-bottom: 0;
}
.table tr td:first-child p {
  min-width: 300px;
  font-weight: bold;
}

/*# sourceMappingURL=server-info.css.map */
