#statuscount ul {display:flex; justify-content:space-between; gap:20px; list-style-type:none;margin-bottom:20px; margin-left:0}
#statuscount ul li {width:200px;margin:0; text-align:center; background:#f1f3f9; padding:10px; border-radius:5px}
#statuscount .value {font-weight:bold}
.colorcoded .implemented.fully {background:#eff6dd}
.colorcoded .implemented.partially{background:#fef6d8}
.colorcoded .inactive {background:#dfecfc}