@charset "utf-8";
/* table */
div#everything-wrap div.single-wrap div.pricing-options {
	display: block;
	margin-bottom: 24px;
}
div#everything-wrap div.single-wrap div.pricing-options table {
	width: 600px;
	border: 0;
	margin: 0 0 24px 10px;
}
div#everything-wrap div.single-wrap div.pricing-options table tr th {
	text-align: center;
	border-bottom: 1px dotted #cdcdcd;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	color: #3e96e0;
	font-weight: normal;
	padding: 8px 8px 8px 8px;
	vertical-align: middle;
	border-left: 1px dotted #CDCDCD;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td {
	border-bottom: 1px dotted #cdcdcd;
	text-align: right;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td {
	padding: 9px 8px 11px 8px;
	border-left: 1px dotted #CDCDCD;
}

/* ---- specific polja */
div#everything-wrap div.single-wrap div.pricing-options table tr td.amount {
	text-align: center;
}
div#everything-wrap div.single-wrap div.pricing-options table tr.no-row td.edition,
div#everything-wrap div.single-wrap div.pricing-options table tr.no-row td.amount,
div#everything-wrap div.single-wrap div.pricing-options table tr.no-row td.price {
	border-left: none !important;
}
div#everything-wrap div.single-wrap div.pricing-options table tr.no-row td.edition,
div#everything-wrap div.single-wrap div.pricing-options table tr.no-row td.amount {
	border-bottom: none !important;
}

/* ---- plavi save redak */
div#everything-wrap div.single-wrap div.pricing-options table.bundle tbody tr.save td.price,
div#everything-wrap div.single-wrap div.pricing-options table.bundle tbody tr.save td.total-price {
	/*background-color: #d2e8fa; /*#dafad7;*/
	color: #3E96E0;
}

div#everything-wrap div.single-wrap div.pricing-options table tr td:first-child,
div#everything-wrap div.single-wrap div.pricing-options table tr th:first-child {
	border-left: none;
	width: 260px;
	text-align: left;
}
div#everything-wrap div.single-wrap div.pricing-options table tr:last-child td {
	border-bottom: none;
}
div#everything-wrap div.single-wrap div.pricing-options table tr.odd {
	background-color: #f5f5f5;
}
div#everything-wrap div.single-wrap div.pricing-options table tr:hover td {
	background-color: #fbfac9 !important;
}
div#everything-wrap div.single-wrap div.pricing-options table.bundle tbody tr.no-row:hover td.edition,
div#everything-wrap div.single-wrap div.pricing-options table.bundle tbody tr.no-row:hover td.amount {
	background-color: #fff !important;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td em {
	font-size: 11px;
	font-weight: normal;
	color: #3E96E0;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td.edition {
	width: 220px;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td.licence {
	width: auto;
	font-size: 12px;
}
div#everything-wrap div.single-wrap div.pricing-options table tr td a.button {
	margin: 1px 0 0 0;
}
/*
	sakriveni tr
*/
div#everything-wrap div.single-wrap table tr.hidden,
div#everything-wrap div.single-wrap table tr.hidden td {
	display: none;
}