﻿.topBanner {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    background: -webkit-linear-gradient(left,   #95d600, #00609c);
    background: -o-linear-gradient(right, #95d600, #00609c);
    background: -moz-linear-gradient(right, #95d600, #00609c);
    background: linear-gradient(to right, #95d600, #00609c );
}
