@charset "UTF-8";
.fa-times-circle-o, .fa-exclamation-circle, .fa-check-circle-o {
  font-size: 1.3em;
  margin-right: 10px;
}

.camera li:before {
  display: table-cell;
  font-family: FontAwesome;
  content: "";
  font-size: 1.2em;
  padding-right: 0.4em;
}

.camera li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.trophy li:before {
  display: table-cell;
  font-family: FontAwesome;
  content: "";
  font-size: 1.4em;
  padding-right: 0.3em;
}

.trophy li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.clock li:before {
  display: table-cell;
  font-family: FontAwesome;
  content: "";
  font-size: 1.4em;
  padding-right: 0.3em;
}

.clock li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.fee li:before {
  display: table-cell;
  font-family: FontAwesome;
  content: "";
  font-size: 1.4em;
  padding-right: 0.3em;
}

.fee li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.goodbye li:before {
  display: table-cell;
  font-family: FontAwesome;
  content: "";
  font-size: 1.2em;
  padding-right: 0.2em;
}

.goodbye li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}