
.pre_wrap { white-space: pre-wrap; }  /* Whitespace is preserved by the browser (not collapsed to one). Text will wrap when necessary, and on line breaks*/

div#content
{
  padding-top: 0; /* overide base.css */
}

div#account_name
{
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 1px;
  margin: 0px auto 12px auto;
  padding: 8px 0px;
}

img#icon_back
{
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 25px;
  cursor: pointer;
}

div#tab_content div#event table td:nth-child(1) { width: 40%; }
