1*04fd306cSNickeau/* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
2*04fd306cSNickeau.note-cs p:last-child { margin-bottom: 0; }
3*04fd306cSNickeau.note-cs ul:last-child { margin-bottom: 0; }
4