.container {
  max-width: 100%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.container .container {
  padding: 0;
  max-width: 100%;
}
span.highlight {
  background-color: #179fda !important;
  color: #ffffff;
}
a {
  color: #179fda;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #127dac;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  border-radius: 4px;
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #d8e1e4;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #ffffff;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #ffffff;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #f55d59;
}
.red {
  color: #f55d59;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d8e1e4;
}
.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;
}