.c {
  padding: 30px;
  margin: 15px 0;
}

.g {
  background: #ececec;
}

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

div.lei_search {
  float: right;
  overflow: hidden;
  padding: 30px 20px 0 0;
}

div.lei_search input.q {
  font-size: 18px;
  padding: 13px 5px 9px 18px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  float: left;
  box-shadow: inset 1px 1px 5px 0px #222;
}

.searched_word {
  display: inline-block;
  padding: 5px 6px 5px 12px;
  margin: 0 0 0 12px;
  background: #e1e1e1;
  border-radius: 5px;
  font-weight: bold;
}

a.close_s {
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 3px 8px;
  border-radius: 8px;
  background: #bbb;
  color: #314693;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 0px #e1e1e1;
}

div.motto {
  float: right;
  overflow: hidden;
  width: 175px;
  background: #e1e1e1;
  padding: 15px 0 12px 12px;
  margin: 0 28px 12px 28px;
  border-radius: 18px;
  border-top-left-radius: 0;
}

div.motto p {
  padding: 0 0 0 0;
  font-size: 18px;
  font-family: "Georgia", "Bookman", "Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 100;
  text-align: left;
  color: #888;
}

div.motto p:before {
  content: '“';
  font-size: 38px;
  font-family: "Times New Roman", serif;
  font-style: italic;
  display: block;
  float: left;
  padding: 0 8px 0 0;
  position: relative;
  top: -0.2em;
}

div.lei_search input.button {
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
}

table.leicode {
  border: none;
  border-radius: 0;
  border-spacing: 0;
  background: #fff;
  margin-bottom: 12px;
}

table.leicode thead tr th {
  width: 5%;
}

table.leicode thead tr th,
table.leicode tbody tr td {
  text-align: center;
  padding: 7px 5px;
  border: none;
}

table.leicode thead tr th.c_blue {
  border-left: 2px solid #314795;
  background: #d9dff4;
  color: #314795;
}

table.leicode tbody tr td.c_blue {
  background: #314795;
  color: #fff;
  text-shadow: none;
}

table.leicode thead tr th.c_gray {
  border-left: 2px solid #7e7e7e;
  background: #ededed;
  color: #7e7e7e;
}

table.leicode tbody tr td.c_gray {
  background: #7e7e7e;
  color: #fff;
  text-shadow: none;
}

table.leicode thead tr th.c_green {
  border-left: 2px solid #53A444;
  background: #e3e9e2;
  color: #53A444;
  font-weight: bold;
}

table.leicode tbody tr td.c_green {
  background: #53A444;
  color: #fff;
  text-shadow: none;
}

table.leicode thead tr th.c_orange {
  border-left: 2px solid #F2592B;
  background: #f4e9e5;
  color: #F2592B;
}

table.leicode tbody tr td.c_orange {
  background: #F2592B;
  color: #fff;
  text-shadow: none;
}

table.leicode tbody tr.desc td.c_blue,
table.leicode tbody tr.desc td.c_green {
  background: #dedede;
  color: #111;
}

table.leicode tbody tr.desc td.c_gray,
table.leicode tbody tr.desc td.c_orange {
  background: #ededed;
  color: #111;
}

div.examples table {
  width: 49%;
  float: left;
}

div.examples table:last-child {
  float: right;
}

div.examples table thead tr th {
  text-align: left;
}

div.examples table thead tr th:first-child {
  width: 55%;
}

div.examples table tbody tr td:first-child {
  font-family: 'Courier New', 'Courier', monospace;
  color: #000;
}

div.examples table tbody tr td:nth-child(2) {
  width: 32px;
}

div.examples table tbody tr td:last-child {
  font-weight: bold;
}

table.lei_results img.ctr {
  float: left;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

table.lei_results td.lei_code {
  width: 175px;
  max-width: 185px;
}

table.lei_results td.lei_code a {
  font-family: 'Courier New', 'Courier', monospace;
}

table.lei_results p.entity {
  margin: 0;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 1.2em;
}

td.es,
td.rs {
  width: 120px;
  min-width: 100px;
  max-width: 150px;
}

td.es span.active,
td.rs span.issued {
  font-weight: bold;
}

td.es span:before,
td.rs span:before {
  content: '⬤';
  display: inline-block;
  padding: 0 5px 0 0;
  color: #f00;
}

td.es span.active:before,
td.rs span.issued:before {
  content: '⬤';
  display: inline-block;
  padding: 0 5px 0 0;
  color: #53A444;
}

.pagination {
  text-align: center;
}

.pagination input.p {
  text-align: right;
  width: 58px;
}

.lei_detail {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.lei_detail td {
  width: 50%;
  padding: 15px 0 0 0;
  background: none !important;
}

.lei_offers {
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 28px 0 28px 0;
}

.lei_offers td {
  width: 33%;
  padding: 0 28px 0 88px;
  text-align: left;
}

.lei_offers td p {
  text-align: left;
}

.lei_offers td p.b {
  padding: 12px 0 0 0;
}

.lei_offers tr td:nth-child(1) {
  background: transparent url('https://img.ssls.cz/lei-new-2.png') left 12px no-repeat;
}

.lei_offers tr td:nth-child(2) {
  background: transparent url('https://img.ssls.cz/lei-renew-2.png') left 12px no-repeat;
}

.lei_offers tr td:nth-child(3) {
  background: transparent url('https://img.ssls.cz/lei-transfer-2.png') left 18px no-repeat;
}

input.greybg,
a.greybg {
  background: #dedede !important;
  color: #777 !important;
  text-shadow: none !important;
  cursor: not-allowed !important;
}



