<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#TwitterSlider {
	float:left;
	display: inline-block;
	width: 290px;
	height: 65px;
	padding-left: 12px;
}
#carousel {
	position: relative;
	margin: 0 auto;
}

#slides {
  overflow: hidden;
  position: relative;
}

#slides ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li.slide {
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
  display: none;
}
#slides li.slideVisible {
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */

.btn-bar {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0px;
  visibility: hidden;
}

#buttons {
  padding: 0 0 5px 0;
  float: right;
  visibility: hidden;
}

#buttons a {
  display: block;
  float: left;
  text-decoration: none;
  display: block;
  visibility: hidden;
}

a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
  font-family: sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
  font-size: 24px;
  color: #FFF;
  font-style: italic;
  text-shadow: .5px 0px #b14943;
}

.quote-marks {
  font-size: 30px;
  padding: 0 3px 3px;
  position: inherit;
}

.quote-author {
  font-style: normal;
  font-size: 20px;
  color: #b14943;
  font-weight: 400;
}

.quoteContainer,
.authorContainer {
}

.user a img {
	display: none;
}
.tweet {
	display: block;
	padding:0px;
	margin: 0px;
}
.timePosted {
	display: inline-block;
	padding:0px;
	margin: 0px;
}
.p-nickname {
	display:none;
}
.tco-hidden {
	display: none;
}

.tweet span{
	display: none;
}

.user div a span div{
	display: inline-block;
}</pre></body></html>