.oldBrowserBar{
    font-family: arial;
    font-size:14px;
    width: 100%;
    padding: 15px 0px;
    color:#FFF;
    background: -webkit-linear-gradient(left, rgba(252,61,99,1) 0%, rgba(247,142,29,1) 33%, rgba(247,142,29,1) 33%, rgba(252,61,99,1) 100%);
    background: -o-linear-gradient(left, rgba(252,61,99,1) 0%, rgba(247,142,29,1) 33%, rgba(247,142,29,1) 33%, rgba(252,61,99,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,61,99,1) 0%, rgba(247,142,29,1) 33%, rgba(247,142,29,1) 33%, rgba(252,61,99,1) 100%);
    background: linear-gradient(to right, rgba(252,61,99,1) 0%, rgba(247,142,29,1) 33%, rgba(247,142,29,1) 33%, rgba(252,61,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3d63', endColorstr='#fc3d63', GradientType=1 );
}
.oldBrowserBar .container{
    width: 70%;
    margin-left:20%;
}
.small_col{
    width: 120px;
    float:left;
}
.large_col{
    width: 35%;
    float:left;
    margin-left:30px;
}

.oldBrowserBar_icon img{
    width: 100px;
    height:auto;
}
.oldBrowserBar_title{
    font-size: 29px;
    line-height: 1em
}
.oldBrowserBar_desription p{
    margin-top: 0;
}
a.newBrowserLinks{
    background:#fff;
    color:#f78e1d;
    padding: 5px 34px 5px 9px;
    position:relative;
    text-decoration: none;
    border-radius: 2px;
    margin-right:5px;
}
a.newBrowserLinks:hover{
    color:#fff;
    background:#FFC107;
}
a.newBrowserLinks.brwsr_chrome:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 4px;
    top: 1px;
    background: url(/images/sprite-browser-icons.png) 72px 0px;
}
a.newBrowserLinks.brwsr_chrome:hover:after{
    background: url(/images/sprite-browser-icons.png) 72px 24px;
}

a.newBrowserLinks.brwsr_edge:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 4px;
    top: 1px;
    background: url(/images/sprite-browser-icons.png) 48px 0px;
}
a.newBrowserLinks.brwsr_edge:hover:after{
    background: url(/images/sprite-browser-icons.png) 48px 24px;
}

a.newBrowserLinks.brwsr_firefox:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 4px;
    top: 1px;
    background: url(/images/sprite-browser-icons.png) 24px 0px;
}
a.newBrowserLinks.brwsr_firefox:hover:after{
    background: url(/images/sprite-browser-icons.png) 24px 24px;
}
