/* Mediavine CSS */
@media only screen and (min-width: 1024px) {
    #primary {
        max-width: calc(100% - 300px);
    }
    #secondary {
        min-width: 300px;
    }
}
@media only screen and (max-width: 1023px) {
    #primary, #secondary {
        max-width: 100% !important;
        width: 100% !important;
        float: none;
        clear: both;
    }
}
@media only screen and (max-width: 399px){
#page {
    margin: 0px;
}
}
/* End of Mediavine CSS */

.content-container {
background: #E5E5E5;
color: #19191B;
}
h1.entry-title {
   line-height: 100%;
}
p {
font-size: 19.2px;
line-height: 1.6;
}
ul li {
font-size: 19.2px;
line-height: 1.6;
}
ol li {
font-size: 19.2px;
line-height: 1.6;
}
/*Table*/	

.wp-block-table td {
font-size: 13.5px;
line-height: 1.6;
}
