body {
  background-color: #eee;
  font-family: arial,helvetica,sans-serif;
}

#title, #title img {
  height: 56px;
}

#contentColumn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: -10px;
  width: 95%;
  font-family: Verdana,arial,helvetica,sans-serif;
  -moz-box-shadow: 0px 1px 5px #bbbbbb;
  -webkit-box-shadow: 0px 1px 5px #bbbbbb;
  background: #fff;
  -moz-border-radius: 0px 0px 10px 10px;
  -border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}

.pastetable {
  background-color: #dddddd;
}

#pasteform table {
  margin: 0px auto;
  border-left: 1px solid #f5f5f;
}

.inside {
  padding: 0 1.5em;
}

#contentColumn {
  padding-top: 3em;
  margin-top: 2em;
}

#contentColumn .inside {
  position: relative;
  top: -2em;
  padding: 0 0.5em;
}

th,td {
  padding: 0px 7px 0px 7px;
  color: #888888;
}

label,.pturl {
  color: #039639 !important;
}

h1 {
  font-size: 100%;
  text-align: center;
  color: #dd4814;
  font-family: Verdana,arial,helvetica,sans-serif;
  font-size: medium;
  font-weight: 400;
  padding-top: 0.4em;
  margin: 0;
}

textarea {
  font: 110% "Courier New",Courier,monospace;
  color: #000;
  width: 100%;
}

.linenos {
  font-size: medium;
}

div.code {
  font-size: small;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
  -border-radius: 4px;
   padding: 10px 0px;
  margin: 20px 10px 100px 10px;
  color: #000000;
}

div.code div {
  border: 0;
  margin: 0px 0px;
  !important;
  padding: 0px;
  -moz-box-shadow: 0px 1px 5px #eee;
  -webkit-box-shadow: 0px 1px 5px #eeeeee;
  -box-shadow: 0px 1px 5px #eeeeee;
  font-size: medium;
}

div.code a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  padding: 1em;
}

.linecount:hover {
  background: #9999aa;
  display: block;
}

#phone {
  visibility: hidden;
}

.note {
  background: none repeat scroll 0 0 #9999aa;
  color: #f7f7f7;
  padding: 12px;
  margin-top: 50px;
}

table.diff {
  font-family: Courier;
  border: medium;
}

.diff a {
  color: #008000;
}

.diff_header {
  background-color: #e0e0e0;
}

td.diff_header {
  text-align: right;
}

.diff_next {
  background-color: #c0c0c0;
}

.diff_add {
  background-color: #aaffaa;
}

.diff_chg {
  background-color: #ffff77;
}

.diff_sub {
  background-color: #ffaaaa;
}

.bar div {
  display: inline-block;
} 
