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