/* 
    Document   : cro7-print-clanek.css
    Created on : 30.4.2009, 12:19:56
    Author     : limuhob
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


@media print {
  div.main { width: 100%; }
  div.pdf-section { display: none; }
}
p.perex {
   padding-bottom: 1em;
   margin-bottom: 1em;
   border-bottom: 1px solid rgb(0, 78, 203);
}

div.print-footer {
   padding-top: 1em;
   margin-top: 1em;
   text-align: center;
   margin-left: 15px;
   margin-right: 15px;
   border-top: 1px solid rgb(0, 78, 203);
}

div.pdf-section {
   vertical-align: top;
   text-align: left;
   margin: 10px 15px 10px 15px;
}

/* div.pdf-section img {
   float: left;
} */
div.pdf-section span.txt {
   margin-left: 20px;
   vertical-align: top;
   padding-top: 10px;
   font-weight: bold;
   font-size: 11pt;
   display: block;
}

div.logo-img {
   text-align: left;
   margin-left: 15px;

}

h1 .section {
    border-bottom: none;
}

h1 .section a {
    display: none;
}

.container  {
    margin-left: 0;
    margin-right: 0;
    background-image: none;
    background-repeat: inherit;
}

.main .main {
    float: none;
}

.container .main {
    float: none;
}

.article {
    float: none;
}

p.author {
    float: none;
}

