md-card {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

md-card-content, md-dialog-content {
  display: block; }

md-grid-list {
  display: inline-block;
  width: 304px;
  width: calc(100%); }
  md-grid-list md-grid-tile img {
    width: 100%; }
  md-grid-list md-grid-tile:nth-child(3n-2) {
    left: 0;
    width: 95px;
    padding-top: 95px;
    margin-top: 0; }
  md-grid-list md-grid-tile:nth-child(3n-1) {
    left: 104px;
    width: 95px;
    padding-top: 95px;
    margin-top: 0; }
  md-grid-list md-grid-tile:nth-child(3n) {
    left: 208px;
    width: 95px;
    padding-top: 95px;
    margin-top: 0; }
  md-grid-list md-grid-tile:nth-child(4), md-grid-list md-grid-tile:nth-child(5), md-grid-list md-grid-tile:nth-child(6) {
    margin-top: 104px; }
  md-grid-list md-grid-tile:nth-child(7), md-grid-list md-grid-tile:nth-child(8), md-grid-list md-grid-tile:nth-child(9) {
    margin-top: 208px; }

md-icon.mdi {
  font-size: 24px;
  text-align: center;
  vertical-align: middle; }

md-tab-content [md-template="::tab.template"] {
  height: 100%; }

.center {
  text-align: center; }

.counter {
  padding: 4px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1;
  color: white; }

.darken {
  position: relative;
  overflow: hidden; }

.darken:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.vertical-middle {
  line-height: 1;
  vertical-align: middle; }
