body {
background: #f6f3f7;
}
p {
margin: 0;
}
.topbar {
font-family: 'Roboto', sans-serif;
position: fixed;
width: 100%;
z-index: 2000;
text-align: center;
display: block;
background: #730000;
color: #fff;
padding: 5px 0;
background: #730000;
background: -moz-linear-gradient(top, #730000 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#730000), color-stop(100%,#000000));
background: -webkit-linear-gradient(top, #730000 0%,#000000 100%);
background: -o-linear-gradient(top, #730000 0%,#000000 100%);
background: -ms-linear-gradient(top, #730000 0%,#000000 100%);
background: linear-gradient(to bottom, #730000 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730000', endColorstr='#000000',GradientType=0 );
}
.topbar p {
margin: 0;
font-weight: 300;
}
.topbar p a {
font-size: 12px;
}