




Toggle boxes show differently suddenly on mobile.
The solution is really easy: add a space between two pairs of toggle-popups. This happens because of the nature of floating elements and their different height.

Some customers want to integrate a global form into their website. You can do it in different ways:
/* Enter extension text */
div#Title,
div.poweredBy {
display: none !important;
}
/*uncomment the code below and change the color code to needed one
if you need to change default page background color*/
/*
body {
background-color: #b36d6d !important;
}
*/


Final look:
