#column-101 {
    display: block;
}
.colorsnow {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.colorblack {
    background: rgba(146, 208, 80, 1) none repeat scroll 0 0;
}
.colorblack h1 {
    color: #f3f3f3;
    text-align: center;
}
.colorsnow h1 {
    color: #92d050;
    text-align: center;
}
.colorsnow .bn-cont-int p {
    color: #92d050;
}
.bn-cont-int p {
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2em;
}
.colorsnow .bn-cont-int blockquote {
    color: #92d050;
}
.bn-cont-int blockquote {
    border-right: 4px solid #2f2f2f;
    font-size: 1em;
    color: #fff;
    font-style: italic;
}