#topbar {
  margin-top: 20px;
  margin-left: 20px;
}

header {
  background-color: #4e99d0 !important;
}

header > .mdl-layout-icon {
  font-weight: bold;
}

.mdl-button {
  margin-left: 20px;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
  height: 48px;
}

#download {
  margin-left: 100px;
}

div#pokelist {
  margin: 50px;
}

div.pokeitem {
  display: inline-block;
  text-align: center;
  padding-top: 18px;
}

div.cp {
  font-weight: bold;
}

div.cp > .value {
  font-size: 18px;
}

div.pokeimage {
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  margin-top: 8px;
  margin-bottom: 8px;
}

div.pokeitem > div.name {
}
