/* File: c243.css -- style sheet for C243 */

@import url(../../styles/site.css);
@import url(../../styles/lists.css);
@import url(../../styles/important.css);
@import url(../../styles/colors.css);

/* This is only needed for the old Restructured Text content: */
@import url(../../styles/python-docutils-html4css1.css);

div.new-sidebar
{
    margin: 0.5em 20%; /* top and bottom, left and right */
    /* margin: 0.5em 22% 0.5em 18%; */ /* top, right, bottom, left */
    border: medium inset rgb(160, 160, 160);
    padding: 1em;
    /* (implied) width: 60%; */
    background-color: rgb(200, 212, 224); /* slightly bluish, bright gray */
}    

