.contentArea{
  height: 200px;
  margin-left: -15px; 
  margin-right: -15px;
}

.taxBtn{
    background: transparent;
    padding: 3px;
    border: 2px solid #c5c5c5;
    width: 150px;
    border-radius: 8px;
    color: #000;
    background-color: #f2f2f2;
    height: 40px;
  }

  .f-right {
    margin-top: 15px;
    margin-right: 15px;
}
  
.middleContent {
  border-bottom: 1px solid #ccc;
}

// /deep/ .ui-dialog .ui-dialog-content {
//   height: 150px;
// }