.results-header .mdl-layout__header-row {
  padding-left: 40px;
}

@media screen and (max-width:1024px) {
  .results-header .mdl-layout__header-row {
    padding-left: 24px;
  }
}

.mdl-card {
  min-height: 128px;
}

.mdl-card__title {
  display: block;
}

.mdl-card__subtitle-text {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.results-section {
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
}

@media screen and (max-width:1024px) {
  .results-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.results-class-title {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0px;
}

@media screen and (max-width:1024px) {
  .results-class-title {
    display: block;
    margin-bottom:16px;
  }
}

.results-class-header {
  margin-left: 16px;
}

.results-sub-header {
  margin: 16px 0 0 0;
}

@media screen and (max-width:1024px) {
  .results-class-header {
    margin-left: 0px;
  }
}
 
.results-table {
  overflow: auto;
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 8px;
}

@media screen and (max-width:1024px) {
  .results-table {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mdl-data-table tbody tr {
  height:32px;
}

.mdl-data-table th {
  padding:4px 4px 4px 4px;
  height:32px;
}

.mdl-data-table td:first-of-type,.mdl-data-table th:first-of-type {
  padding-left:8px
}

.mdl-data-table td:last-of-type,.mdl-data-table th:last-of-type {
  padding-right:8px
}

.mdl-data-table td {
  height:32px;
  padding:5px 4px;
}

th, td {
  padding-left: 4px;
  padding-right: 4px;
}

.mdl-grid {
  padding: 32px;
}

@media screen and (max-width:1024px) {
  .mdl-grid {
    padding: 8px;
  }
}

.results-navigation {
  position: relative;
  height: 48px;
  overflow: hidden;
}

.results-navigation-spacer {
  height: 48px;
  display: none;
}

.results-navigation-button {
  position: absolute;
  display: none;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 0;
}

.results-navigation-left {
  left: 24px;
}

@media screen and (max-width:1024px) {
  .results-navigation-left {
    left: 0px;
  }
}

.results-navigation-right {
  right: 24px;
}

@media screen and (max-width:1024px) {
  .results-navigation-right {
    right: 0px;
  }
}

.results-navigation-tabs {
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 2 * 24px);
  height: 96px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

@media screen and (max-width:1024px) {
  .results-navigation-tabs {
    left: 0px;
    width: 100%;
  }
}

.results-navigation-tabs-narrow {
  left: 72px;
  width: calc(100% - 2 * 72px);
}

@media screen and (max-width:1024px) {
  .results-navigation-tabs-narrow {
    left: 48px;
    width: calc(100% - 2 * 48px);
  }
}

.results-navigation-tab {
  height: 48px;
  border-style: solid;
  color: #ffffff;
  border-color: #3f51b5;
  border-radius: 0;
  border-width: 0px 0px 2px 0px;
}

.results-navigation-tab-selected {
  border-color: #e91e63;
}

.mdl-data-table {
  width: 100%; 
}

.results-setup-card {
  display: none;
  width: calc(100% - 32px);
  max-width: 600px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.results-setup-list {
  margin: 0;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
}

.results-setup-list-item {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  min-height: 24px;
}

