/* Base styling for all mana symbols */
.ms {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.35em;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.65em;
  border: 1px solid gray;
  color: black;
  margin: 0 0.1em;
}

.ms-w {
  background-color: rgb(248,231,185);
}

.ms-u {
  background-color: rgb(179,206,234);
}

.ms-b {
  background-color: rgb(166,159,157);
}

.ms-r {
  background-color: rgb(235,159,130);
}

.ms-g {
  background-color: rgb(196,211,202);
}

.ms-tap,
.ms-c,
.ms-h,
.ms-s,
.ms-s-mtga,
.ms-x,
.ms-y,
.ms-z,
.ms-0,
.ms-1,
.ms-2,
.ms-3,
.ms-4,
.ms-5,
.ms-6,
.ms-7,
.ms-8,
.ms-9,
.ms-10,
.ms-11,
.ms-12,
.ms-13,
.ms-14,
.ms-15 {
  background-color: #B0B0B0;
}
