@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#;
  color:#6d696a;
  font-family:'pandastyle medium';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  background-position:top right;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/126/12627770/938-522-755-445-4937244.jpg);
}

.profile_section_content {
  color:#6d696a;
  border:px #F2D0D5;
  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=85);
  opacity:.85;
}

.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:#F2D0D5;
  color:#FFFFFF;
  font-family:'pandastyle Medium';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  -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;
}

.scroll {
  display:block;
  border:1px solid gray;
  padding:5px;
  margin-top:5px;
  width:1070px;
  height:670px;
  overflow:scroll;
}

.auto {
  display:block;
  border:1px solid gray;
  padding:5px;
  margin-top:5px;
  width:1070px;
  height:670px;
  overflow:auto;
}