#performanceConfig.padding {
    padding: 20px;
}

#performanceConfig h3 {
    padding: 15px;
    margin: 5px;
}


#performanceConfig > md-input-container {
    margin: 15px;
}

#performanceConfig .left-space {
    padding-left: 1em;
}
#performanceConfig .border {
    border: 1px gray solid;
}

#performanceConfig span.small-text {
    font-size: 10px;
}

#performanceConfig  table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
  }
  
  #performanceConfig  table tr:nth-child(odd) {
    background-color: #f1f1f1;
  }
  
  #performanceConfig table tr:nth-child(even) {
    background-color: #ffffff;
  }