body {
  min-width: 1000px;
  font-family: 'Arimo', sans-serif !important;
}

.w3-table, .table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.table {
  border: 1px solid #ccc;
}

.w3-bordered tr, .table tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.table tr:nth-child(odd) {
  background-color: #fff;
}

.table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-centered tr th, .w3-centered tr td {
  text-align: center;
}

.w3-table td, .w3-table th, .table td, .table th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child, .w3-table td:first-child, .table th:first-child, .table td:first-child {
  padding-left: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arimo', sans-serif !important;
}

.w3-hover-text-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

.w3-text-no-underline {
  text-decoration: none;
}

.w3-underline a {
  text-decoration: none !important;
}

.w3-underline a:hover {
  text-decoration: underline !important;
}

.w3-padding-x-small {
  padding-top: 8px;
  padding-bottom: 8px;
}

.w3-margin-x-small {
  margin-top: 8px;
  margin-bottom: 8px;
}

.w3-alert {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

textarea.w3-input {
  height: 28px;
  max-width: 166px;
}

select.w3-input {
  height: 28px;
}

.w3-table td, .w3-table th, .table td, .table th {
  padding: 4px;
}

.obfuscation {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.article-heading {
  cursor: pointer;
}
/*# sourceMappingURL=app.css.map */