html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0 10px;
  background-color: #efefef !important;
}

.placeholder-content {
  box-sizing: border-box;
  width: 100%;
  height: 850px;
  max-height: 700px;
  background-size: 100% 40px;
  background-image: -webkit-linear-gradient(0, #ccc 25%, #eee 25%, #eee 50%, #ccc 50%, #ccc 75%, #eee 75%, #eee);
  background-image: -moz-linear-gradient(90deg, #ccc 25%, #eee 25%, #eee 50%, #ccc 50%, #ccc 75%, #eee 75%, #eee);
  background-image: linear-gradient(0, #ccc 25%, #eee 25%, #eee 50%, #ccc 50%, #ccc 75%, #eee 75%, #eee);
}

.mocks {
  box-sizing: border-box;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.refresh {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  margin: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.trackableframe {
  background-color: #4caf50;
  width: 100%;
  height: 250px;
}

iframe {
  border: none;
}
