html {
  overflow-x: hidden;
}
body {
  word-wrap: break-word;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #fa8569;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
a.link2 {
  color: #fa8569;
}
a.link2:hover {
  color: #f97150;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
th {
  font-family: "poppinsmedium", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}
td,
tr td {
  border-top: 1px solid #e8e8e8;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #e3280c;
}
hr {
  margin-top: 36px;
  margin-bottom: 36px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
html #sbox-window {
  padding: 0;
  border-radius: 0;
}
html #sbox-overlay {
  background-color: #777;
}