html {
  background: #fff;
  color: #000;
  word-break: break-word; }
  html, html select, html input, html textarea, html img {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    max-width: 100%;
    box-sizing: border-box; }

body {
  margin: 0;
  padding: 0; }
  body .top {
    position: fixed;
    right: 6px;
    bottom: -44px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    background: #333;
    color: #eee;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s, bottom .2s; }
    body .top.topVisible {
      bottom: 4px;
      opacity: .4; }
    body .top:hover {
      text-decoration: none;
      opacity: 1; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  color: #ca2222; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #ca2222;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
      text-decoration: underline; }

form.form {
  background: #ffa;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin-top: 1em;
  overflow: hidden; }
  form.form.with-tabs {
    margin-top: 0; }
  form.form h1 {
    margin-top: .3em;
    color: #000; }
    form.form h1 a {
      color: #000; }
  form.form dt {
    margin: 4px 0; }
    form.form dt b {
      color: #fff;
      background: #61aa34;
      padding: 1px 5px; }
  form.form dd dt b {
    background: #16c; }
  form.form dd {
    margin: 2px 0;
    margin-bottom: 12px; }
  form.form dt.www, form.form dd.www {
    display: none; }
  form.form .toolbar input {
    border: 0;
    box-sizing: content-box;
    padding: 3px;
    margin: -1px; }
    form.form .toolbar input:hover, form.form .toolbar input.selected {
      background: #ccc; }
  form.form .toolbar > span {
    margin: -1px; }
    form.form .toolbar > span > input {
      margin: -1px 0; }
  form.form .toolbar .toggle {
    margin: 1px 0;
    vertical-align: top;
    display: inline-block;
    margin-left: .5em; }
    form.form .toolbar .toggle input {
      display: inline-block;
      margin: 1px 0 2px 2px;
      vertical-align: middle; }
  form.form .toolbar .disabled {
    color: #777; }
  form.form .toolbar-menu {
    position: absolute;
    background: #ccc;
    padding: 3px; }
    form.form .toolbar-menu input {
      border: 0;
      box-sizing: content-box;
      padding: 3px;
      margin: -1px;
      background: transparent; }
      form.form .toolbar-menu input:hover {
        background: #fff; }
    form.form .toolbar-menu .close {
      float: right;
      margin: -3px -3px 3px 3px; }
  form.form textarea.editor,
  form.form textarea.perex {
    width: 100%; }
  form.form ul.attachments li {
    margin-bottom: .7em; }
    form.form ul.attachments li a, form.form ul.attachments li input {
      vertical-align: middle; }
    form.form ul.attachments li a {
      display: inline-block;
      text-decoration: none;
      border-bottom: 1px solid #ccc;
      padding: 2px;
      padding-left: 24px;
      background: #eee url(../images/file/file.png) no-repeat 0 6px; }
      form.form ul.attachments li a:hover {
        border-bottom-color: #04a; }
      form.form ul.attachments li a span {
        display: block; }
      form.form ul.attachments li a small {
        display: block;
        color: #333; }
  form.form ul.inline-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    form.form ul.inline-list li {
      margin: 0;
      padding: 0;
      display: inline-block; }

td form.form {
  margin: 0; }

form small.error {
  font-weight: bold;
  color: #fff;
  background: #ca2222;
  padding: 2px 3px; }

input, textarea, select {
  max-width: 100%;
  border: 1px solid #777;
  color: #000;
  background: #fff; }

.submitted input:invalid, .submitted textarea:invalid, .submitted select:invalid {
  box-shadow: none;
  border-color: red; }

.button {
  background: #666;
  border: 0;
  color: #fff;
  padding: 6px;
  text-decoration: none; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1.5px 0; }
  .button:hover {
    background: #4d4d4d;
    text-decoration: none; }
  .button.button-primary {
    background: #61aa34; }
    .button.button-primary:hover {
      background: #4b8328; }

.row::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.row > * {
  float: left; }

a {
  color: #04a; }
  a[rel=nofollow] {
    color: inherit;
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }

main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: .5em 0 .3em 0; }
  main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a {
    color: #ca2222; }

main h1 {
  font-size: 180%; }

main h2 {
  font-size: 150%; }

main h3 {
  font-size: 140%;
  color: #000; }

main h4 {
  font-size: 130%;
  color: #000; }

main h5 {
  font-size: 100%;
  color: #000;
  font-weight: bold; }

main h6 {
  font-size: 100%;
  color: #000;
  font-weight: bold; }

body > header {
  background: #148;
  color: #aaa;
  font-size: 15px; }
  body > header::after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media (max-width: 639px) {
    body > header > a:not(.logo) {
      display: none; } }
  body > header a.logo {
    display: inline-block;
    text-decoration: none;
    padding: 10px 2px;
    vertical-align: middle; }
    body > header a.logo img {
      display: inline-block;
      vertical-align: top; }
    body > header a.logo span {
      color: #fff;
      text-decoration: none;
      font-family: arial, sans-serif;
      font-size: 24px; }
  body > header .navigationPanel {
    clear: both;
    color: #eee;
    background: #333;
    font-size: smaller;
    padding: 6px; }
    body > header .navigationPanel.active {
      display: block; }
    body > header .navigationPanel a {
      text-decoration: none;
      color: #eee; }
      body > header .navigationPanel a:hover {
        text-decoration: underline; }
    body > header .navigationPanel .user {
      float: right;
      box-sizing: border-box;
      max-width: 100%;
      padding: 2px 5px; }
      body > header .navigationPanel .user .unread {
        color: #f50;
        font-weight: bold; }
    body > header .navigationPanel select {
      color: #eee;
      background: #333;
      border: 0; }
    body > header .navigationPanel ul {
      vertical-align: top;
      padding: 0;
      margin: 0;
      list-style: none; }
      body > header .navigationPanel ul li {
        display: inline-block;
        padding: 0 6px 0 3px; }
      body > header .navigationPanel ul img {
        display: inline-block;
        vertical-align: bottom; }
      body > header .navigationPanel ul a {
        display: inline-block;
        vertical-align: bottom;
        padding: 3px 0; }
        body > header .navigationPanel ul a:hover {
          text-decoration: none; }
          body > header .navigationPanel ul a:hover span {
            text-decoration: underline; }

body > .row {
  flex: 1 0 0; }

body > footer {
  font-size: smaller;
  text-align: center;
  color: #eee;
  background: #333; }
  body > footer a {
    text-decoration: none;
    color: #eee; }
    body > footer a:hover {
      text-decoration: underline; }
  body > footer p {
    margin: 0;
    padding: 12px 0; }
    body > footer p span {
      white-space: nowrap; }
  body > footer div.menus div {
    vertical-align: top;
    text-align: left;
    padding: 12px;
    padding-bottom: 6px; }
    body > footer div.menus div h5 {
      margin: 6px 0;
      color: #eee;
      font-size: 110%;
      font-weight: bold; }
    body > footer div.menus div ul {
      display: inline-block;
      vertical-align: top;
      padding: 0 40px 0 10px;
      margin: 0;
      list-style: none; }
      body > footer div.menus div ul img {
        display: inline-block;
        vertical-align: bottom; }
      body > footer div.menus div ul a {
        display: inline-block;
        vertical-align: bottom;
        padding: 3px 0; }
    @media (min-width: 640px) {
      body > footer div.menus div {
        display: inline-block; }
        body > footer div.menus div ul {
          padding: 0 70px 0 10px; } }
    body > footer div.menus div.domains a:hover, body > footer div.menus div.socials a:hover {
      text-decoration: none; }
      body > footer div.menus div.domains a:hover span, body > footer div.menus div.socials a:hover span {
        text-decoration: underline; }
    body > footer div.menus div.wrapper {
      padding: 0; }
      body > footer div.menus div.wrapper div {
        display: inline-block;
        padding-right: 0; }

.box {
  display: inline-block; }

html.js .no-js {
  display: none; }

html.js .spoiler {
  display: none;
  margin: 0; }

.row > main {
  padding: 0 10px; }

.row > aside {
  padding: 5px; }
  .row > aside > * {
    margin-bottom: 5px;
    background: #444;
    color: #eee;
    overflow: hidden; }
    .row > aside > * a {
      color: #eee;
      text-decoration: none; }
      .row > aside > * a:hover {
        text-decoration: underline; }
    .row > aside > * .comments {
      font-size: smaller; }
    .row > aside > * .actions a {
      text-decoration: underline;
      font-size: smaller;
      font-weight: bold; }
  .row > aside div.patreon {
    background: #fff;
    color: #241e12;
    border: 1px solid #f96854; }
    .row > aside div.patreon h5 {
      background: #f96854; }
    .row > aside div.patreon ul {
      margin-left: 20px; }
      .row > aside div.patreon ul b {
        display: inline-block;
        width: 2.5rem; }
    .row > aside div.patreon p a {
      display: block;
      background: #f96854;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      padding: 12px 0; }
      .row > aside div.patreon p a:hover span {
        text-decoration: underline; }
      .row > aside div.patreon p a svg {
        vertical-align: middle;
        margin-right: 8px; }
        .row > aside div.patreon p a svg circle {
          fill: #fff; }
        .row > aside div.patreon p a svg rect {
          fill: #052d49; }
  .row > aside div.article {
    background: #f0f0ff;
    color: #000; }
    .row > aside div.article h3 {
      background: #9be;
      color: #222;
      font-weight: bold;
      margin: 0;
      padding: 6px .5em; }
      .row > aside div.article h3 a {
        color: #222; }
    .row > aside div.article p {
      margin-bottom: 0;
      padding: 4px;
      line-height: 1.4em; }
    .row > aside div.article p.actions {
      margin: 0 0 4px 0;
      padding: 0 .5em;
      font-size: medium; }
      .row > aside div.article p.actions a {
        color: #000;
        font-weight: bold;
        text-decoration: underline; }
  .row > aside h5 {
    font-size: smaller;
    background: #ca2222;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 6px 4px; }
    .row > aside h5 a {
      color: #fff; }
  .row > aside ul {
    list-style: none;
    margin: .5em 4px;
    padding: 0; }
  .row > aside li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .row > aside ul.separated li {
    border-bottom: 1px solid #5e5e5e;
    padding: 3px 4px; }
  .row > aside p {
    margin: .5em 4px;
    padding: 0; }
  .row > aside .categories .lvl0 {
    margin-left: 0px; }
  .row > aside .categories .lvl1 {
    margin-left: 10px; }

/* small layout */
@media (min-width: 0) {
  div.sm {
    display: block !important; }
  span.sm {
    display: inline !important; }
  .sm.box {
    display: inline-block !important; }
  .md {
    display: none !important; }
  .lg {
    display: none !important; }
  .row > main, .row > aside {
    float: none;
    padding: 0 5px;
    display: block; }
  .row > aside {
    margin-top: 5px; } }

/* medium layout */
@media (min-width: 640px) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column; }
  div.sm {
    display: none !important; }
  span.sm {
    display: none !important; }
  .sm.box {
    display: none !important; }
  div.md {
    display: block !important; }
  span.md {
    display: inline !important; }
  .md.box {
    display: inline-block !important; }
  .lg {
    display: none !important; }
  .row > main {
    display: block;
    padding: 0 10px; }
  .row > aside {
    float: none;
    padding: 0 5px;
    display: block;
    margin-top: 0; } }

@media (min-width: 640px) and (min-width: 637px) {
  .row > aside {
    padding-top: 5px; }
    .row > aside > * {
      box-sizing: border-box;
      border: 3px solid #fff;
      float: left;
      vertical-align: top;
      width: 50%; } }

@media (min-width: 640px) {
  body > header a.logo {
    padding: 15px 10px; } }

/* large layout */
@media (min-width: 1045px) {
  div.sm {
    display: none !important; }
  span.sm {
    display: none !important; }
  .sm.box {
    display: none !important; }
  div.md {
    display: none !important; }
  span.md {
    display: none !important; }
  .md.box {
    display: none !important; }
  div.lg {
    display: block !important; }
  span.lg {
    display: inline !important; }
  .lg.box {
    display: inline-block !important; }
  .row > main {
    float: left;
    padding-right: 315px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%; }
  .row > aside {
    float: left;
    width: 300px;
    margin-left: -310px; }
    .row > aside > * {
      float: none;
      width: auto;
      border: 0; } }

@media (max-width: 639px) {
  table.t td small span.right {
    float: right;
    padding-right: 3px; }
  table.t td + td + td, table.t th + th + th {
    display: none; }
  table.tr td small span.right {
    float: right;
    padding-right: 3px; }
  table.tr td + td, table.tr th + th {
    display: none; } }

/* indikatory */
small.today a, small.yesterday a, small.unread a, small.updated a, small.last a {
  font-weight: normal;
  text-decoration: none; }
  small.today a:hover, small.yesterday a:hover, small.unread a:hover, small.updated a:hover, small.last a:hover {
    text-decoration: underline; }

small.today a, small.today a:visited, small.today .visited {
  color: #f50 !important; }

small.yesterday a, small.yesterday a:visited, small.yesterday a.visited {
  color: #a85 !important; }

small.unread a {
  color: #f50 !important; }

small.unread a:visited, small.unread a.visited {
  color: #555 !important; }

small.updated a {
  color: #a33 !important; }

small.updated a:visited, small.updated a.visited {
  color: #555 !important; }

small.today, small.last {
  color: #f50 !important; }

small.yesterday {
  color: #a85 !important; }

small.new {
  color: #a33 !important; }

/* komentare */
article {
  position: relative;
  margin: .5em 0;
  padding-left: 55px;
  min-height: 55px; }
  article.deleted {
    background: #f2dcdb; }
  article.reply {
    border-top: 1px solid #ccc; }
    article.reply footer {
      background: ghostwhite; }
  article.collapsed {
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0; }
    article.collapsed footer {
      background: #eee; }
  article.collapsed + article.collapsed {
    margin: 0;
    margin-top: -1px; }
  article h1 {
    margin-left: -55px;
    margin-bottom: 0; }
  article.scroll > div.content {
    max-height: 250px;
    overflow-y: scroll;
    border: 1px solid #eee;
    border-width: 1px 0;
    margin-bottom: .7em; }
  article.ot {
    min-height: auto; }
    article.ot > div {
      font-size: smaller;
      padding-top: .5em; }
      article.ot > div * {
        display: inline; }
    article.ot footer {
      margin-bottom: 0; }
      article.ot footer img.avatar {
        display: none; }
    article.ot aside .signature {
      display: none; }
  article > div.content > .perex {
    margin-top: 6px;
    padding: 2px;
    color: #000;
    border-bottom: 1px solid #ccc; }
    article > div.content > .perex > b {
      font-weight: normal;
      font-size: larger;
      line-height: 1.3em; }
  article > div.content > div.body {
    line-height: 1.4em;
    min-height: .7em;
    word-wrap: break-word;
    overflow: hidden; }
    article > div.content > div.body > :first-child {
      margin-top: 0; }
    article > div.content > div.body > :last-child {
      margin-bottom: 0; }
    article > div.content > div.body a:not([rel=nofollow]):visited, article > div.content > div.body a.visited:not([rel=nofollow]) {
      color: #937; }
    article > div.content > div.body span.mod {
      font-size: smaller;
      color: #333;
      background: #ffe url(../images/moderated.gif) no-repeat 0 -1px;
      border: 1px solid #ccc;
      padding-left: 20px; }
    article > div.content > div.body pre {
      overflow: auto; }
    article > div.content > div.body .center iframe, article > div.content > div.body .center img {
      max-width: 100%;
      margin: 0 auto;
      display: block; }
    article > div.content > div.body .spoiler {
      border: 1px solid #ccc;
      padding: 0 4px;
      margin: .7em 0; }
    article > div.content > div.body .spoiler-wrapper {
      margin: .7em 0;
      cursor: pointer; }
    article > div.content > div.body .spoiler_title {
      border: 1px solid #ccc;
      padding: 2px;
      padding-left: 18px;
      margin-bottom: -1px;
      background: ghostwhite url(../images/collapsed.gif) no-repeat left center; }
    article > div.content > div.body .spoiler-expanded .spoiler_title {
      background-image: url(../images/expanded.gif); }
    article > div.content > div.body p > img:not([src^="https://static.poradna.net/images"]):first-child:last-child {
      display: block;
      margin: auto; }
  article > div.content > div.attachments {
    margin-bottom: .7em; }
    article > div.content > div.attachments a {
      display: inline-block;
      text-decoration: none;
      border-bottom: 1px solid #ccc;
      padding: 2px;
      padding-left: 24px;
      background: #eee url(../images/file/file.png) no-repeat 0 6px; }
      article > div.content > div.attachments a:hover {
        border-bottom-color: #04a; }
      article > div.content > div.attachments a span {
        display: block; }
      article > div.content > div.attachments a small {
        display: block;
        color: #333; }
  article > div.content > .source {
    margin: .5em 0; }
  article table {
    margin-bottom: 1em; }
  article footer {
    color: gray;
    padding-top: 2px;
    margin-bottom: .5em; }
    article footer img.avatar {
      position: absolute;
      left: 0; }
    article footer .permalink {
      float: right; }
    article footer b a {
      text-decoration: none; }
    article footer b.author-reg {
      color: #fff;
      background: #04a;
      padding: 1px 2px; }
      article footer b.author-reg a {
        color: #fff; }
    article footer b.author-nn {
      color: #fff;
      background: #808080;
      padding: 1px 2px; }
      article footer b.author-nn a {
        color: #fff; }
    article footer b.created-reg {
      color: #fff;
      background: #62a;
      padding: 1px 2px; }
      article footer b.created-reg a {
        color: #fff; }
    article footer b.created-nn {
      color: #fff;
      background: #444;
      padding: 1px 2px; }
      article footer b.created-nn a {
        color: #fff; }
    article footer b.replied-reg {
      color: #62a; }
      article footer b.replied-reg a {
        color: #62a; }
    article footer b.replied-nn {
      color: #444; }
      article footer b.replied-nn a {
        color: #444; }
    article footer b.user-reg {
      color: #04a; }
      article footer b.user-reg a {
        color: #04a; }
    article footer b.user-nn {
      color: #666666; }
      article footer b.user-nn a {
        color: #666666; }
    article footer time a {
      text-decoration: none;
      color: gray; }
    article footer time .last {
      color: #fff;
      background: #f50;
      padding: 1px 2px; }
      article footer time .last a {
        color: #fff; }
    article footer time .new {
      color: #fff;
      background: #a33;
      padding: 1px 2px; }
      article footer time .new a {
        color: #fff; }
    article footer time .p {
      color: #fff;
      background: #000;
      padding: 1px 2px; }
      article footer time .p a {
        color: #fff; }
    article footer time .p1m {
      color: #fff;
      background: #aaa;
      padding: 1px 2px; }
      article footer time .p1m a {
        color: #fff; }
    article footer time .p2m {
      color: #fff;
      background: #999;
      padding: 1px 2px; }
      article footer time .p2m a {
        color: #fff; }
    article footer time .p3m {
      color: #fff;
      background: #888;
      padding: 1px 2px; }
      article footer time .p3m a {
        color: #fff; }
    article footer time .p4m {
      color: #fff;
      background: #777;
      padding: 1px 2px; }
      article footer time .p4m a {
        color: #fff; }
    article footer time .p5m {
      color: #fff;
      background: #666;
      padding: 1px 2px; }
      article footer time .p5m a {
        color: #fff; }
    article footer time .p6m {
      color: #fff;
      background: #555;
      padding: 1px 2px; }
      article footer time .p6m a {
        color: #fff; }
    article footer time .p7m {
      color: #fff;
      background: #444;
      padding: 1px 2px; }
      article footer time .p7m a {
        color: #fff; }
    article footer time .p8m {
      color: #fff;
      background: #333;
      padding: 1px 2px; }
      article footer time .p8m a {
        color: #fff; }
    article footer time .p9m {
      color: #fff;
      background: #222;
      padding: 1px 2px; }
      article footer time .p9m a {
        color: #fff; }
    article footer time .p10m {
      color: #fff;
      background: #111;
      padding: 1px 2px; }
      article footer time .p10m a {
        color: #fff; }
  article.lvl {
    margin-left: 250px; }
  article.lvl0 {
    margin-left: 0px; }
  article.lvl1 {
    margin-left: 10px; }
  article.lvl2 {
    margin-left: 20px; }
  article.lvl3 {
    margin-left: 30px; }
  article.lvl4 {
    margin-left: 40px; }
  article.lvl5 {
    margin-left: 50px; }
  article.lvl6 {
    margin-left: 60px; }
  article.lvl7 {
    margin-left: 70px; }
  article.lvl8 {
    margin-left: 80px; }
  article.lvl9 {
    margin-left: 90px; }
  article.lvl10 {
    margin-left: 100px; }
  article.lvl11 {
    margin-left: 110px; }
  article.lvl12 {
    margin-left: 120px; }
  article.lvl13 {
    margin-left: 130px; }
  article.lvl14 {
    margin-left: 140px; }
  article.lvl15 {
    margin-left: 150px; }
  article.lvl16 {
    margin-left: 160px; }
  article.lvl17 {
    margin-left: 170px; }
  article.lvl18 {
    margin-left: 180px; }
  article.lvl19 {
    margin-left: 190px; }
  article.lvl20 {
    margin-left: 200px; }
  article.lvl21 {
    margin-left: 210px; }
  article.lvl22 {
    margin-left: 220px; }
  article.lvl23 {
    margin-left: 230px; }
  article.lvl24 {
    margin-left: 240px; }
  @media (max-width: 1044px) {
    article {
      padding-left: 44px;
      min-height: 44px; }
    article h1 {
      margin-left: -44px; }
    article footer img.avatar {
      width: 40px;
      height: 40px; }
    article.lvl {
      margin-left: 100px; }
    article.lvl0 {
      margin-left: 0px; }
    article.lvl1 {
      margin-left: 10px; }
    article.lvl2 {
      margin-left: 20px; }
    article.lvl3 {
      margin-left: 30px; }
    article.lvl4 {
      margin-left: 40px; }
    article.lvl5 {
      margin-left: 50px; }
    article.lvl6 {
      margin-left: 60px; }
    article.lvl7 {
      margin-left: 70px; }
    article.lvl8 {
      margin-left: 80px; }
    article.lvl9 {
      margin-left: 90px; } }
  @media (max-width: 639px) {
    article {
      padding-left: 0;
      min-height: 0; }
    article h1 {
      margin-left: 0; }
    article footer {
      min-height: 30px;
      padding-left: 33px; }
      article footer img.avatar {
        width: 30px;
        height: 30px; }
    article.lvl {
      margin-left: 10px; }
    article.lvl0 {
      margin-left: 0px; } }

footer.info {
  color: gray; }

.heading a.action {
  float: right;
  margin-left: 5px; }

.header {
  margin-bottom: 0;
  word-wrap: break-word;
  overflow: hidden; }

.poll .percentage {
  position: relative;
  width: 18em;
  display: block;
  line-height: 1.4em;
  margin: 4px 0 4px 1.5em; }
  .poll .percentage span {
    position: relative;
    background: transparent;
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: smaller;
    display: block;
    color: #000; }
  .poll .percentage .bar {
    position: absolute;
    height: 100%;
    border: 1px solid #9be;
    background: transparent; }
    .poll .percentage .bar span {
      position: absolute;
      height: 100%;
      overflow: hidden; }
    .poll .percentage .bar .registered, .poll .percentage .bar .anonymous {
      border-right: 1px solid #9be;
      margin-right: -1px; }
    .poll .percentage .bar .registered {
      background: #9be; }
    .poll .percentage .bar .anonymous {
      background: #c5d8f5; }

aside.actions {
  text-align: right;
  color: gray; }
  aside.actions .rating {
    display: inline-block;
    white-space: nowrap; }
  aside.actions a {
    padding-left: 3px;
    font-weight: bold;
    color: #000;
    display: inline-block; }
    aside.actions a.plus {
      color: #006400;
      text-decoration: none;
      padding: 1px 2px; }
      aside.actions a.plus.rated {
        color: #fff;
        background: #006400; }
    aside.actions a.minus {
      color: #a33;
      text-decoration: none;
      padding: 1px 2px; }
      aside.actions a.minus.rated {
        color: #fff;
        background: #a33; }
    aside.actions a.zero {
      color: gray;
      text-decoration: none;
      padding: 1px 2px; }
      aside.actions a.zero.rated {
        color: #fff;
        background: #777; }
    aside.actions a:hover {
      text-decoration: underline; }
    aside.actions a:not([href]) {
      text-decoration: none; }
  aside.actions .signature {
    margin: .4em 0 .2em 0; }
  aside.actions small {
    display: block;
    text-align: right; }
    aside.actions small.signature {
      text-align: left;
      white-space: normal; }
  aside.actions span, aside.actions small {
    white-space: nowrap; }
  @media (max-width: 639px) {
    aside.actions span, aside.actions small {
      white-space: normal; } }

blockquote {
  border-left: 3px solid #aaa;
  margin: .5em 3px;
  padding: 0 1em;
  overflow: hidden;
  color: #555; }
  blockquote > :first-child {
    margin-top: 5px; }
  blockquote > :last-child {
    margin-bottom: 5px; }

a.block, a.unblock {
  text-decoration: none; }
  a.block:hover, a.unblock:hover {
    text-decoration: underline; }

a.block {
  color: green; }

a.unblock {
  color: red; }

div.info {
  color: #444;
  background: #ffc;
  border-top: 1px solid #dd9;
  font-weight: bold;
  padding: .5em;
  margin: .5em 0; }
  div.info a {
    color: #04a; }

div.content th {
  text-align: left; }

main p.actions a {
  padding-right: 3px;
  color: #000;
  font-weight: bold; }

main p.actions.left {
  float: left;
  margin: 0px; }

main a.action {
  color: #000;
  font-weight: bold; }

main p.tabs {
  margin: 0;
  padding: 0;
  padding-right: 3px;
  text-align: right; }
  main p.tabs .box {
    padding: 2px 0; }
    main p.tabs .box select {
      margin: 0;
      border: 0;
      background: transparent;
      padding: 0;
      color: #222;
      font-weight: bold;
      font-size: 12px; }
      main p.tabs .box select option {
        color: #000;
        background: #afcaf2;
        font-weight: normal; }
        main p.tabs .box select option.selected {
          color: #222;
          background: #9be;
          font-weight: bold; }
  main p.tabs a, main p.tabs b {
    color: #222;
    background: #9be;
    font-size: 12px;
    display: inline-block;
    padding: 4px; }
  main p.tabs a {
    text-decoration: none;
    color: #000;
    background: #fff; }
    main p.tabs a:hover {
      text-decoration: underline; }
  main p.tabs.tabs-form .box select {
    color: #000; }
    main p.tabs.tabs-form .box select option {
      color: #000; }
      main p.tabs.tabs-form .box select option.selected {
        background: #ffa; }
  main p.tabs.tabs-form a, main p.tabs.tabs-form b {
    color: #000;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc; }
  main p.tabs.tabs-form b {
    border: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    background: #ffa; }

main table.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  main table.table thead th {
    background: #9be;
    color: #222;
    font-size: 12px;
    text-align: left;
    padding: 4px 2px; }
    main table.table thead th a {
      color: #222; }
  main table.table thead td.options {
    font-size: 12px; }
    main table.table thead td.options a, main table.table thead td.options span {
      display: inline-block;
      padding: 3px; }
    main table.table thead td.options span {
      font-weight: bold; }
  main table.table tbody tr {
    background: #f0f0ff;
    color: #000; }
    main table.table tbody tr.odd {
      background: ghostwhite; }
    main table.table tbody tr.deleted {
      background: #f2dcdb; }
  main table.table tbody td a:not([rel=nofollow]):visited, main table.table tbody td a.visited:not([rel=nofollow]) {
    color: #937; }

main table.t td._index, main table.t th._index {
  width: 40px;
  text-align: center; }

main table.t td._ip, main table.t th._ip {
  width: 160px; }

main table.t td._date, main table.t th._date {
  width: 130px;
  text-align: center; }

main table.t td._full, main table.t th._full {
  width: 100%;
  min-width: 120px;
  white-space: nowrap;
  word-wrap: break-word; }

main table.t td._ix, main table.t th._ix {
  width: 40px;
  text-align: center; }

main table.t td._status, main table.t th._status {
  width: 20px; }

main table.t td._domain, main table.t th._domain {
  width: 70px;
  text-align: center; }

main table.t td._title, main table.t th._title {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden; }
  main table.t td._title small.today, main table.t th._title small.today {
    color: #f50; }
    main table.t td._title small.today a, main table.t th._title small.today a {
      text-decoration: none; }
      main table.t td._title small.today a:hover, main table.t th._title small.today a:hover {
        text-decoration: underline; }
  main table.t td._title small.yesterday, main table.t th._title small.yesterday {
    color: #a85; }
    main table.t td._title small.yesterday a, main table.t th._title small.yesterday a {
      text-decoration: none; }
      main table.t td._title small.yesterday a:hover, main table.t th._title small.yesterday a:hover {
        text-decoration: underline; }
  main table.t td._title span.replies, main table.t th._title span.replies {
    float: right;
    font-style: normal;
    font-size: smaller;
    color: #777; }
  main table.t td._title span.replier, main table.t th._title span.replier {
    color: #777; }
  main table.t td._title div, main table.t th._title div {
    clear: right; }

main table.t td._createdBy, main table.t th._createdBy {
  width: 120px;
  word-wrap: break-word; }
  main table.t td._createdBy .user-reg, main table.t th._createdBy .user-reg {
    color: #04a; }
  main table.t td._createdBy .user-nn, main table.t th._createdBy .user-nn {
    color: #000; }
  main table.t td._createdBy a.user-nn, main table.t th._createdBy a.user-nn {
    text-decoration: none; }
    main table.t td._createdBy a.user-nn:hover, main table.t th._createdBy a.user-nn:hover {
      text-decoration: underline; }
    main table.t td._createdBy a.user-nn:visited, main table.t th._createdBy a.user-nn:visited {
      color: #000; }

main table.t td._category, main table.t th._category {
  width: 120px; }

main table.t td._replies, main table.t td._views, main table.t th._replies, main table.t th._views {
  text-align: center;
  width: 50px; }

main table.t td._lastReply, main table.t th._lastReply {
  width: 110px;
  word-wrap: break-word; }
  main table.t td._lastReply a.user-nn, main table.t th._lastReply a.user-nn {
    text-decoration: none; }
    main table.t td._lastReply a.user-nn:hover, main table.t th._lastReply a.user-nn:hover {
      text-decoration: underline; }
  main table.t td._lastReply .user-reg, main table.t th._lastReply .user-reg {
    color: #04a; }
  main table.t td._lastReply .user-nn, main table.t th._lastReply .user-nn {
    color: #000; }

main table.t td._createdOn, main table.t th._createdOn {
  width: 110px; }

main table.t td.lvl, main table.t th.lvl {
  padding-left: 250px; }

main table.t td.lvl0, main table.t th.lvl0 {
  padding-left: 0px; }

main table.t td.lvl1, main table.t th.lvl1 {
  padding-left: 10px; }

main table.t td.lvl2, main table.t th.lvl2 {
  padding-left: 20px; }

main table.t td.lvl3, main table.t th.lvl3 {
  padding-left: 30px; }

main table.t td.lvl4, main table.t th.lvl4 {
  padding-left: 40px; }

main table.t td.lvl5, main table.t th.lvl5 {
  padding-left: 50px; }

main table.t td.lvl6, main table.t th.lvl6 {
  padding-left: 60px; }

main table.t td.lvl7, main table.t th.lvl7 {
  padding-left: 70px; }

main table.t td.lvl8, main table.t th.lvl8 {
  padding-left: 80px; }

main table.t td.lvl9, main table.t th.lvl9 {
  padding-left: 90px; }

main table.t td.lvl10, main table.t th.lvl10 {
  padding-left: 100px; }

main table.t td.lvl11, main table.t th.lvl11 {
  padding-left: 110px; }

main table.t td.lvl12, main table.t th.lvl12 {
  padding-left: 120px; }

main table.t td.lvl13, main table.t th.lvl13 {
  padding-left: 130px; }

main table.t td.lvl14, main table.t th.lvl14 {
  padding-left: 140px; }

main table.t td.lvl15, main table.t th.lvl15 {
  padding-left: 150px; }

main table.t td.lvl16, main table.t th.lvl16 {
  padding-left: 160px; }

main table.t td.lvl17, main table.t th.lvl17 {
  padding-left: 170px; }

main table.t td.lvl18, main table.t th.lvl18 {
  padding-left: 180px; }

main table.t td.lvl19, main table.t th.lvl19 {
  padding-left: 190px; }

main table.t td.lvl20, main table.t th.lvl20 {
  padding-left: 200px; }

main table.t td.lvl21, main table.t th.lvl21 {
  padding-left: 210px; }

main table.t td.lvl22, main table.t th.lvl22 {
  padding-left: 220px; }

main table.t td.lvl23, main table.t th.lvl23 {
  padding-left: 230px; }

main table.t td.lvl24, main table.t th.lvl24 {
  padding-left: 240px; }

@media (max-width: 1044px) {
  main table.t td.lvl, main table.t th.lvl {
    padding-left: 100px; }
  main table.t td.lvl0, main table.t th.lvl0 {
    padding-left: 0px; }
  main table.t td.lvl1, main table.t th.lvl1 {
    padding-left: 10px; }
  main table.t td.lvl2, main table.t th.lvl2 {
    padding-left: 20px; }
  main table.t td.lvl3, main table.t th.lvl3 {
    padding-left: 30px; }
  main table.t td.lvl4, main table.t th.lvl4 {
    padding-left: 40px; }
  main table.t td.lvl5, main table.t th.lvl5 {
    padding-left: 50px; }
  main table.t td.lvl6, main table.t th.lvl6 {
    padding-left: 60px; }
  main table.t td.lvl7, main table.t th.lvl7 {
    padding-left: 70px; }
  main table.t td.lvl8, main table.t th.lvl8 {
    padding-left: 80px; }
  main table.t td.lvl9, main table.t th.lvl9 {
    padding-left: 90px; } }

@media (max-width: 639px) {
  main table.t td.lvl, main table.t th.lvl {
    padding-left: 10px; }
  main table.t td.lvl0, main table.t th.lvl0 {
    padding-left: 0px; } }

main table.t tr.empty td {
  color: gray;
  text-align: center;
  padding: 6px; }

main table.t td._status img {
  margin-right: -16px;
  vertical-align: middle; }

main table.t td._lastReply {
  text-align: center;
  font-size: smaller; }
  main table.t td._lastReply a {
    white-space: nowrap; }

main table.t.tm td._title small {
  color: #444; }

main form.paging a {
  display: inline-block;
  background: #9be;
  color: #222;
  padding: 4px 6px;
  text-decoration: none;
  font-weight: normal; }

main form.paging b {
  display: inline-block;
  padding: 3px 4px; }

main .cols-2 .c1 {
  float: left;
  width: 50%; }

main .cols-2 .c2 {
  float: left;
  width: 100%; }

main div.skipped {
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: .5em 0 0 55px;
  margin: .5em 0;
  background: #eee; }
  main div.skipped a {
    padding-left: 3px;
    font-weight: bold;
    color: #000; }

div.rklm {
  clear: both;
  color: #000;
  background: #ddd;
  margin: 3px auto;
  max-width: 100%;
  font-size: 12px; }
  header div.rklm {
    clear: none;
    float: right;
    margin: 0; }

.raters {
  position: absolute;
  background: #ffe;
  border: 1px solid #000;
  font-size: smaller;
  padding: 2px 4px;
  cursor: default; }
