.rem-module {
  display: table;
  width: 100%;
  overflow: auto;
}

.rem-module .rem-table-row {
  border: 1px solid #ccc;
  align-self: stretch;
  display: table-row;
  padding: 1rem;
}

@media only screen and (max-width: 47em) {
  .rem-module .rem-table-row {
    display: block;
    border-bottom: none;
  }
}

.rem-module .rem-table-row:hover {
  box-shadow: 0 3px 6px #eee;
  border-color: #999;
}

.rem-module .rem-table-row .rem-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
}

@media only screen and (max-width: 47em) {
  .rem-module .rem-table-row .rem-table-cell {
    display: block;
    padding: 0 0 0.5rem 0;
  }
}

.rem-module .rem-table-row .rem-module-item-icon {
  box-sizing: border-box;
  width: 40px;
  padding-right: 0 !important;
}

.rem-module .rem-table-row .rem-module-item-icon img {
  width: 30px;
  max-width: 30px;
}

@media only screen and (max-width: 47em) {
  .rem-module .rem-table-row .rem-module-item-icon {
    display: block;
    float: left;
  }
}

.rem-module .rem-table-row .rem-module-item-title a {
  font-weight: 700;
}

.rem-module .rem-table-row .rem-module-item-container, .rem-module .rem-table-row .rem-module-item-calendar, .rem-module .rem-table-row .rem-module-item-download {
  font-size: 14px;
  min-width: 50px !important;
}

.rem-module .rem-table-row .rem-module-item-container img, .rem-module .rem-table-row .rem-module-item-calendar img, .rem-module .rem-table-row .rem-module-item-download img {
  float: left !important;
  margin-right: 5px;
  width: 16px !important;
}

@media only screen and (max-width: 47em) {
  .rem-module .rem-table-row .rem-module-item-container {
    clear: both;
  }
}

@media only screen and (max-width: 47em) {
  .rem-module .rem-table-row .rem-module-item-calendar {
    float: left;
    margin-right: 1rem;
  }
}

.rem-module .rem-table-row .rem-module-item-download {
  white-space: nowrap;
}

.rem-module .rem-table-row .rem-module-item-desc {
  min-width: 20%;
  font-size: 14px;
  opacity: 0.6;
}

.rem-module .ontab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rem-module .offtab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.rem-module .remversion {
  font-size: 0.8rem;
  display: block;
}
