/*                               */
/* ============================= */
/*                               */
/*  "napizia_res-code-plus.css"  */  
/*                               */
/*         Eryk Wdowiak          */
/*        29 January 2019        */
/*                               */
/* ============================= */
/*                               */


/* == RESOURCES == */
div.res-wrap {
    margin: 0px 0px 0px 7px;
}
div.res-box { 
    border: 1px solid black;
    background-color: rgb(255,255,204);
}
@media only screen and (min-width: 751px) {
    ul.resources { padding-left: 30px; }
}

/* ==== CODE ==== */
span.code {
    padding: 2px;
}
@media only screen and (max-width: 480px) {
    p.code { 
	margin: 0.2em 0px 0.2em 25px; 
	text-indent:  -10px;
    }
}

/* == CONTENTS == */
div.contents{
    background-color: rgb(255, 255, 204);
    width: 100%;
    margin: 0px auto 3px auto;
    border: 1px solid rgb(2,2,102);
    padding: 0px 5px; 
    spacing: 0px;
}
p.contents {
    margin-bottom: 0em;
    margin-top: 0em;
}
p.txtleft {text-align: left;}
p.txtcenter {text-align: center;}
p.txtright { text-align: right;}
