.metrics-group-item-row {
    display: flex;
}
.metrics-group-item-row h4, .metrics-group-item-row div {
    margin: 0 10px 10px 0;
    width: 20%;
}
.metrics-group-item-row div {
    color: black;
}
.metrics-group-item-row div:first-child {
    width: 60%;
    margin-left: 20px;
    opacity: 0.6;
}
.metrics-group-item-row div sub {
    display: block;
    font-size: 0.5rem;
}

.metrics-group-row {
    display: flex;
}
.metrics-group-row h4, .metrics-group-row div {
    margin: 0 10px 10px 0;
    width: 20%;
}
.metrics-group-row div:first-child {
    width: 60%;
    margin-left: 20px;
    font-weight: bold;
}
.metrics-group-row h4 {
    font-weight: bold;
}


.metrics-group-bar {
    width: 40px;
    height: 20px;
    border-bottom: 1px solid gray;
}
.metrics-group-bar div {
    margin: 20px;
}

.metrics{
    background-color: white;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.metrics-column {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}
/* .metrics-column div {
    box-sizing: border-box;
} */
.metrics-column:first-child {
    margin-right: 0;
}

.metrics-row {
	 display: flex;
	 box-sizing: border-box;
}

.metrics-row h4, .metrics-row div {
	 margin: 0 20px 10px 0;
	 width: 20%;
}

.metrics-row div:first-child {
	 width: 60%;
	 margin-left: 20px;
}

.metrics-row h4 {
	 opacity: 0.6;
	 margin-bottom: -20px;
}

.metrics-title {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #677791;
    margin-left: 1em;
    margin-bottom: 15px;
    margin-top: 10px;
}

.fw5 {
    font-weight: 500
}