.my_waze {
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  clear: both;
}

#item1.my_waze {
  background: url('img/icon1.png');
  width: 60px;
  height: 60px;
}

#item2.my_waze {
  background: url('img/icon2.png');
  width: 60px;
  height: 60px;
}

#item3.my_waze {
    background: url('img/icon3.png');
    width: 60px;
    height: 51px;
}


#item4.my_waze {
    background: url('img/icon4.png');
    width: 163px;
    height: 33px;
}

#mywaze {
    float: none;
    margin: 0;
}

#mywaze.left {
    text-align: left;
}

#mywaze.center {
    text-align: center;
}

#mywaze.right {
    text-align: right;
}