@charset "UTF-8";

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

a:visited {
  color:#;
}

#city_label {
  display:none;
}

body {
  background-color:#ffffff;
  background-color:#55bdf6;
  color:#666666;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-position:top left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-image:url(https://img.mfcimg.com/photos2/298/29898309/988-622-620-454-11885044.jpg);
  background-size:100% auto;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  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;
  height:750px;
}

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

.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:#ef2626;
  color:#fff;
  font-family:"Arial Black";
  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;
}

.my_mfc_news_feed {
  width:100%;
  height:350px;
}

#automobile_label {
  vertical-align:middle;
}

#cam_score_value {
  font-family:"Comic Sans MS",cursive,sans-serif;
  color:#000;
  font-size:20px;
  text-shadow:0 0 16px black;
}

#friends_container,#favorite_models_container {
  display:none;
}

#profile_main_about_holder {
  width:30%;
  float:left;
}

#profile .profile_row:nth-child(3) {
  float:left;
}

#profile .profile_row:nth-child(4) {
  float:left;
  width:30%;
}

#profile_header .profile_section_content {
  height:auto;
}

#comments {
  overflow:scroll;
}

#profile_comments .profile_section_content {
  overflow-y:overlay;
}

.wall_post {
  background:#fff;
}

#footer_bar {
  display:none;
}

.wall_post_info a,.wall_post_info {
  color:red!important;
}

.control-label,#user_comment_strip_links,#show_strip_links_popup,#header_bar {
  display:none;
}

#new_comment_strip_links_container {
  color:#fff;
}

#new_comment_buttons {
  float:right;
}

.wall_post_avatar img {
  width:90px;
  height:90px;
  border-radius:50px;
  margin-left:15px;
}

#an-div {
  margin:0;
  padding:0;
  width:100%;
  line-height:0;
  filter:contrast(10);
}

#ah1,#ah2 {
  width:100%;
  text-align:center;
  display:flex;
  font-size:20px;
  margin:0;
  color:#F10;
}

#ah1 {
  display:block;
}

@keyframes anim {
  0% {
    opacity:0;
    filter:blur(8px);
  }
  
  10% {
    opacity:0;
  }
  
  90% {
    opacity:1;
  }
  
  100% {
    opacity:1;
    filter:blur(2px);
  }
}

.A {
  animation:anim 7s infinite alternate-reverse;
  font-size:35px;
  padding-left:20px;
}

.B {
  animation:anim 5s infinite alternate;
  font-size:35px;
}

#admire {
  color:red;
  text-transform:uppercase;
  font-size:30px;
  text-align:center;
  border:1px dashed red;
  padding:5px;
  margin-top:5px;
  display:block!important;
  border-radius:10px;
}

#school_label {
  display:none;
}

#profile_comments,#meaning_life_label,#profile_header {
  display:none!important;
}

.a_cat {
  float:left;
  margin:0 0 15px 15px;
}

.a_cat img {
  width:120px;
  color:#000;
  font-family:Tahoma;
}

.a_cat span {
  display:block;
  text-align:center;
  color:#000;
  font-family:Tahoma;
}

#profile_interests_content .profile_section_content {
  height:1300px;
}  
}