@charset "UTF-8";

a:link {
  color:#000000;
}

a:active {
  color:#999999;
}

a:hover {
  color:##999999;
}

a:visited {
  color:#000000;
}

body {
  background-color:#0000000;
/*current background color*/
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:12px;
}

.profile_section_content {
  color:#000000;
}

.profile_section_background {
  width:100%;
  background-color:transparent;
  background-color:#ffffff;
  opacity:0;
  transform:translateX(0);
}

.profile_section_content .heading {
/* about me top label, title */
  display:none;
}

.content {
  padding:5px;
}

.header_time,#header_bar/* top default links*/,#profile_header,#interests_info,#username_container,#gender_container,#body_type_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#tags_container,#profile_friends,#about_me_label {
  display:none;
}

.arysprofile {
  background-color:#d2beac;
  height:100vh;
  overflow-y:auto;
  overflow-x:hidden;
  width:100vw;
}

.arysinfo
div {
  display:block;
}