/* PRINTING
---------------------------------------------------------------------------------------- */

@media print {
    body {
        font-size: 14px;
        line-height: 20px;
        font-family: sans-serif;
        color: #000000;
        margin: 0px;
        padding: 0px;
        width: 100%;
        background: #fff;
    }
    .header,
    .footer-container,
    .aside,
    .breadcrumbs,
    .btn {
        display: none;
    }
    a[href]:after {
        content: "";
    }
    header {
        display: none;
    }
    nav.navbar {
        display: none;
    }
    .white-bg {
        display: block;
    }
    footer {
        display: none;
    }
    aside {
        display: none;
    }
    #socials {
        display: none;
    }
    #fb-comments {
        display: none;
    }
    #es-strip-container {
        display: none;
    }
    .related-articles {
        display: none;
    }
    .game-scorebox{
        padding:  15px 0 15px 0;
        border-top: 1px solid gray;
        margin-top: 15px;

    }

    .game-scorebox .team,
    .game-scorebox .score {
        float: left;
        width: 33.33333333333333%
    }
    .game-scorebox .team {
        text-align: center;

    }
    .game-stats{
        clear: both;
        border-top: 1px solid gray;
        padding:  15px 0 15px 0;
        margin-top: 15px;
    }
}


/* --- zakladni html prvky ---*/

em,
i {
    font-style: normal;
}

hr {
    display: block;
    clear: both;
    color: #000000;
    border-width: 0px;
}

p {
    text-align: justify;
    margin: 0px 0px 5px 0px;
    line-height: 1.5em;
}


/* --- odkazy (rozsireno o ikonky typu souboru) --- */

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}


/* --- seznamy --- */

ul {
    list-style: none;
    margin: 5px 0px 5px 15px;
    padding: 0px;
    text-align: left;
}

ol {
    padding: 4px 0px 0px 5px;
}


/* --- obrazky --- */

img {
    border: 0px;
}

img.border {
    padding: 2px;
    border: 1px solid #000000;
}

img.icon {
    vertical-align: -3px;
    margin: 0px 3px 0px 1px;
}

img.toleft {
    margin-right: 10px;
}

img.toright {
    margin-left: 10px;
}


/* --- horni a dolni indexy --- */

sub,
sup {
    vertical-align: baseline;
    position: relative;
}

sub {
    top: 0.4em;
}

sup {
    bottom: 0.4em;
}


/* --- tabulky --- */

table {
    width: 100%;
    font-size: 12px;
}

table tr td {
    padding: 2px;
    line-height: 2em;
}

table tr td.item {
    background: #0E88C7;
    color: white;
    font-weight: bold;
    width: 250px;
}

table tr td.item a {
    color: #FFFFFF;
}

table tr th {
    background: #084385;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}


/* --- hlavicky --- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #000000;
    font-size: 14px;
    margin: 0px;
    line-height: 1.5em;
    border: 0px;
}

h1 {
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 18px;
}

h2 {
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 1px;
}

h3 {
    margin: 10px 0px 10px 0px;
}

h4 {
    font-size: 1em;
}


/* --- formulare --- */

input {}

form {
    margin: 0px;
    padding: 0px;
}

legend {
    padding: 3px;
    color: White;
    background-color: #72376F;
}

legend a {
    color: White;
    font-weight: normal;
}

legend a:hover {
    color: White;
}

/* --- globalni tridy --- */
.clear          {clear: both; font-size: 0px;}
.smaller            {font-size: 0.85em;}
.small          {font-size: 0.8em;}
.gray           {color: #686868;}
.blue           {color: #004080;}
.red                {color: #9f0000;}
.green          {color: #008000;}
.right          {text-align: right;}
.center         {text-align: center;}
.left               {text-align: left;}
.toblock            {text-align: justify;}
.toleft         {display: block; float: left;   text-align: left;}
.toright            {display: block; float: right; text-align: left;}
.nomargin       {margin: 0px;}
.nobold         {font-weight: normal;}
.error          {display: block; color: #000000; font-weight: bold; text-align: center; padding-top: 10px;}
.error a            {color: #000000;}
.hidden         {display: none;}
.border {border: 1px solid #993333; padding:7px;}
.border_bottom  {border-bottom: 1px solid #993333;}
.half               {width: 240px;}
.bad                {background-color: Red; color: white;}
.bad a              {color: white;}
.line_bottom                { border-bottom: 1px dotted white; }
.icon               {float: left; }
.menicko                {display: none;}
