.headerText {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    color: #d5dadd;
	font-size: 36px;
	font-weight: 900;
}

.buttonSpacer {
  padding-left:10px;
}

/* Alternate table rows */
.dataRow:nth-child(even){
  background-color:#E4E5D0;
}
.dataRow:nth-child(odd){
  background-color:#F6F6ED;
}

.p-card {
  background-color: #F4FBFF;
  color: #212529;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}