/*
====================================================
MatNumerax Reader PRO v1.0
====================================================
*/

/* ======================================================================
   SOMENTE O CORPO DO ARTIGO
====================================================================== */

.mnr-reader{

    font-family: Arial, Helvetica, sans-serif;
    color:#222;
    max-width:100%;

}

/* ======================================================================
   PARÁGRAFOS
====================================================================== */

.mnr-reader p{

    text-align:justify;
    font-size:20px;
    line-height:2;
    margin:0 0 24px 0;
    color:#222;

}

/* ======================================================================
   LISTAS
====================================================================== */

.mnr-reader ul,
.mnr-reader ol{

    margin:0 0 25px 35px;

}

.mnr-reader li{

    text-align:justify;
    font-size:20px;
    line-height:2;
    margin-bottom:12px;

}

/* ======================================================================
   LINKS
====================================================================== */

.mnr-reader a{

    font-weight:bold;
    text-decoration:none;

}

.mnr-reader a:hover{

    text-decoration:underline;

}

/* ======================================================================
   IMAGENS
====================================================================== */

.mnr-reader img{

    display:block;
    max-width:100%;
    height:auto;
    margin:35px auto;

}

/* ======================================================================
   TABELAS
====================================================================== */

.mnr-reader table{

    width:100%;
    border-collapse:collapse;
    margin:30px 0;

}

.mnr-reader table td,
.mnr-reader table th{

    padding:12px;
    border:1px solid #DDD;

}

/* ======================================================================
   BLOCKQUOTE
====================================================================== */

.mnr-reader blockquote{

    border-left:5px solid #1976D2;
    padding-left:20px;
    margin:30px 0;
    font-style:italic;

}

/* ======================================================================
   H1
====================================================================== */

.mnr-reader h1{

    font-size:46px;
    font-weight:700;
    line-height:1.25;
    margin-top:25px;
    margin-bottom:30px;

}

/* ======================================================================
   H2
====================================================================== */

.mnr-reader h2{

    font-size:36px;
    font-weight:700;
    line-height:1.30;
    margin-top:55px;
    margin-bottom:24px;

}

/* ======================================================================
   H3
====================================================================== */

.mnr-reader h3{

    font-size:30px;
    font-weight:700;
    line-height:1.30;
    margin-top:45px;
    margin-bottom:22px;

}

/* ======================================================================
   H4
====================================================================== */

.mnr-reader h4{

    font-size:26px;
    font-weight:700;
    line-height:1.30;
    margin-top:40px;
    margin-bottom:20px;

}

/* ======================================================================
   H5
====================================================================== */

.mnr-reader h5{

    font-size:23px;
    font-weight:700;
    margin-top:35px;
    margin-bottom:18px;

}

/* ======================================================================
   H6
====================================================================== */

.mnr-reader h6{

    font-size:20px;
    font-weight:700;
    margin-top:30px;
    margin-bottom:16px;

}

/* ======================================================================
   CÓDIGO
====================================================================== */

.mnr-reader pre{

    overflow:auto;
    padding:18px;

}

.mnr-reader code{

    font-size:17px;

}

/* ======================================================================
   CELULAR
====================================================================== */

@media screen and (max-width:768px){

.mnr-reader p{

    font-size:22px;
    line-height:2.2;

}

.mnr-reader li{

    font-size:22px;

}

.mnr-reader h1{

    font-size:40px;

}

.mnr-reader h2{

    font-size:34px;

}

.mnr-reader h3{

    font-size:30px;

}

.mnr-reader h4{

    font-size:27px;

}

.mnr-reader h5{

    font-size:24px;

}

.mnr-reader h6{

    font-size:22px;

}

}