.header-block .header-title {
    float: left;
    margin: 20px 0 0 65px;
    text-transform: uppercase;
    color: #0072bc;
    font-weight: bold;
}

.lk_news th {
    display: none;
}

.lk_news tr td:nth-child(1) {
    font-weight: bold;
}

.lk_news td, .no_bg td  {
    background-color: transparent !important;
}

.lk_news a {
    color: #01161e;
}

.lk_news a:hover {
    color: #37bfe8;
}

span.menu-warning {
    color: #fb3640;
    font-weight: bold;
}

span.wrn {
    color: #fb3640;
}

span.good {
    color: #3c763d;
}

.formreg .separator td {
    border-top: 1px dashed #aaaaaa;
}

.ank_lk .btn {
    width: 300px;
}

.question_ank {
    height: 18px;
    margin: 3px 10px;
    float: left;
}

.ank_lk .form_element {
    padding: 5px;
    border: 1px solid #ccc;
}

.ank_lk .Inputerror {
    outline: solid 3px red;
}

.report-comment {
  display: block;
  background: url('/img/lk/comment.png') no-repeat right center;
  color: #dd2244;
  padding-right: 16px;
}

.question {
  background: url('/img/lk/question.png') no-repeat 4px center;
}

.pr {
  background: url('/img/lk/ok_gray.png') no-repeat 4px center;
}

.sc {
  background: url('/img/lk/ok_yellow.png') no-repeat 4px center;
}

.ac {
  background: url('/img/lk/ok_blue.png') no-repeat 4px center;
}

.rep_err {
  background: url('/img/lk/error.png') no-repeat 4px center;
}

.in {
  background: url('/img/lk/ok_green.png') no-repeat 4px center;
}
.question, .pr, .sc, .ac, .rep_err, .in {
  padding-left: 25px !important;
}

.filter-formtype ul.filter {
  margin: 0;
}

.filter-formtype ul.filter li {
  display: block;
  float: left;
  width: 33%;
  padding: 5px 0;
}

.horizontal-menu > ul > li {
  vertical-align: top;
}

.horizontal-menu > ul > li > div {
  padding: 21px 0;
}

.horizontal-menu > ul > li > div.menu-action {
  padding: 33px 12px;
}

.horizontal-menu > ul > li:first-child > div.menu-action {
  padding-left: 0;
}

.horizontal-menu > ul > li:last-child > div.menu-action, 
.horizontal-menu > ul > li:last-child > div > a.menu-action {
  padding-right: 0;
}

.horizontal-menu .submenu li {
  white-space: inherit;
  min-width: 370px;
}

.sendform_notify {
  display: none;
  padding: 10px;
  margin: 10px 0;
  background-color: #fb3640;
  color: #fff;
}

/* screen <= 480px */
@media (max-width: 480px) {
    .header-block .header-title {
        display: none;
    }

    .filter-formtype ul.filter li {
      float: none;
      width: 100%;
    }
}
