@charset "utf-8";



@media print,
screen and (min-width: 851px) {

   
  
    .content .inner{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .content .docs p{
        line-height: 2em;
        margin-bottom: 2em;
    }


    .content .contact{
        margin-top: 100px;
        font-size: 88%;
        text-align: right;
        line-height: 2em;
    }


}











@media only screen and (max-width: 850px) {

  
    .content .inner{
        margin-left: 20px;
        margin-right: 20px;
    }

    .content .docs p{
        line-height: 2em;
        margin-bottom: 2em;
    }


    .content .contact{
        margin-top: 50px;
        font-size: 88%;
        text-align: right;
        line-height: 2em;
    }



}