/*!
 * Milligram v1.3.0
 * https://milligram.io
 *
 * Copyright (c) 2019 CJ Patoilo
 * Licensed under the MIT license
 */

code{
background:#f4f5f6;border-radius:.4rem;font-size:86%;margin:0 .2rem;padding:.2rem .5rem;white-space:nowrap
}

pre{
background:#f4f5f6;border-left:0.3rem solid #d33c43;overflow-y:hidden
}

pre>code{
border-radius:0;display:block;padding:1rem 1.5rem;white-space:pre
}

td,th{
border:none;border-bottom:0.1rem solid #e1e1e1;padding:0.4rem 1.4rem 0.4rem 1.4rem;text-align:left;
}


table{
        font-size:16px;
}


@media screen and (max-width: 740px){
    table{
        font-size:16px;
        
    }
    
    td,th{
        padding:3px 2px;
    }
}

@media screen and (max-width: 640px){
    table{
        font-size:14px;
        
    }
    
    td,th{
        padding:3px 2px;
    }
}

