.header.left.dashboard {
    width: 20%;
    background: rgba(107,156,248,1);
    background: -moz-linear-gradient(45deg, rgba(107,156,248,1) 0%, rgba(152,108,245,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(107,156,248,1)), color-stop(100%, rgba(152,108,245,1)));
    background: -webkit-linear-gradient(45deg, rgba(107,156,248,1) 0%, rgba(152,108,245,1) 100%);
}

.header.left.dashboard:after {
    display: none;
}

div#content.right.dashboard ,.newsletter-banner.right.dashboard {
    width: 80%;
    left: 20%;
}