.dpp-normal-text-style{
  color:black;
}
.dpp-link-style{
  color:blue;
}
/* accardeon begin */
.hostdownloadplusplus-accordion {
background-color: #00ae03;
color: #ffffff;
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: #6eaf6f; 
color: $#102b6e;
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: #ffffff;
overflow: hidden;
}
/* accardeon end */ 