.widget-title-skeleton th {
  /*background-color: #efefef;*/
  background-color: #fbfbfb;
  /* background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
  margin-bottom: 5px;
  height: 36px;
}

.chart-title-skeleton {
  background-color: #fff;
  border-radius: 5px;
}

.skeleton {
  animation: skeleton-loading 0.5s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text__body {
  border-radius: 20px;
  height: 20px;
  animation: skeleton-loading 1s linear infinite alternate;
  width: 75%;
}

.skeleton-text__footer {
  border-radius: 20px;
  height: 10px;
  margin: 10px 10px 10px 0;
  animation: skeleton-loading 1s linear infinite alternate;
  width: 50%;
}

.skeleton-ball {
  border-radius: 1000px;
}
