.wb-card-types {
  margin: 0;
  padding: 0;
}
.wb-card-types .wb-card-type {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.wb-card-types .wb-card-type:before {
  background: #BDBDBD;
  content: '';
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 2px;
  min-width: 4px;
  width: 4px;
}
.wb-card-types .wb-card-type .md-button {
  color: #000000;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0 4px;
  padding: 6px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  width: 100%;
}
