/* RESET EVERYTHING */
* {
  color:yellow !important;
  border-color: yellow !important;
  background:black !important;
  width:auto !important;
  float:none !important;
  position:static !important;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  padding: 0 0 0 50px;
  margin: 0;
}

.panel-col-first,
.panel-col,
.panel-col-last {
  margin: 0 !important;
}

a:link {
  color: #ffff00;
}

a:visited {
  color: #ffff99;
}

a:hover,
a:focus,
a:active {
  color: #000000;
  background-color: #ffff00;
}

a img {
  border: 2px solid #ffff00;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* MAKE TEXT BIG */
#page {
  font-size: 1.5em !important;
}

/* HIDE THE ADMIN LINKS */
.contextual-links-wrapper {
  display:none !important;
}

#toolbar {
  font-size: 1.5em !important;
}
