@charset "UTF-8";

div.content.about_me table tr:nth-child(2) {
  display:none;
}

div.content.about_me table tr:nth-child(2) {
  display:none;
}

.content {
  padding:4px;
}

.about_me + .heading + .content tr:nth-child(1) {
  display:none;
}

.about_me + .heading + .content tr:nth-child(2) {
  display:none;
}

.about_me + .heading + .content tr:nth-child(3) {
  display:none;
}

a:link,a:active,a:hover {
  color:#FF00FF;
}

a:visited {
  color:#FF00FF;
}

#profile_header_container,#header_bar,#footer_bar,#profile_avatar,#profile_main_photo,#profile_recent_photos {
}

body {
  background:url();
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:1920px 1080px;
  color:#FF00FF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:transparent;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.clock,#clock {
  display:none;
}

td[style='font-size:14px;'] {
  display:none;
}