/*******************************************************************************
  COMPONENTS
*******************************************************************************/
.mypage .upload_jobs {
  clear: both;
}

.mypage .download_client {
  clear: both;
}

/*******************************************************************************
  NEWS SUMMARY
*******************************************************************************/
.news_summary table {
  width: 100%;
}

.news_summary .news_date {
  width: 100px;
  padding-left: 20px;
  background-image: url('/images/bullet.gif');
  background-repeat: no-repeat;
}

.news_summary a {
  padding-left: 20px;
  background-image: url('/images/bullet.gif');
  background-repeat: no-repeat;
  float: right;
}
  .news_summary table a {
    padding: 0;
    float: none;
    background-image: none;
  }
/*******************************************************************************
  YOUR SITE INFORMATION
*******************************************************************************/
.site_info p {
  padding-top: 50px;
  font-size: 2em;
  font-family: Courier New;
  letter-spacing: -0.1em;
}

.site_info img {
  float: left;
}

