mat-card {
  margin: 0px 11% 10px 11%;
}

.combo-box{
  padding-bottom: 200px; //POC only;
}

// Styling to test out deep styling of nested components
:host /deep/ mat-select {
  width: 50%;
}
:host /deep/ mat-form-field {
  width: 50%;
  padding-top: 10px;
}
