.rt-table-root {
  width: 100%;
  font-size: 1.2rem;
  color: #757575;
  text-align: left; }
  .rt-table-root tr {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12); }
  .rt-table-root th {
    font-weight: 700; }
    .rt-table-root th:first-letter {
      text-transform: capitalize; }
  .rt-table-root th, .rt-table-root td {
    position: relative;
    padding: 0 1.8rem; }
    .rt-table-root th.rt-table-selectable, .rt-table-root td.rt-table-selectable {
      width: 1.8rem;
      padding-right: 0; }
      .rt-table-root th.rt-table-selectable > *, .rt-table-root td.rt-table-selectable > * {
        margin: 0; }

.rt-table-row {
  -webkit-transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .rt-table-row:last-child {
    border-color: transparent; }
  .rt-table-row > td > input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0; }

.rt-table-selected, .rt-table-row:hover {
  background-color: #eee; }

.rt-table-editable > * {
  cursor: pointer; }
