table.account {
  font-size: .8em;
  width: 80%;
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 20px;
}

table.account tr {
  display: flex;
  width: 100%;
  flex-direction: row;
}

table.account th,
table.account td {
  display: flex;
  align-items: center;
  padding: 10px;
  border: none;
}

table.account th {
  width: 15%;
  min-width: 120px;
  text-align: left;
  font-weight: bold;
  background: #f0f0f0;
  white-space: nowrap;
}

table.account td {
  width: 85%;
  flex: 1 1 auto;
}

table.account ul.site-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
  /* list-style-position: inside;
  padding-left: 0rem; */
}

table.account ul.site-list li {
  margin: .25rem 0;
}

table.account a {
  color: #1d4ed8;
  text-decoration: none;
}

table.account a:hover {
  text-decoration: underline;
}
