/*.value-text {
  display: flex;
  margin-bottom: 15px;
  font-family: "DM Sans", sans-serif;
  padding-right: 10px;
  color: #4c4c4c;
}
.value-text > b {
  display: inline-block;
  font-weight: bolder;
    white-space: nowrap;
}*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.flex-container > .flex-element {
  background-color: white;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}


.flex-container > .flex-element-pentagon {
    width: 50%;
    margin-right: 20px;
    margin-left: 20px;

}

.flex-container > .flex-element-pentagon > canvas {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 500px;
}


.flex-container > .flex-element-values {
  min-width: 400px;
  min-height: 500px;
}

.flex-container > .flex-element-values > table {
  border: none;
}

.flex-container > .flex-element-values > table > tbody > tr,
.flex-container > .flex-element-values > table > tbody > tr > td {
  border: none;
}

.flex-container > .flex-element-values > table > tbody > tr > th {
    white-space: nowrap;
    text-align: left;
    padding-right: 10px;
    border: none;
    padding-bottom: 0px;
}

.flex-container > .flex-element-values > table > tbody > tr > th,
.flex-container > .flex-element-values > table > tbody > tr > td {
    vertical-align: top;
    font-family: "DM Sans", sans-serif;
    color: #4c4c4c;
}

.flex-container > .flex-element-values > table > tbody > tr:not(:last-child) > td {
    padding-bottom: 20px;
}

section.values-pentagon {
  padding-bottom: 0px;
}
