body form {
    display: none;
}
#close,
#blackout {
    display: none;
}
#popup {
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    position: relative;
    margin: 0 !important;
}
#popup .pop-header {
    border: none;
    margin-top: 30px;
}
#popup .pop-header h1 {
    display: none;
}
#popup .pop-header .titlePrint {
    display: block;
    margin-top: 4px;
    float: left;
    color: #000000;
    font-size: 26px;
}
#popup .logo{
    display: none;
}
#popup .logoPrint{
    display: inline-block;
    top: 0;
}
#popup .note-nav {
    display: none;
}
#popup .pop-content{
    height: auto;
    max-height: none !important;
}
#popup .pop-footer{
    display: none;
}
#popup .answer{
    max-height: inherit !important;
}
#popup p, #popup li{
    font-size: 12px;
}
#popup h2 {
    font-size: 20px;
    line-height: 28px;
}
#popup h3 {
    font-size: 18px;
    line-height: 26px;
}
