#intro { background-color: red; }
#lineChart { width: auto; height: 10px; background-color: #e9e9e9; display: flex; margin-left: 11px; margin-right: 11px; }
#bjpChartDivGj, #bjpChartDivHp { width: 0%; background-color: #ff5c00; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
#incChartDivGj, #incChartDivHp { background-color: #288d00; width: 0%; }
#aapChartDivGj, #aapChartDivHp { background-color: #008bc7; width: 0%; }
#othDivChartGj, #othDivChartHp { background-color: #9a00b3; width: 0%; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
#totalCountGj, #totalCountHp { color: #000; margin-left: 90%; }
#chartOutlineBoxGj, #chartOutlineBoxHp { height: 43px; background-color: #f7f7f7; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); padding-top: 10px; margin-top: 14px; }
#secondMainDivGj, #secondMainDivHp { background-color: #fff; margin-top: 18px; }
#secondInnerDiv { display: flex; }
#bjpCardGj, #bjpCardHp { background-color: #ff5c00; text-align: center; font-family: 'Roboto'; font-style: normal; font-weight: 700; font-size: 14px; line-height: 17px; padding-top: 6px; }
#aapCardGj, #aapCardHp, #incCardGj, #incCardHp, #othCardGj, #othCardHp { width: 18%; height: 30px; margin-left: 3%; text-align: center; font-family: 'Roboto'; font-style: normal; font-weight: 700; font-size: 14px; line-height: 17px; padding-top: 6px; }
#incCardGj, #incCardHp { background-color: #00f; }
#aapCardGj, #aapCardHp { background-color: #228b22; }
#othCardGj, #othCardHp { background-color: #9a00b3; }
#cardContentMainGj, #cardContentMainHp { color: #fff; font-size: 15px; margin-bottom: 15px; margin-top: 0; font-weight: 700; }
#cardContentMainCount { font-size: 25px; padding-top: 10px; margin-left: 7px; }
#totalVotingsCountIdGj, #totalVotingsCountIdHp { color: #d10014; font-weight: 700; font-size: 24px; margin-left: 3%; margin-top: 0; }
