/* Responsive content */
iframe, img, embed, object, video {
  max-width: 100%;
}
img {
  height: auto;
  width: auto;
}

/* Resets */
html {
  box-sizing: border-box;
  width: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
ol, ul, li {
  padding-left: 0;
  list-style-position: inside;
  list-style-type: none;
  text-decoration: none;
}

/* search box */
input {
  border: none;
  border-radius: 0.2em;
  padding: 0.2em;
}

/* form {
	margin: 0;
	padding: 5px;
	display: inline;
	float: right;
} */

a {
  text-decoration: none;
{

/* don't know */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

.type-chat .chat-lines .label {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.pagination {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
.pagination a {
  padding: 1em 2em;
}

.quote {
	font-style: italic;
	font-size: 2em;
}
