#masthead section {
  display:none;
}

#masthead figure {
  float:left;
  display:inline;
  margin-right:20px;
}
#masthead h1{
  display:none;
}

#main header hgroup h1 {
  display:none;
}

aside {
  display:none;
}

#sidebar {
  display:none;
}
#latests_articles {
  display:none;
}

/*header {
  display:none;
}*/

header #masthead figure {
  display:block;
}


article header {
  display:inline;
}

article header h2 img {
  display:none;
}

article header ul {
  display:none;
}
section.comments {
  display:none;
}
#comments {
  display:none;
}

#partners {
  display:none;
}

article #back_to_top_link {
  display:none;
}
article footer {
  display:none;
}

#ajax_loader {
  display:none;
}

#footer {
  font-size:16px;
  line-height:18px;
}
     
   .original-url {
             display: none;
         }
        article header h1 {
            font-family: Palatino, Georgia, Times, "Times New Roman", serif;
            font-weight: bold;
            font-size: 40px;
            line-height: 42px;
            margin:0px;
            padding:0px;
        }
        
        
        h2 {
            font-size: 1.125em;
        }
        
        h3 {
            font-size: 1.05em;
        }
        
        a {
            text-decoration: none;
            color: rgb(32, 0, 127);
        }
        
        a:visited {
            color: rgb(32, 0, 127);
        }

        article img {
           float: none;
            margin: auto;
            display: block;
        }

        article p {
            font: 20px Palatino, Georgia, Times, "Times New Roman", serif;
            line-height: 130%;
            text-align: justify;
        }
   
        article {
         width: 658px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
            padding: 45px 70px;
            color: black;
            background: white;
            position: relative;
            overflow: hidden;
        }      

        .page:first-of-type .title {
            display: block;
        }
        
        table {
            font-size: 0.9em;
            text-align: left;
        }

        .page-number {
            display: none;
        }
    
        .title {
            display: none;
        }    
