/*Letting notes appear outside of borders*/
div#content-wrapper{
    overflow:visible;
}

div.type-title{
    clear:none;
}

article.content > hr:first-child{
    display:none;
}

article.content .imgLink{
    margin-right: 20px;
}

div.type-body .imgLink{
    margin-right:0;
}

.imgLink{
    height:auto;
    max-height: 25px;
    min-width: 33px;
    max-width:100%;
}

.pagebreak{
    display:none;
}
