body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font: 11pt/1.3 Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tinos', Georgia, 'Times New Roman', serif;
  font-weight: normal;
  text-align: left;
}
h1 {
  font: normal normal normal 21pt/1.3 'Tinos', Georgia, 'Times New Roman', serif;
  margin: .67em 0;
}
h2 {
  font-size: 16pt;
  margin-top: 25px;
}
h3 {
  font-size: 13pt;
}
h4,
h5,
h6 {
  font-size: 12pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
}
h1.center {
  text-align: left;
}
/* imgs */
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
img.left {
  float: left;
  margin: .3em 20px 10px 0;
  clear: left;
}
img.right {
  float: right;
  margin: .3em 0 10px 20px;
  clear: right;
}
/* Links */
a {
  color: #000;
}
a[href^="mailto"],
a[href^="#"] {
  text-decoration: none !important;
}
#main-wrap a:after {
  color: #666;
  font-size: 80%;
  content: " (URL: http://www.orpe.cz/" attr(href) ")";
  word-wrap: break-word;
}
a[href^="mailto"]:after,
a[href^="#"]:after {
  content: "" !important;
}
/* tables */
table {
  margin: 0 0 1.3em;
  font-size: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
td,
th {
  padding: 7px;
  border: 1px solid #c0c0c0;
  text-align: center;
  background: transparent;
  font-weight: normal;
}
th {
  background: #dadada;
  border-color: #c0c0c0 #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
th:first-child {
  border-left-color: #c0c0c0;
}
th:last-child {
  border-right-color: #c0c0c0;
}
td {
  color: #000;
}
/* forms */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
fieldset {
  border: 0;
  padding: 0;
}
/* MISC */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vcenter {
  vertical-align: middle;
}
.nobr {
  white-space: nowrap;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.green {
  color: #008365;
}
.red {
  color: #ff4a43;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
