@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#163362;
  color:#07583c;
  width:100%;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#07583c;
  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;
}

.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:#3024ea;
  color:#FFFFFF;
  font-family:'Georgia';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  -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;
}

#profile_main_photo {
  display:none;
}

#avatar_holder {
  border-style:solid;
  border-color:#000000;
}

#my_image {
  width:contain;
  height:contain;
}

#picture {
  width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  background-image:url(https://img.mfcimg.com/photos2/204/20464768/837-595-711-369-8818731.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
}

#average_rating_container {
  display:none;
}

#rate_container {
  display:none;
}

#admirers_container {
  display:none;
}