.chart-container {
    display: grid;
    grid-template-columns: 170px max-content 136px max-content 170px;
    grid-template-rows: 1fr 65px 65px 1fr;
    font-size: 1.1rem;
	
	margin-top: -75px;
	margin-bottom: 20px
}
.chart a {
	text-decoration: none;
}
.op-groups {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: end;
}
.op-groups #op-item, .gov-groups #gov-item {
	color: white !important;
}
.op-groups #op-item:hover, .gov-groups #gov-item:hover {
	color: #fdb930 !important;
}
.row1 #row-item:hover, .row3 #row-item:hover {
	color: #002f87 !important;
}
.row1 #row-item, .row3 #row-item {
	color: black !important;
}
.pres-cab a {
	color: black !important;
}
.left-arrows {
    grid-column: 1 / 3;
    grid-row: 3 / -1;
    justify-self: end;
    margin-top: 40px;
    margin-right: 40px;
}
.hor-arrow1 {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    align-self: center;
    padding: 0px 8px;
    width: 55px;
    height: auto;
}
.hor-arrow2 {
    grid-column: 4 / 5;
    grid-row: 2 / 4;
    align-self: center;
    padding: 0px 8px;
    width: 55px;
    height: auto;
}
.row1 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.pres-cab {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
}
.row3 {
    grid-column: 3 / 4;
    grid-row: 4 / -1;
}
.gov-groups {
    grid-column: 5 / 6;
    grid-row: 1 / 3;
    align-self: end;
}

.op-groups,
.gov-groups {
    background-color: #002f87;
    height: max-content;
}
.op-groups > *:not(.hor-line),
.gov-groups > *:not(.hor-line) {
    color: white;
    padding: 7px 20px;
    text-align: center;
}
.hor-line {
    border-bottom: 2px dashed white;
}

.row1,
.pres-cab,
.row3 {
    text-align: center;
}

.row1 {
    height: max-content;
    align-self: end;
}
.pres-cab {
    height: max-content;
    align-self: center;
    border: 2px solid #fdb930;
    padding: 40px 10px;
    border-radius: 50%;
}

.row1 > *:not(img),
.row3 > *:not(img) {
    background-color: #fdb930;

    padding: 7px 5px;
}
.row1 > img:not(a),
.row3 > img:not(a, div) {
    padding: 7px 5px;
}
@media screen and (max-width: 972px) {
  .chart-container {
	  
    transform: scale(0.7);
  }
}
@media screen and (max-width: 466px) {
  .chart-container {

    transform: scale(0.5);
	  margin-top: -50px;
  }
}