<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rpt-container {
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rpt-single {
  padding: 10px;
  margin-bottom: 10px;
  width: 25%;
  height: 150px; }

.rpt-img {
  background: #333333;
  width: 100%;
  height: 100%; }

.rpt-text {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  border: 0 none;
  margin: 3px 0 0;
  padding: 0;
  text-align: center; }

.rpt-represntaion-msg {
  font-family: Arial;
  font-size: 16px !important;
  font-weight: 600;
  text-decoration: underline; }
</pre></body></html>