@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  margin: 30px;
  font-size: 16px;
  background-color: white;
  color: #2d3844;
  line-height: 1.35;
}

body {
  display: grid;
  grid-gap: 30px;
}

.fake-component {
  width: 100%;
  height: 200px;
  background: repeating-linear-gradient(
    45deg,
    rgba(45, 56, 68, 0.075),
    rgba(45, 56, 68, 0.075) 10px,
    rgba(45, 56, 68, 0.15) 10px,
    rgba(45, 56, 68, 0.15) 20px
  );
}

h4, p {
  margin: 0;
}

emd-button {
  margin-right: auto;
}

body > emd-button:nth-of-type(1),
body > emd-button:nth-of-type(2),
body > emd-button:nth-of-type(3),
body > emd-button:nth-of-type(4),
body > emd-button:nth-of-type(5),
body > emd-button:nth-of-type(6),
body > emd-button:nth-of-type(7),
body > emd-button:nth-of-type(8),
body > emd-button:nth-of-type(9) {
  width: 300px;
}

div > emd-button {
  vertical-align: middle;
}