/* 5.css */
*:not(.header) {
  font-size: 10pt !important;
  margin: 0 !important;
}
html,body {
  font-family: monospace !important;
}
.innerPost {
  background-color: white !important;
}
.markedPost {
  background-color: #ffc !important;
}
.form-post th {
  background-color: none !important;
}
