.basicLayout {
    background-color: rgb(255, 255, 255);
    margin: auto;
}

.verynarrow {
    width: 35%;
}

.narrow {
    width: 50%;
}
.wide {
    width: 80%;
}

.basicLayout .updates img {
    display: inline;
    border: 100;
    background-color: rgb(120,52, 48);
}

.basicLaout img {
    display: block;
    border: 0;
}
