[data-sub-link] .panel p{
  font-size: 100%!important;
}

dd .accordion {
    background-color: rgb(163, 160, 160);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 5px auto;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 dd .active{
  background-color: #586792;
  color: floralwhite;
 } 
 
 dd .accordion:hover {
    background-color: #a3aaba;
    color: #444;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  dd .panel {
    padding: 0 18px;
    background-color: rgb(214, 214, 214);
    display: none;
    overflow: hidden;
    color: #444;
  }

  .no-height{
    height: auto!important;
  }

  #imgOfrandaPaste{
    max-width: 100%;
    margin: 15px 0 15px 0;
  }