html, body
{
  margin: 0px;
  padding: 3px;
  margin-bottom: 10px;
  overflow-x: hidden;
  height: 100%;
}

#sitetitle
{
  background-size: 80%;
}

#fromxikao
{
  background:none;
  height: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  width: auto;
}

#searchform
{
  position: relative;
  right:0;
  bottom:0;
}


#toolbar
{
  width: 100%;
  display: inline;
}

.sites
{
  width: auto;
  display: inline-block;
  min-height: 10px;
}

#site-menu
{
  display: inline-block;
  vertical-align: bottom;
}

#sub-toolbar
{
  width: 100%;
  display: none;
  min-height: 20px;
  margin-right: 0px;
}

#sub-toolbar ul
{
  display: inline;
  margin: 0px;
}

#sub-toolbar li
{
  display: inline-block;
  border-right: 1px solid #8b8989;
  padding-left: 5px;
  padding-right: 5px;
}

.halfbox
{
  width: 100%;
  display: block;
  vertical-align: top;
}

#article
{
  min-height: auto;
  width: 100%;
}

.photoHolder
{
  float: none;
  margin-bottom: 3px;
}

#movetop
{
  display:inline;
  position: fixed;
  bottom: 3em;
  right: 0.5em;
}

#movebottom
{
  display:inline;
  position: fixed;
  bottom: 1em;
  right: 0.5em;
}

#friendly_sites
{
  display: none;
}

.td25p, .td33p, .td50p
{
  width: 100%;
  display: block;
  border: none;
  border-top: 1px solid #CCCCCC;
}

#master-table td, #master-table tr
{
  display:block; 
}

#master-table th
{
  position:absolute;
  top:-9999px;
  left:-9999px;
}

#master-table td
{
  position:relative;
  border-bottom: 1px solid #eeeeee;
  padding-left:50%;
  text-align:left;
}

#master-table td:before
{
  content: attr(data-label);
  display:inline-block;
  line-height:1.5;
  margin-left:-100%;
  width:100%;
  white-space:nowrap;
  font-weight: bold;
}
