@import url(base.css);
@charset "utf-8";

td, th
{
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  }

h2
{
  background-color: #d4e9ff;
  margin-top: 1em;
  margin-left: 1em;
  border-style: none;
  border-color: #66b3ff;
/*  border-left-width: 3px;
  border-left-style: solid; */
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  padding-left: 0.5em;
  }

address:after,
address::after
{
  display: none;
}

address:before,
address::before
{
  display: inline;
  background: none;
  }

address
{
  padding: inherit;
  margin: inherit;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  background: none;
  border-width: thin;
  border-style: none;
  border-top-style: dotted;
  border-color: #66b3ff;
  float: right;
  padding: 0em 1em;
  }

* > address:before
{
  content: "Powered by "
  }

* > address
{
  width: 18em;
  height: 1.2em;
  overflow: hidden;
  }

* > address:hover:before,
* > address:focus:before
{
  content: "";
  }

* > address:hover,
* > address:focus
{
  width: auto;
  height: auto;
  overflow: visible;
  }

