﻿.icon-circle icon {
  text-align: center;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/ }

.icon-circle icon i {
  font-size: 20px;
  line-height: 32px;
  color: white; }

.icon-filter-green {
  -webkit-filter: hue-rotate(248deg);
  filter: hue-rotate(248deg); }

.app-icon-image {
  display: block;
  max-width: 14.5em;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  /*-webkit-filter : hue-rotate(248deg);*/
  /*-webkit-filter: hue-rotate(100deg);*/
  /*filter: hue-rotate(100deg);*/ }

