.odrzavanje-style body {
	background: #fff;
	font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif;
	color: #333;
	text-align: center;
	padding: 4em 2em;
}

.odrzavanje-style h1 {
	font-weight: 300;
	font-size: 5em;
	line-height: 1.35;
	margin: 0 0 .125em;
}

.odrzavanje-style h1 + p {
	font-size: 1.5em;
	color: #999;
	max-width: 30em;
	margin: 0 auto 3em;
}

.odrzavanje-style table {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	box-sizing: border-box;
}

.odrzavanje-style th,
.odrzavanje-style td {
	font-family: inherit;
	font-size: .875em;
	line-height: 1.45;
	color: #444;
	vertical-align: middle;
	padding: 1em;
}

.odrzavanje-style th {
	font-weight: 600;
}

.odrzavanje-style colgroup:nth-child(1) {
	width: 31%;
	border: 0 none;
}

.odrzavanje-style colgroup:nth-child(2) {
	width: 22%;
	border: 1px solid #ccc;
}

.odrzavanje-style colgroup:nth-child(3) {
	width: 22%;
	border: 5px solid #9cd5f0;
}

.odrzavanje-style colgroup:nth-child(4) {
	width: 25%;
	border: 10px solid #59c7fb;
}

/* Tablehead */
.odrzavanje-style thead th {
	background: #def4fe;
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
	text-align: center;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 3em 0 2em;
	font-weight: 400;
	color: #999;
}

.odrzavanje-style thead th:nth-child(1) {
	background: transparent;
}



.odrzavanje-style thead th h2 {
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1.2;
	color: #59c7fb;
}

.odrzavanje-style thead th h2 + p {
	font-size: 1.25em;
	line-height: 1.4;
}

.odrzavanje-style thead th:nth-child(3) h2 {
	font-size: 3.6em;
}

.odrzavanje-style thead th:nth-child(3) h2 + p {
	font-size: 1.5em;
}

.odrzavanje-style thead th p.promo {
	font-size: 1em;
	color: #fff;
	position: absolute;
	top: 9em;
	left: -17px;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: .625em 17px .75em;
	background: #c00;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
	border-bottom: 1px solid #900;
}

.odrzavanje-style thead th p.promo:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #900 transparent transparent;
	bottom: -7px;
	left: 0;
}

.odrzavanje-style thead th p.promo:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 0;
	border-color: #900 transparent transparent transparent;
	bottom: -7px;
	right: 0;
}

/* Tablebody */
.odrzavanje-style tbody th {
	background: #fff;
	border-left: 1px solid #ccc;
}

.odrzavanje-style tbody th span {
	font-weight: normal;
	font-size: 87.5%;
	color: #999;
	display: block;
}

.odrzavanje-style tbody td {
	background: #fff;
	text-align: center;
}

.odrzavanje-style tbody tr:nth-child(even) th,
.odrzavanje-style tbody tr:nth-child(even) td {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
}

.odrzavanje-style tbody tr:last-child td {
	border-bottom: 0 none;
}

/* Tablefooter */
.odrzavanje-style tfoot th {
	padding: 2em 1em;
	border-top: 1px solid #ccc;
}

.odrzavanje-style tfoot td {
	text-align: center;
	padding: 2em 1em;
	border-top: 1px solid #ccc;
}

.odrzavanje-style tfoot a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 1.125em 2em;
	background: #59c7fb;
	border-radius: .5em;
}
