#gowest {
  display: block;
  height: 45px;
  line-height: 3.5em;
  background: #fff;
  font-size: 0.75rem;
  text-align: right;
  text-decoration: none;
  color: #595959;
  font-family: 'Segoe Ui', 'Droid Sans', Arial, sans-serif;
  font-weight: normal; }
  @media (min-width: 992px) {
  #gowest {
    position: relative;
    left: 85px;
    width: calc(100% - 85px); } }
  #gowest.grey {
    background: #eee; }
  #gowest.blue {
    background: #324458;
    color: #fff; }
  #gowest span {
    display: inline-block;
    text-indent: 999em;
    overflow: hidden;
    width: 104px;
    height: 20px;
    margin-left: 3.438rem;
    position: relative; }
    #gowest span img {
      width: 104px;
      height: 20px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-indent: 0; }
