    .wide .divColumn h3 {
        margin-top: 0.55em;
    }
    
    /* :first-of-type working from IE9+ ;-) */
    .wide h3.first {
        margin-top: 0;
        margin-bottom: 0.7em;
    }

    .wide h3 {
        margin-bottom: 1.25em;
    }

    .wide img:first-child {
        margin-top: 0.3em;
    }
    
    .wide .divColumn p:first-child {
        margin-top: 1.1em !important;
    }

    .wide .tabContent img {
        margin-top: 1.5em;
    }
    
    .wide .fileContainer {
        margin: 1em 0 0.7em 0;
    }

    .wide p + .fileContainer {
        margin-top: -0.4em;
    }

    .wide .fileContainer ul {
        margin-bottom: 0 !important;
    }
    
    .wide .fileContainer a {
        margin-right: 0.2em;
    }

    .wide .fileContainer li {
        margin-right: 1.667em;
    }

    .wide .columnWrap div.divColumn {
        float: left;
        width: 558px;
        padding-right: 1.25em;
    }

    .wide .columnWrap div.divColumn.lastChild {
        width: 187px;
        padding-right: 0;
    }

    img.float-left,
    img.floatl {
        margin-right: 12px;
        margin-bottom: 10px;
    }

    img.floatRight,
    img.floatr,
    img.float-right {
        margin-left: 12px;
        margin-bottom: 10px;
    }