body {
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.42857;
    font-weight: 200;
}


body.mceContentBody {
    background: #FFF;
}

b, strong {
    font-weight: 700;
}

h1  {
    font-size: 2.2em;
    color: #CB0044;
    font-weight: 200;
    margin-bottom: 10px;
}


h2, h2 a {
    color: #555;
    font-weight: 600;
    margin: 15px 0 15px;
    text-decoration: none;
}

h2  {
     font-size: 1.4em;
}

h2 a:hover {
 text-decoration: underline;
}

h3 {
    font-size: 1.2em;
    margin: 0 0 5px;
    color: #FFF;
}

h4 {
    font-size: 1em;
    margin: 10px 0 5px;
    color: #CB0044;
}

p {
    line-height: 1.5em;
    font-size: 1em;
    margin:0 0 15px;
 }


.bg-red .text {
    color: #FFFFFF;
}

h3.text.underline {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
    margin-bottom: 40px;
    position: relative;
}


/***********************************************************/
/**** tabulka ***/

table {
    border-collapse: collapse;
}

table TD, table TH {
    padding: 5px 10px;
    border: 1px solid #e2e4e6;
}

table TD:first-child {
    border-left: none;
}

table TD:last-child {
    border-right: none;
}

table TR:last-child TD {
    border-bottom: none;
}

table TR:first-child TD,
table TH,
table thead TD {
   background: #F1F1F1;
}
table TD p, table TH p  {
    margin: 0;
}


