.togglebutton { display: inline; }

/* all */

#motdcont, #bolocont, #squatcont, #leoinfocont {
  width: 420px;
  margin: 20px 0 0 20px;
}

#motdtab, #bolotab, #squattab, #leoinfotab, #errortab {
  color: #963;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 4px 16px 2px 16px;

  border: 1px solid #963;
  background-color: #ffc;

  display: inline-block;
  margin-bottom: -1px;
  border-bottom: 1px solid #ffc;
  z-index: 9999;

  -webkit-border-top-left-radius:  8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft:      8px;
  -moz-border-radius-topright:     8px;
  border-top-left-radius:          8px;
  border-top-right-radius:         8px;
}

#motdinner, #boloinner, #squatinner, #leoinfoinner, #errorinner {
  -webkit-border-top-right-radius:    8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-bottom-right-radius: 8px;

  -moz-border-radius-topright:        8px;
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-bottomright:     8px;

  border-top-right-radius:            8px;
  border-bottom-left-radius:          8px;
  border-bottom-right-radius:         8px;

  box-shadow: 0 3px 3px rgba(0,0,0,0.3);

  padding: 5px;
  font-size: 12px;
  text-align: left;

  z-index: 1;
}


/* motd */

#motdtab {
  color: #963;
  background-color: #ffc;
  border: 1px solid #963;
  border-bottom: 1px solid #ffc;
}

#motdinner {
  border: 1px solid #963;
  background-color: #ffc;
  /* keep image within div */
  overflow: hidden;
}

#motdimg {
  float: left;
  padding-right: 8px;
}


/* bolos */

#bolotab {
  color: blue;
  background-color: #eee;
  border: 1px solid blue;
  border-bottom: 1px solid #eee;
}

#boloinner {
  border: 1px solid blue;
  background-color: #eee;
}

.boloitem {
  font-size: 14px;
  margin: 6px;
}

.bolopdf {
  margin: 0 6px -2px 0;
}


/* squatters */

#squattab {
  color: #063e53;
  background-color: #d1c5b7;
  border: 1px solid #063e53;
  border-bottom: 1px solid #d1c5b7;
}

#squatinner {
  background-color: #d1c5b7;
  border: 1px solid #063e53;
}

.squatouitem {
  color: #063e53;
  font-size: 14px;
  font-weight: bold;
  margin: 4px;
}

.squatitem {
  font-size: 12px;
  margin: 0 0 2px 12px;
}


/* leoinfo */

#leoinfotab {
  color: white;
  background-color: blue;
  border: 1px solid blue;
  border-bottom: 1px solid blue;
}

#leoinfoinner {
  background-color: white;
  border: 1px solid blue;
  line-height: 150%;
}


/* errors */

#errorcont {
  width: 540px;
  margin: 0 0 0 20px;
}

#errortab {
  color: red;
  background-color: white;
  border: 1px solid red;
  border-bottom: 1px solid white;
}

#errorinner {
  border: 1px solid red;
  background-color: white;
  font-family: "Courier New", Courier, monospace;
  padding: 10px;
}
