@charset "utf-8";







@media print,
screen and (min-width: 769px) {

 
  #topics .viewer{
    margin-top: 50px;
  }

    
       
    #postscript .inner{
        margin-top: 50px;
       }

    
    
       
    #postscript .images .image{
       width: 720px;
       margin-left: auto;
       margin-right: auto;
       margin-top: 30px;
    }
 
    #postscript .texts{
        flex:1;
       }




}















@media only screen and (max-width: 768px) {


 
    

  #topics .viewer{
    margin-top: 6vw;
  }



      #postscript .texts{
        margin-top: 6vw;
     }

     #postscript .images{
         margin-top: 20px;
     }
     #postscript .images .image{
       margin-bottom: 10px;
     }

    
   
   


}
