﻿aside {
    background: #062c5e;
    background: -moz-linear-gradient(left,#062c5e 93%,#042147 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,#062c5e),color-stop(100%,#042147));
    background: -webkit-linear-gradient(left,#062c5e 93%,#042147 100%);
    background: -o-linear-gradient(left,#062c5e 93%,#042147 100%);
    background: -ms-linear-gradient(left,#062c5e 93%,#042147 100%);
    background: linear-gradient(to right,#062c5e 93%,#042147 100%);
}
.margin-left-3{
    margin-left:3px !important;
}