.leftnarrow {
  width: 100%;
  max-width: 300px;
  padding: 0 0 18px 0;
  float: left;
}

.rightwide {
  width: 100%;
  max-width: 660px;
  float: right;
}

menu.ucet {
  padding: 0 0 18px 0;
}

menu.ucet ul {
  margin: 0;
  padding: 8px;
  background: #E1E0DD;
  border-radius: 8px;
}

menu.ucet ul li {
  margin: 0 0 1px 0;
}

menu.ucet ul li a {
  display: block;
  padding: 8px 0 8px 18px;
  /*background: #eee;*/
  color: #314795;
  text-decoration: none;
}

menu.ucet ul li a:hover,
menu.ucet ul li a.active {
  background: #eee;
  border-radius: 5px;
}

menu.ucet ul li a.active {
  background: #fff;
  font-weight: bold;
  color: #333;
}

.attention_r {
  float: right;
  margin: 0 18px 0 0;
}

.cert_row {
  overflow: hidden;
}

.cert_row .cert_actions {
  float: right;
  width: 120px;
  padding: 12px 0 0 0px;
}

.cert_row .cert_actions .button {
  padding: 5px 8px;
}

.cert_details {
  max-width: 530px !important;
  float: left;
}

.cert_details td.lc {
  text-align: center;
  width: 31px;
  background: #b2dba8 !important;
}

.cert_details td.lc_zakazany {
  background: #e17272 !important;
}

.cert_details tr.sm td,
.cert_details tr.sm td * {
  font-size: 12px;
}

.cert_details tr.sm td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.left_small {
  width: 45%;
  float: left;
}

.right_small {
  width: 45%;
  float: right;
}

ul.attention li {
  background-position-y: 4px;
}