PERS City Retirement Costs and Liability

:root { --progress-bar-width: 200px; --progress-bar-height: 200px; --font-size: 2rem; } .circular-progress { width: var(--progress-bar-width); height: var(--progress-bar-height); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; } .inner-circle { position: absolute; width: calc(var(--progress-bar-width) - 100px); height: calc(var(--progress-bar-height) - 100px); border-radius: 50%; background-color: #f0f0f0; } .percentage { position: relative; font-size: var(--font-size); color: #333 !i

Measure E

.field__item table thead tr th:last-of-type, .field__item table tbody tr td:last-of-type { text-align: right; } .field__item table thead tr th:first-of-type { text-align: left; } /* community needs and priorities */ .needs { display: flex; flex: 1 1 auto; flex-wrap: wrap; } .needs .needsSection { width: calc(50% - 70px); margin-bottom: 1.5rem; } .needs .needsSection:nth-of-type(2n+2) { margin-left: 70px; } .needs .needsSection:last-of-type { border-bottom: none; } #communityNeeds h3:last-of-type { margin-top: 1.5rem; } @media only screen and (max-width: 800px) { .need