.t-staticContent .preview-btn input,
.t-staticContent .preview-btn input,
.t-staticContent .preview-btn input{
  padding: 0;
  background: transparent;
  border: none;
  font-size: .875rem;
  line-height: 16px;
  position: relative;
  display: inline-block;
  color: #ff003e;
  -webkit-appearance: button;
  text-transform: none;
  height: 60px;
  margin: 0;
  font-family: inherit;
  text-decoration: underline;
}
.t-staticContent .preview-btn input:hover,
.t-staticContent .preview-btn input:hover,
.t-staticContent .preview-btn input:hover{
  background: transparent;
  color: #330a6d;
}
#export-csv a.button,
#export-json a.button,
#export-xml a.button {
  background-color: #ff003e !important;
  color: #fff !important;
  font-weight: 500 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 60px;
  white-space: normal;
  padding: 15px !important;
  justify-content: center;
  text-decoration: none;
}
#export-csv a.button:hover,
#export-json a.button:hover,
#export-xml a.button:hover {
  background-color: #c90031 !important;
  color: #fff4cb !important;
  -webkit-font-smoothing: antialiased;
}
#preview-wrapper{
  margin-top: 40px;
}
#preview-wrapper .o-preview__count .preview-btn{
  display: inline-block;
}
.o-preview__table{
    overflow-x: auto;
}