body {
    background-color: #d0fd25;
}

* {
    box-sizing: border-box;
    font-family: monospace;
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.sub-container {
    display: flex;
    flex-wrap: wrap;
}

.sub-column-left {
    flex: 1 100px;
    margin-right: 30px;
}

.sub-column-left img {
}

.sub-column-right {
    flex: 1 400px;
}
  
/* .column {
    float: left;
    padding: 10px;
} */

.img-horizontal {
    float: left;
    margin-right: 10px;
}

.img-horizontal-r {
    display: block;
    margin-left: auto;
}

.left {
    flex: 1 100px;
    padding-left: 10px;
    padding-right: 30px;
    /* order: 2; */
}

.right {
    flex: 1 200px;
    padding-left: 30px;
    /* order: 3; */
}

.middle {
    flex: 5 500px;
    /* order: 1; */
}

/* Clear floats after the columns */
/* .row:after {
    content: "";
    display: table;
    clear: both;
} */

.bp {
    list-style-image: url(images/icons/attached.gif);
}

.bp2 {
    list-style-image: url(images/icons/note.jpg);
}

.bp3 {
    list-style-image: url(images/icons/article.jpg);
}

.bp4 {
    list-style-image: url(images/icons/video.jpg);
}

.right img {
    /* display:none; */
}

.middle h1 {
    display: inline;
}