/* custom top-level header */
#custom-header {
  height: 40px;
  font-size: 26pt;
  font-weight: bold;
  color: white;
  background-color: #663366;
  padding: 10px;
  margin: 0px;
}

/* the page-related actions- page/talk, edit etc */
#p-cactions {
    top: 75px;
}

#p-navigation {
    position: absolute;
    top: 70px;
}

/* hide the logo */
#p-logo {
    display: none;
}

/* the user toolbar */
#p-personal li a,
#p-personal li a.new {
  color:white;
}

#p-personal li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.mail {
  margin-left: 10px;
  width: 600px;
  background: #ffffcc;
  border: 1px solid #999999;
  padding: 5px;
}


.code {
  margin:15px;
  padding:15px;
  font-family: "Courier New", Courier;
  background:whitesmoke;
  border: solid 1px silver;
  line-height:110%;
}

.console { 
  margin:15px;
  padding:15px;
  font-family: "Courier New", Courier;
  background:whitesmoke;
  border: solid 1px silver;
  line-height:125%;
  background: #000000; 
  color: #eeeeee;
}
