#accounts-list {
  display: table;
  margin: 10px auto 0 auto;
}

.account {
  float: left;
  display: table-cell;
  margin: 0 20px;

  color: #777;
  text-decoration: none;
  text-align: center;
}

.account:hover {
  color: #4078c0;
}

.account label {
  cursor: pointer;
  font-weight: 300;
}

.account-icon {
  display: block;
  width: 50px;
  height: 50px;

  background-size: 100% 200%;
}

.account:hover .account-icon {
  background-position: 0 100%;
}

.account-icon-github {
  background-image: url('../images/github.svg');
}

.account-icon-twitter {
  background-image: url('../images/twitter.svg');
}

.account-icon-blog {
  background-image: url('../images/wordpress.svg');
}
