@charset "UTF-8";

.phone,
.marker,
.envelope
{
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding: 10px 0 10px 70px;
}

.phone
{
  background-image: url('img/cell.png');
  background-position: 9px center;
}

.envelope
{
  background-image: url('img/envelope.png');
  background-position: left center;
}

.marker
{
  background-image: url('img/marker-sm.png');
  background-position: 7px center;
}