/* ===================================================================== */
/* Text ================================================================ */
/* ===================================================================== */

p {
  margin-bottom: 10px;
  margin-top: 0px;
}

hr {
  /* Zvýrazněné rámečky */
  margin-top: 0px;
  padding: 0;
}
hr#top { margin-top: 20px; }
hr#bottom { margin-bottom: 20px; }

.note {
  /* Poznámky pod čarou */
  font-size: 16px;
}

a.a-back {
  /* Odkaz Zpět v poznámkách pod čarou */
  font-size: 14px;
  margin-left: 7px;
  color: #999;
}

.pic-desc {
  /* Popisky obrázků */
  font-size: 16px;
  margin-top: 20px;
}

.line-over {
	border-top: 0.12em solid #555555;
	display: inline-block;
	line-height: 0.6em;
	text-align: center;
	width: 0.5em;
	font-style: italic;
	padding-right: 0.1em;
}

.code {
	font-family: monospace;
	font-size: 1.3em;
}

blockquote {
	border:solid 1px #666;
	margin:0;
	padding:1.2em 1.8em;
	background:#ffffcc;
}


/* ===================================================================== */
/* Video =============================================================== */
/* ===================================================================== */

.video {
	position: relative;
	margin-bottom: 20px;
}
.video video,
.video canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
}
video {
	height: 100% !important;
	position: absolute;
}


/* ===================================================================== */
/* Tabulky v textu ===================================================== */
/* ===================================================================== */

table {
  font-size: 19px;
  line-height: 26px;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 5px;
  max-width: 100%;
}

table li {
  font-size: 19px;
}

table p {
  font-size: 19px;
  margin-bottom: 0px;
}

li p {
  font-size: 19px;
}

p.tabulka {
  font-size: 19px;
  margin-bottom: 10px !important;
}

.impresum td {
  border-style: none !important;
}

td {
  padding-right: 20px;
  vertical-align: top;
  border: solid 1px;
  padding: 2px 10px 2px 10px;
	color: #555555;
}

td.vzdal {
  text-align: center;
}

th {
  background-color: #78efba;
  border: solid 1px #000;
  padding: 10px;
}

.no-border,
.no-border td {
  border: none !important;
}

.tableSmallText p {
  font-size: 18px;
}

.tableExtraSmallText p {
  font-size: 15px;
}

.tableScroll {
  overflow-x: auto;
  margin-bottom: 20px;
}

.tableScroll table {
  margin-top: 0px;
  margin-bottom: 5px;
  max-width: 3000px;
}

.tableNoBorder td {
  border: 0px;
}




/* ===================================================================== */
/* Nadpisy ============================================================= */
/* ===================================================================== */

h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #555;
  text-align: left;
}

h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #555;
}

.large-column h3:first-child,
.large-column h2:first-child {
  margin-top: 0px;
}

h4 {
  font-weight: bold;
  font-size: 19px;
  color: #555;
  margin-bottom: 10px;
  margin-top: 20px;
}





/* ===================================================================== */
/* Vzorce ============================================================== */
/* ===================================================================== */

quote {
  /* Vzorce vložné textem */
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  margin-bottom: 30px;
  color: #555555;
  font-size: 1.2em;
  line-height: 1.50em;
  font-style: italic;
}

.equation {
  /* Vzorce vložné obrázkem */
  margin-bottom: -8px;
  max-width: 100%;
}

img.in-text,
tbody td img {
   /* Vzorce vložné obrázkem přímo do textu */
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

img.info-icon {
	margin-right:10px;
	vertical-align: middle;
}



/* ===================================================================== */
/* Highlights ========================================================== */
/* ===================================================================== */

.highlight-red {
	background-color:red;
	color:white;	
}
.highlight-black {
	background-color:black;
	color:white;	
}
.highlight-blue {
	background-color:blue;
	color:white;	
}
.highlight-gray {
	background-color:gray;
	color:white;	
}
.highlight-green {
	background-color:green;
	color:white;	
}
.highlight-white {
	background-color:white;
	color:black;	
}
.highlight-yellow {
	background-color:yellow;
	color:black;	
}
.highlight {
	background-color:yellow;
	color:black;
}

/* ===================================================================== */
/* Fancybox ============================================================ */
/* ===================================================================== */

.fancybox {
	border-bottom: none !important;
}
.fancybox img {
	max-width: 250px;
	max-height: 400px;
	margin-top: 0px;
}


/* ===================================================================== */
/* Prezentace ========================================================== */
/* ===================================================================== */

.presentation {
	margin: 20px 0;
	text-align: center;
}
.presentation img {
	display: none;
	margin: 0 auto 20px;
}
.presentation img.active {
	display: block;
}
