.dpp-normal-text-style{ color:black; } .dpp-link-style{ color:blue; } /* accardeon begin */ .hostdownloadplusplus-accordion { background-color: Acardeon_Background_Color; color: Acardeon_Text_Color; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: right; outline: none; font-size: 16px; font-weight: bold; transition: 0.4s; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; } .hostdownloadplusplus-accordion:active, .hostdownloadplusplus-accordion:hover { background-color: Acardeon_Background_Color_Hover; color: $Acardeon_Text_Color_Hover; transition: 0.4s; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .hostdownloadplusplus-panel { padding: 0 18px; text-align: right; display: none; background-color: Acardeon_Panel_Background_Color; overflow: hidden; } /* accardeon end */