@charset "UTF-8";

UTF-8;
body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#fff;
  background-color:#fffff;
  background:url(https://files.catbox.moe/3uix67.png);
  padding:0;
  margin:0;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

/* ==========================================================================
   Main Layout
   ========================================================================== */
#profile {
  font-size:.83em;
  line-height:1.25;
  width:900px;
  margin:auto;
}

.profile_row {
  background:#badbd3 url(https://files.catbox.moe/q2dei2.gif) top center repeat;
  margin:10px 0;
}

.profile_section_content {
  margin:0;
  padding:0;
  height:100%;
}

#profile_about_me {
  height:100%;
}

#profile_about_me_friends {
  height:650px;
  display:block;
}

#about_me_value {
  height:650px;
  display:block;
}

#profile_comments {
  height:225px;
  padding:15px;
  width:900px;
  display:block;
  overflow-y:scroll;
  overflow-x:auto;
}

/* ==========================================================================
   Hidden Elements
   ========================================================================== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_header,#profile_photo_galleries,#profile_interests_content,#profile_friends {
  display:none;
}

.container {
  display:none;
}

#about_me_container {
  display:block;
  margin:0;
  width:100%;
  height:100%;
  position:relative;
  top:0;
  left:0;
}

/* ==========================================================================
   About Blocks
   ========================================================================== */
#chip_Profile_block {
  width:270px;
  height:270px;
  position:absolute;
  left:0;
  top:0;
  margin:15px;
}

#chip_Profile_img {
}

#chip_Info_block {
  width:270px;
  height:320px;
  position:absolute;
  left:0;
  bottom:0;
  margin:15px;
  overflow:auto;
}

#chip_About_block {
  width:600px;
  height:620px;
  position:absolute;
  right:0;
  top:0;
  padding:15px;
  overflow-y:auto;
  overflow-x:hidden;
}

#chip_About_block img {
  max-width:550px;
}