/* Do not want the actionbar visible for now */

.actions {
    display: none;
}

.header {
    font-size: 100% !important;
}

/* Useful CSS from other sites I have */

body {
    margin: 0.5%;
    padding: 0px;
    font-size: larger;
}

.pageheader {
    border-bottom: 2px black solid;
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 145%;
}

#content {
    margin-left: 0.5em;
}

#pageinfo {
border-top: 2px black solid;
margin-top: 2px;
padding-top: 2px;
font-weight: normal;
font-size: 85%
}

.sidebar {
background: rgb(220,220,220);
border: 1px black solid;
padding: 2px;
float: right;
width: auto !important;
white-space: nowrap;
margin-top: 5px;
margin-right: 5px;
margin-left: 2px;
margin-bottom: 2px;
}

.sidebar a {
text-decoration: none;
color: #11f;
}

.sidebar ul {
    list-style-type: none;
    padding: 2px;
    margin: 0px;
}


h1 {
    padding-top: 5px;
}

h2 {
    padding-top: 10px;
}

h3 {
    padding-top: 15px;
}

h4 {
    padding-top: 20px;
}

pre {
    margin-left: 2em;
    border: 1px solid black;
    background: rgb(140,140,240);
    padding: 4px;
}

code {
    background: rgb(240,240,255);
}

li.L1 { list-style: decimal; }

li.L2 { list-style: upper-roman; }
