.inline-square {
  padding: 5px;
  text-align: center;
}
.listing-header {
  position: relative;
}
.listing-ico {
  position: absolute;
  top: 0px;
  margin: 20px;
}
.listing-ico-span {
  display: table-cell;
  vertical-align: middle;
}
.listing-ico-square {
  position: relative;
  height: 50px;
  width: 50px;
}
.listing-ico-square-border.solid.medium {
  position: absolute;
  height: 40px;
  width: 40px;
  margin: 5px;
}
.listing-ico-square-full {
  position: absolute;
  height: 45px;
  width: 45px;
  text-align: center;
  display: table;
}
.listing-table {
  width: 100%;
  margin: auto;
}
.listing-title {
  margin: 0px;
}
.listing-mar {
  margin-right: 100px;
  margin-left: 100px;
}

@media only screen and (max-width: 400px) {
  .listing-ico {
    margin: 2px;
  }
  .listing-ico-square {
    height: 30px;
    width: 30px;
  }
  .listing-ico-square-border.solid.medium {
    height: 28px;
    width: 28px;
    margin: 2px;
  }
  .listing-ico-square-full {
    height: 30px;
    width: 30px;
  }
  .listing-mar {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
  .listing-ico {
    margin: 8px;
  }
  .listing-ico-square {
    height: 40px;
    width: 40px;
  }
  .listing-ico-square-border.solid.medium {
    height: 32px;
    width: 32px;
    margin: 3px;
  }
  .listing-ico-square-full {
    height: 36px;
    width: 36px;
  }
  .listing-mar {
    margin-right: 75px;
    margin-left: 75px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .listing-ico {
    margin: 12px;
  }
  .listing-ico-square {
    height: 46px;
    width: 46px;
  }
  .listing-ico-square-border.solid.medium {
    height: 36px;
    width: 36px;
    margin: 4px;
  }
  .listing-ico-square-full {
    height: 40px;
    width: 40px;
  }
  .listing-mar {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 800px) {
  .listing-ico {
    margin: 20px;
  }
  .listing-ico-square {
    height: 50px;
    width: 50px;
  }
  .listing-ico-square-border.solid.medium {
    height: 40px;
    width: 40px;
    margin: 5px;
  }
  .listing-ico-square-full {
    height: 45px;
    width: 45px;
  }
  .listing-mar {
    margin-right: 200px;
    margin-left: 200px;
  }
}