body {
  min-height: 100vh;
  display: flex;
  padding: 0;
  margin: 0;
  color: #1c2227;
  background: #f1f1f1;
  font: 400 16px/1.6 'Roboto', sans-serif;
  justify-content: center;
  align-items: center;
}

a {
  color: #0088cc;
  transition: all .3s ease-in-out;
}

a:hover,
a:active {
  color: #005796;
}

.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  max-width: 440px;
  flex: 0 1 440px;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
}

/*.cover{max-height: 220px;overflow: hidden;}*/

.cover img {
  max-width: 100%;
  height: auto;
/*  max-height: 220px;*/
}

.title {
  font: 300 28px/1.4 'Roboto', sans-serif;
  padding: 16px;
}

.subtitle {
  font: 500 14px/1.4 'Roboto', sans-serif;
  margin: -8px 16px 16px;
  text-transform: uppercase;
  color: #5f6368;
}

.titlesmall {
  font: 300 24px/1.4 'Roboto', sans-serif;
  padding: 0 16px 16px;
}

.buttons {
  display: flex;
}

.buttons a {
  width: 100%;
  display: block;
  background-color: #0088cc;
  border-radius: 2px;
  padding: 8px 16px;
  margin: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.buttons a:hover,
.buttons a:active {
  background-color: #005796;
}

.buttons.light a {
  width: 90%;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  padding: 8px 16px;
  margin: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #0088cc;
  text-align: center;
}

.buttons.light a:hover,
.buttons.light a:active {
  color: #005796;
}

.description {
  margin: 16px;
  font-size: 18px;
}

/*
.divider {
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin: 16px;
}
*/

.sharing {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin: 16px 16px 0;
  padding-top: 16px;
}

.sharing .titlesmall {
  text-align: left;
  padding: 0;
}

.qrcode {
  margin: 0 auto;
}

.qrcode img {
  width: 110px;
  height: 110px;
  margin: 16px auto 8px;
}

.shorturl {
  text-overflow: ellipsis;
  text-align: center;
  padding: 0;
  font-size: 15px;
  flex-grow: 1;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
}

.sharing ul {
  margin: 0 16px;
  padding: 0;
}

.sharing li {
  font-size: 28px;
  padding: 16px 8px;
  list-style: none;
  display: inline-block;
  width: 32px;
  height: auto;
}

.sharing li a {
  color: #1c2227;
}

.disclaimer {
  font-size: 14px;
  text-align: center;
  margin: 24px 16px 16px;
  color: #808080;
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding-top: 16px;
}

.closed {
  filter: grayscale(100%);
}

/*
.cover{display: none;}
.divider{display: none;}
.sharing{display: none;}
*/
