/* Visual PHP Style 98f5d562-96bd-4752-96d6-e4154b7eff4d (rgba) */
.top-pos.navbar-fixed-bottom,
.top-pos.navbar-fixed-top,
.top-pos.navbar-static-top {
    background: -moz-linear-gradient(top,  rgba(93, 93, 93,0.65) 0%, rgba(85,85,85,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(93, 93, 93,1) 0%,rgba(85,85,85,0) 100%);
    background: linear-gradient(to bottom,  rgb(93, 93, 93) 0%,rgba(85,85,85,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a65d5d5d', endColorstr='#00555555',GradientType=0 );
}
.fog {
  background: rgba(0, 0, 0, 0.2); 
  padding: 10px; }