/* Enter Your Custom CSS Here */

@media print {
  header { display: block; }
}

   .original 
   {
   float: left !important;
   width: 400px !important;
   margin-top: 0;
   margin-right: 10px;
   margin-bottom: 10px;
   clear: both;
   }

   
   .translation 
   {
   float: right !important;
   width: 400px !important;
   margin-top: 0;
   margin-bottom: 10px;
   }
   

.text {
    width: 500px;
    float: left;
}

.fullpagetext {
   float: right !important;
   width: 100% !important;
    float: left;
}

.images {
    position: absolute;
    right: 0px;
    width: 320px;
    padding-right: 50px;
}

   .smallIndent
   {
   margin-left: 30px;
   width: 100% !important;
   }

.flip
  {
 -webkit-transform: rotate(-180deg) !important;
 -moz-transform: rotate(-180deg) !important; 
 -o-transform: rotate(-180deg) !important; 
 -ms-transform:rotate(-1800deg) !important;
}

 .single-article figure .wp-caption-text {
    width: 350px;
    font-size: .8em;
color: #636363; }

.no-italics {
    font-style: normal;   
}
