The code is here (in
red ) in the css you have provided (#1):
Code:
...
/* For pop-in notes */
.hiddennote {
display: none;
margin: 5px;
border: 1px solid #242e55;
background-color: #dde3ef;
padding: 2px;
}
*,html {
}
div.suggestions {
background-color: #fff;
border-left:1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
position: absolute;
}
...
mrevent, if you don't mind, your css seems to be more tailored for a web site than for an epub.
Just a trick: look here on mobileread (
https://www.mobileread.com/forums/forumdisplay.php?f=130) and download an epub you like to see how the css is structured and how it interacts with the content.