body {
    background: white;
	width: 800px;
	word-wrap: break-word;
	max-width: 100%;
}

/* Pokud by uzivatel chtel, muze si obarvit zahlavi tabulky jinak
  table.spisovka th, table.seznam th {
      background-color: gray;
} */

#layout_top,
#menu,
#flash,
div.navigate,
#filtr,
#search,
#seradit,
#tisk,
#bulk-action,
.dokument_blok_menu,
.blok_menu,
#layout_bottom,
#upozorneni_na_nove_zpravy,
.paginator,
.checkbox,
td.akce,
th.akce,
.noprint {
    display: none;
}

@media print {
    thead {
        display: table-header-group;
    }
}

a, #dokumenty table a {
    color: black;
    text-decoration: none;
}

.dokument_blok_hlavni {
    background: #b2a6a6;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#iframeHtml {
	max-width: 100%;
}



img {
	max-width: 100%;
	max-height: 100%;
}

