﻿#browserVersion {
    height: 69px;
    padding: 20px 0;
    width: 100%;
    background-color: #fdeca4;
    background: url('../images/browser-version-bg.jpg');
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdeca4), to(#fae693)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fdeca4, #fae693); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fdeca4, #fae693); /* IE 10 */
    background: -ms-linear-gradient(top, #fdeca4, #fae693); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fdeca4, #fae693);
    border-bottom: 1px solid #b3a569;
}