html, body {
  height: 100%; }

body {
  margin: 0px;
  background: #000;
  color: #fff;
  font-family: arial, sans-serif; }

#shadow {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #000; }

#shareBox {
  display: none;
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 11000; }

.closeButton {
  padding: 2px;
  text-align: right; }
  .closeButton a {
    font-size: 10px;
    text-decoration: none;
    color: #858585; }
    .closeButton a:hover {
      text-decoration: none; }

.addthis_toolbox .two_column {
  width: 245px;
  padding: 10px 0 10px 0px;
  border: 2px solid #2b2b2b;
  font-size: 11px;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .addthis_toolbox .two_column a {
    padding: 4px 0 4px 20px;
    position: relative;
    width: 80px;
    display: block;
    text-decoration: none;
    color: #858585; }
    .addthis_toolbox .two_column a:hover {
      text-decoration: none; }
    .addthis_toolbox .two_column a img {
      vertical-align: middles; }
  .addthis_toolbox .two_column span {
    position: absolute;
    left: 14px;
    top: 4px; }
  .addthis_toolbox .two_column .top {
    padding: 0 0 10px 0;
    border-bottom: solid 1px #2b2b2b;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px; }
  .addthis_toolbox .two_column .more {
    border-top: solid 1px #2b2b2b;
    padding: 10px 0 0 0;
    margin: 10px 20px 0 20px;
    text-align: center; }
    .addthis_toolbox .two_column .more a {
      padding: 4px 0;
      width: auto; }
    .addthis_toolbox .two_column .more span {
      display: none; }
  .addthis_toolbox .two_column .column1, .addthis_toolbox .two_column .column2 {
    width: 120px;
    float: left; }
  .addthis_toolbox .two_column .clear {
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0; }
