.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

table {
  border-collapse: collapse;
  border: 1px solid gray;
  word-wrap: break-word;
  word-break: break-all;
}

thead {
  background: lightgray;
  font-weight: bold;
}