$color: rgba(153, 153, 153, .7);

.no-data {
  margin-top: 50px;
  color: $color;
  font-size: 18px;
  font-family: monospace, monospace;
  text-align: center;

  .small {
    font-size: 12px;
  }

  .fa {
    font-size: 100px;
  }
}
