.wsEd {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.625em;
	color: #4a4a4a;
}
/* farby a font nadpisov */
.wsEd h2, .wsEd h3, .wsEd h4, .wsEd h5, .wsEd h6 {
    color: #004623;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

/* farby odkazov */
.wsEd a {
    color: #004623;
}
.wsEd h2 a, .wsEd h3 a, .wsEd h4 a, .wsEd h5 a, .wsEd h6 a {
    color: #4a4a4a;
    text-decoration:underline;
}

/* buttons */
.wsEd a.button, .wsEd div.fSubmit input, .wsEd .button {
    background: #004623;
    color: #fff;
}
.wsEd a.buttonDark, .wsEd .buttonDark {
    background: #FFE17F;
    color: #3e3c3c;
    text-transform:uppercase;
}
.wsEd a.buttonDark:hover, .wsEd .buttonDark:hover {
    background:#c6b65f;
}
.wsEd a.button:hover, .wsEd div.fSubmit input:hover, .wsEd .button:hover {
	background: #147403;
    color: white;
}

/* velkosti a velkosti nadpisov */
.wsEd .size6, .wsEd h2 {
    font-size: 20px;
    line-height: 1.25em;
}
.wsEd .size5, .wsEd h3 {
    font-size: 18px;
    line-height: 1.25em;
}
.wsEd .size4, .wsEd h4 {
    font-size: 16px;
    line-height: 1.25em;
}
.wsEd .size3, .wsEd h5 {
    font-size: 14px;
    line-height: 1.5em;
}
.wsEd .size2, .wsEd h6 {
    font-size: 12px;
}
.wsEd .size1 {
    font-size: 11px;
}
.wsEd h2 {
    padding-bottom:12px;
}
.wsEd h3 {
    padding-bottom:10px;
}
.wsEd h4 {
    padding-bottom:8px;
}
.wsEd h5 {
    padding-bottom:6px;
}
.wsEd h6 {
    padding-bottom:4px;
}
/* obrazky */
.wsEd img {
    border: none;
    height: auto !important;
    max-width: 100%;
}
.wsEd .borderImage {
    border: 5px solid #eeeeee;
}
.wsEd .borderImage:hover {
    
}

/* citacia a perex*/
.wsEd cite {
    color: #ff0000;
    font-style: italic;
}
.wsEd .perex {
    background: #f8f8f8;
    border: 1px solid #dadada;
    padding: 18px;
    
}

/* farby */
.wsEd .color1 {
    color: #1c1c1c;
}
.wsEd .color2 {
    color: #727272;
}
.wsEd .color3 {
    color: #004623;
}
.wsEd .color4 {
    color: #bcab50;
}
.wsEd .color5 {
    color: #c94c4c;
}
.wsEd .color6 {
    color: #447fe0;
}

/* hr */
.wsEd hr {
    border-bottom: 1px solid #004623 !important;
    clear: both;
    margin: 10px 0px;
}
/* tabulka */
.wsEd .table {
    color: #1c1c1c;
}
.wsEd .table td, .wsEd .table th{
    padding:10px 14px;
}
.wsEd table td, .wsEd table th {
    padding:2px 10px;
}
.wsEd .table td {
    background-color: #dadada;
}
.wsEd .table th, .wsEd .table th * {
    background-color: #004623;
    color: #fff;
    font-weight:600;
}
.wsEd .table .lited td {
    background-color: #f1f1f1;
}
.wsEd .table .foot td, .wsEd .table .foot td * {
    background-color: #1c1c1c;
    color: #fff;
}

/* vseobecne */
.wsEd a.button, .wsEd a.buttonDark, .wsEd .button, .wsEd .buttonDark, .wsEd div.fSubmit input {
    padding:8px 14px;
    font-weight:400;
    text-transform:uppercase;
}
.wsEd ul {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wsEd ol {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wsEd a.button, .wsEd a.buttonDark {
    display: inline-block;
    text-decoration: none;
}
.wsEd div.fSubmit input {
    display: inline-block;
    border: 0px;
    cursor: pointer;
}
.wsEd a:hover, .wsEd a.button:hover, .wsEd a.buttonDark:hover {
	text-decoration: none;
}
.wsEd p {
    margin: 0px;
    margin-bottom:8px;
}
.wsEd .preformat {
    font-family: courier;
    font-size: 12px;
}
.wsEd acronym {
    border-bottom: 1px dashed red;
    color: black;
    cursor: help;
}
.wsEd blockquote {
    margin: 0px;
    padding-left: 20px;
}
.wsEd hr {
    display: block;
    border: 0px;
    height: 0px;
    background: none;
}
.wsEd table {
	font-size: 100%;
}
.wsEd .table {
	border-collapse: collapse;
	border: 0px;
}
.wsEd .table td, .wsEd .table th {
	text-align: left;
}