body {
  font-family: "Circe";
  font-feature-settings: "ss10" on;
  -moz-font-feature-settings: "ss10" on;
  -ms-font-feature-settings: "ss10" on;
	
}

.note {
	font-size: 12px!important;
	font-style: italic;
	padding-top:10px;
	padding-bottom: 15px;
	color: #888888;
	}
	
	.transp {
		opacity: 0;
	}
.table {
  transition: 0.5s;
  padding-bottom: 0;
  width: 100%;
	position: relative;
	margin: 0 auto;
}

.text-primary {color:#69bca7}
.text-red {color:#FF2529!important}
	
@media (min-width: 20rem) {
  .table {
    max-width: 960px;
  }
}
.table__head {
  display: none;
  visibility: hidden;
}
@media (min-width: 20rem) {
  .table__head {
    width: 100%;
    display: table-header-group;
    visibility: visible;
    color: #19181C;
  }

}
.table__body, .table__row, .table__cell {
  display: block;
  border: 0;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 20rem) {
  .table__head .table__body, .table__head .table__row, .table__head .table__cell {
    padding: 10px;
    font-size: 0.7rem;
  }
}
	
@media (max-width: 480px) {
  .table__head .table__body, .table__head .table__row, .table__head .table__cell {
    font-size: 0.55rem;
	padding: 5px!important;
  }
}

	.table__row {
  margin-bottom: 2px;
  background-color: #ffffff;
}
@media (min-width: 20rem) {
  .table__row {
    display: table-row;
    width: 100%;
  }
  .table__row .table__cell {
    display: table-cell;
  }
}
	
	
.table__row:nth-child(even) {
  background-color: #faf8f5;
}
.table__cell {
  padding: 4px;
  transition: 1s;
}
.table__body .table__cell {
  text-align: center;
	font-size: 14px;
  padding: 8px;
  border: 1px solid #f5f1ed;
}
.table__cell--head {
	text-align: left!important;
	font-weight: normal;
	font-variant: small-caps;
}
.table__body .main {
  text-align: center!important;
}
.table__body {
  display: table-row-group;
}
.table__cell[data-title]:before {
  display: inline-block;
  min-width: 120px;
  content: attr(data-title) ":";
  font-weight: normal;
}
@media (min-width: 20rem) {
  .table__cell[data-title]:before {
    display: none;
    content: "";
  }
}
.table__cell:empty {
  display: none;
}
@media (min-width:20rem) {
  .table__cell:empty {
    display: table-cell;
  }
}
@media (min-width: 20rem) {
	.table__cell--head {
		display: none;
	}
  .table__cell--head[data-title]:before {
    display: none;
    content: "";
  }
	
}
.table__cell--spanned {
  font-size: 1.2rem;
	color:#69bca7;
  font-weight: bold;
}
@media (max-width: 550px) {
	table {
		max-width: 100%;
	}
.note {
	font-size: 10px;
	}
.table__body .table__cell {
  font-size: 11px;
  padding: 8px;
  border: 1px solid #f5f1ed;
}
	.main {
	width: 30px!important;
		font-size: 11px!important;

	}
}
	@media (max-width: 20rem) {
.table__body .table__cell {
  font-size: 12px;
	}
.table__cell {
	text-align:left!important;
}

}

	thead th {
		font-weight:normal;
	}   
	.main {
  text-align: center!important;
}

.ps-btn-float-background {
    background-color:#84DCC4!important;
}

