/* BOXY */
.box-block {
	display: inline-block;
}

.boxe {
	border-radius: 6px;
	padding: 5px 18px 18px;
	margin: 0 0 12px 0;
}
/*
.box a {
	margin-right: 5px;
}
*/

.boxe-border {
	border: 1px solid #e8e8e8;
}

.box-grad {
	border: 1px solid #d7d7d8;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 20%, rgba(253,253,253,1) 20%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(253,253,253,1)), color-stop(20%,rgba(253,253,253,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 20%,rgba(253,253,253,1) 20%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 20%,rgba(253,253,253,1) 20%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 20%,rgba(253,253,253,1) 20%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 20%,rgba(253,253,253,1) 20%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.boxe > p,
.box1-lg > p {
	margin: 22px 0;
}

.boxe .box-content {
	_float: left;
}

.boxe .box-content > p {
	margin-top: 10px;
}

.boxe .box-pic-podpora {
	width: 84px;
	height: 81px;
	background-image: url("../img/podpora.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	float: right;
}

.boxe .box-pic-obchod {
	width: 84px;
	height: 81px;
	background-image: url("../img/obchod.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	float: right;
}

.boxe h5 {
	margin-top:	20px;
}

.box1-lg {
	width: 348px;
	height: 240px;
	padding: 5px 22px;
	margin: 20px;
}

.sims {
	display: block;
	margin: 22px auto 22px;
}

/* MOJE O2 ELEMENTY - Bootstrap overrides */
.table {
	margin-bottom: 0;
}

.table > thead > tr > th {
	vertical-align: middle;
	border-bottom: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}