.wrapper--page {
  display: -webkit-flex;
  height: 500px;
  overflow: hidden;
  -webkit-flex-direction: column;
  padding-bottom: 10px;
}

.is-collapsed {
  display: none;
}

.flexie {
  overflow: hidden;
  -webkit-flex: auto;
}

.flexie-row {
  max-height: 40px;
  display: -webkit-flex;
  -webkit-flex: auto 0 0;
}
.flexie-row .col-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}

.header--page {
  background-color: #ccc;
  min-height: 30px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
}

.header--view {
  background-color: #ddd;
  height: 130px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
}

.wrapper--page table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table td, table th {
  font-size: 16px;
  font-weight: 300;
}
table th {
  background: gray;
  text-align: left;
}
table th:hover {
  background: darkgray;
}

.content--main {
  display: -webkit-flex;
}

.col-sticky {
  border-right: 3px solid #bbb;
  width: 60px;
}
.col-sticky table {
  width: 100%;
}
.col-scrollable {
  -webkit-flex: 8;
  overflow: scroll;
}
.actions {
  display: none;
  position: fixed;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 240px) and (max-width: 768px){
  .wrapper--page table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 600px;
  }
}
