/* Page layout */
body {
  margin: 0;
  font-size: 10pt;
}

header {
  padding: 4px;
}

header:after {
  display: block;
  clear: right;
}

footer,
main {
  margin: 8px;
}

footer {
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 768px;
}

/* Images */
.logo {
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}

.banner {
  display: block;
  margin: 8px auto;
  width: 300px;
  max-width: 100%;
}

.error-image {
  display: block;
  width: 100%;
}

/* Tables */
.form-table {
  /* 4px on the outside in total */
  border-spacing: 2px;
  padding: 2px;
}

.form-table th {
  padding: 4px;
  font-weight: bold;
  text-align: left;
}

.form-table td {
  padding: 0;
}

.input-cell {
  display: inline-block;
  max-width: 100%;
}

.table-wrapper {
  overflow-x: scroll;
}

.data-table {
  border-collapse: collapse;
}

.data-table th {
  text-align: left;
}

.data-table th,
.data-table td {
  padding: 4px;
}

#post-form {
  max-width: 460px;
}

/* Components */
.subtitle {
  font-weight: bold;
}

.infobox {
  margin-bottom: 8px;
}

.infobox-head {
  margin: 0;
  padding: 8px;
  font-weight: bold;
}

.infobox-body {
  margin: 8px;
}

.pagination {
  display: inline-block;
  padding: 8px;
}

.news-post {
  margin-bottom: 8px;
  padding: 8px;
}

.news-subject,
.news-content {
  margin: 0;
}

.news-details {
  float: right;
  font-weight: normal;
}

.inner-footer {
  display: inline-block;
  margin: 0 auto;
  padding: 4px;
}

.error-list {
  padding: 0;
  list-style-type: none;
}

/* Post */
.post {
  margin: 2px 0;
  padding: 8px;
}

.reply {
  display: inline-block;
}

.subject {
  font-weight: bold;
}

.name {
  font-weight: bold;
}

.tripcode {
  font-style: italic;
}

.capcode {
  font-weight: bold;
}

.post-body {
  margin: 8px 16px;
}

/* Post files */
.post-files {
  float: left;
}

.post-file-info {
  text-align: center;
  word-wrap: break-word;
}

.multiple-files {
  float: none;
}

.post-file {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px 8px;
  padding: 8px;
  max-width: 192px;
}

.thumb {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* Post content */
.post-content {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.embedded {
  display: inline-block;
  padding: 8px;
}

/* General styling */
input[type=text],
input[type=password],
input[type=number],
input[type=file],
button,
textarea,
select,
.input-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}

.form-table input[type=text],
.form-table input[type=password],
.form-table input[type=number],
.form-table input[type=file],
.form-table button,
.form-table textarea {
  display: block;
  width: 100%;
}

hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

button {
  cursor: pointer;
}

nav a,
.post-header a {
  text-decoration: none;
}

.icon {
  vertical-align: text-top;
  height: 1em;
}

/* Utility */
.float-r {
  float: right;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.left {
  text-align: left;
}

.center {
  text-align: center !important;
}

.auto-center {
  margin: 0 auto;
}

.full-width {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=base.css.map */
