* {
	margin: 0;
	padding: 0;
	font: normal 15px/21px Helvetica, Arial, sans-serif;
	color: #6C6D6F;
}

section, article, header, footer, nav, aside, address {
	display: block;
}

body {}

.overflow {
	overflow: hidden;
}

h1, h1 *, .h1, .h1 * {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 23px;
	font-weight: lighter;
}

h1.top {
  background: transparent url('/images/codesigning-logo.png') center left no-repeat;
  height: 129px;
  padding-left: 187px;
  padding-top: 58px;
  font-weight: bold;
}

h1.top span {
  display: block;
  font-size: 32px;
  font-weight: lighter;
}

h2, h2 *, .h2, .h2 * {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 23px;
}

h3, h3 *, .h3, .h3 * {
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	/* border-left: 3px solid #1D9300; */
	margin-bottom: 18px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.centered,
.centered * {
    text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.vcentered {
	vertical-align: middle;
	margin-top: -5px;
}

.vtop {
  vertical-align:top;
}

.bottommpadded,
.bottompadded {
	margin-bottom: 21px !important;
}

.leftpadded {
	padding-left: 38px;
}

.twocols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
  -webkit-column-gap: 58px; /* Chrome, Safari, Opera */
  -moz-column-gap: 58px; /* Firefox */
  column-gap: 58px;
}

img {
	border: none;
}

input.f, select, textarea {
    border: 1px solid #777;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 8px
}

input.povinne, select.povinne, textarea.povinne {
    background: #fff url('povinne.png')) top right no-repeat
}

strong, .strong {
	font-weight: bold;
}

.red {
	color: #FF2835 !important;
}

.green {
	color: #1D9300 !important;
}

.blue {
	color: #314795 !important;
}

.black {
	color: #222 !important;
}

.gray {
	color: #B9B9B9 !important;
}

.orange {
    color: #F2592A !important;
}

.skrtnute {
	text-decoration: line-through;
}

a, a:link, a:visited {
    color: #EC1B23;
}

a:hover {
    color: #870013;
}

a:active {
    color: #acacac;
}

small, .smaller {
	font-size: 13px;
}

.bigger {
	font-size: 21px;
	line-height: 27px;
}

.rightmargined {
	margin-right: 18px !important;
}

.leftmargined {
	margin-left: 18px !important;
}

.rightpadded {
	padding-right: 28px !important;
}

ul, ol {
	margin: 0 0 12px 20px;
	padding: 0;
}

ul li {
	list-style: circle;
	list-style-type: circle;
	margin: 0 0 5px 20px;
	padding: 0;
}

header {
  padding: 0 0 30px 0;
}

header h1 {
  margin: 0;
	padding: 70px 0 70px 0;
}

header h1 a {
  display: block;
  width: 290px;
  height: 73px;
  margin: 0 auto;
  background: url(/images/sprites4.png) -1px -1px no-repeat;
}

header h1 a span {
  display: none;
}

header nav {
  width: 980px;
  margin: 0 auto;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl-row {
  display: table-row;
}

.tbl-cell {
  display: table-cell;
  padding: 0 15px;
}

.cw25 {
  width: 25%;
}

table {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin: 0 0 12px 0;
	padding: 5px;
	border-spacing: 0;
	background: #fff;
}

table thead tr th {
	background: #6C6D6F;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	padding: 8px 0;
}

table tr td {
	padding: 8px 5px;
	vertical-align: top;
}

table tr:nth-child(even) td {
	background: #e9e9e9;
}

table.srovnani {
  margin-top: 20px;
}

table.srovnani thead tr th {
  width: 160px;
}

table.srovnani thead tr th:first-child {
  width: auto;
}

table.srovnani thead tr th span {
  display: block;
  font-weight: bold;
  color: #fff;
}

table.srovnani tr td {
  text-align: center;
}

table.srovnani tr td:first-child {
  text-align: left;
}

table.srovnani tr:hover td {
	background: #e7f9de;
}

table.srovnani tr:nth-child(even):hover td {
	background: #d7fcc6;
}

table.noformat {
    border: none !important;
    background: none !important;
    padding: 0 !important
}

table.noformat td {
    background: none !important;
    padding: 0 0 2px !important
}

.button,
.button:visited {
	padding: 5px 12px;
  background: #EC1B23 /* RED */;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2px;
	font-size: 15px;
}

.button:hover,
.button:active {
  background: #A71529 /* DARK RED */;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

section {
  width: 980px;
  overflow: hidden;
	margin: 0 auto 30px auto;
	border-radius: 3px;
}

section.graybg {
  width: 920px;
	background: #ECECEC;
	padding: 40px 30px;
}

section.whitebg {
  padding: 20px 0;
}

section article {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

section p {
	margin: 0;
	padding: 0 0 8px 0;
	text-align: justify;
}

section.buy .tbl h2 {
  padding: 0;
  margin: 0 0 15px 0;
}

section.buy .tbl h2 strong {
  display: block;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  padding: 5px 0 0 0;
}

section.buy .tbl h2 em {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: bold;
  color: #EC1B23;
  padding: 3px 0 0 0;
}

section.buy .tbl h2.premium em {
  color: #B28500;
}

section.buy .tbl h2 span {
  display: block;
  width: 42px;
  height: 48px;
  background: url(/images/sprites4.png) -317px -1px no-repeat;
  float: left;
  margin: 0 15px 0 0;
}

section.buy .tbl h2.premium span {
  background: url(/images/sprites4.png) -360px -1px no-repeat;
}

.leftarticle,
.rightarticle {
	width: 455px;
	float: left;
}

.rightarticle {
	float: right;
}

footer {
	background: #6C6D6F;
	border-top: 8px solid #EC1B23;
  width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
}

footer * {
	color: #fff;
}

footer nav {
	text-align: center;
}

footer nav a,
footer nav a:visited {
  display: inline-block;
  padding: 0 8px;
  color: #fff !important;
  font-size: 13px;
  border-right: 1px solid #A3A3A3;
}

footer nav a:last-child {
  border-right: none !important;
}

footer nav a:hover,
footer nav a:active,
footer nav a.active {
  text-decoration: none;
}

footer .copyrights {
  margin: 38px 0 0 0;
  text-align: center;
  font-size: 12px;
}

ul.niked li {
  margin: 0;
  padding: 0 0 3px 23px;
  list-style: none;
  background: url('https://www.ssls.cz/images/yes.png') left 4px no-repeat;
}

ul.crossed li, ul li.crossed {
  margin: 0;
  padding: 0 0 3px 23px;
  list-style: none;
  background: url('https://www.ssls.cz/images/no.png') left 4px no-repeat;
}

ul.ibl {
  display: inline-block;
}

.nomargin {
	margin-bottom: 0 !important;
}

.nopadding {
	padding-bottom: 0 !important;
}

.highlight {
	background: #ffe583;
	display: inline-block;
	border-radius: 5px;
	padding: 0 3px;
}

.floatcontent {
  width: 810px !important;
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.floatcontent .contents {
  overflow: hidden;
}

.floatcontent .image {
  display: block;
}

.imgleft .image {
  float: left;
  margin: 0 46px 0 0;
}

.imgright .image {
  float: right;
  margin: 0 0 0 46px;
}

pre {
  font-family: courier;
  word-break: break-all;
  word-wrap: break-word;
  background: #fefefe;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 8px;
}

td ul {
  margin-left: 50px !important;
}


table.csCerts tr:first-child td {
  /* background: #e2e2e2 !important; */
  background: #636363;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 30%;
}

table.csCerts tr:first-child td * {
  color: #fff;
  text-shadow: -1px -1px 0px #333333;
}

table.csCerts tr:first-child td:first-child {
  border-top-left-radius: 5px;
  width: auto;
  /* border-right: 1px solid #fff; */
}

table.csCerts tr:first-child td:last-child {
  border-top-right-radius: 5px;
  border-right: none;
}

table.csCerts td.ev,
table.csCerts td.ev * {
  background-color: #53A444 !important;
  color: #fff;
  text-shadow: -1px -1px #336a29;  
}

ul.dc {
  display: inline-block;
  width: auto;
  margin-left: auto !important;
  margin-right: auto;
}

ul.dc li {
  text-align: left;
}

table.csCerts .key-storage {
  display: block;
  padding: 0 0 5px 0;
}

table.csCerts .key-storage img {
  width: 70px;
  height: 40px;
}
