<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-size: 12px;
}


table,
thead,
tr,
tbody,
th,
td {
  text-align: center;
  font-size: 9px;
}

.table td {
  text-align: center;
}

.mondaySelect {
  text-align: center;
  /*color: rgb(255, 255, 255);*/

  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

.navbar-brand,
.nav-link {
  color: #ffffff;
}</pre></body></html>