@charset "UTF-8";

div.headerbox {
  width:90%;
  padding:5px;
  margin:5px;
  text-align:center;
  border:solid 2px #69004F;
}

div.pinkboxcenter {
  background-color:#ff3adf;
  width:90%;
  padding:5px;
  margin:5px;
  text-align:center;
}

div.pinkbox {
  background-color:#ff3adf;
  width:90%;
  padding:5px;
  margin:5px;
  color:white;
}

div.darkpinkbox {
  background-color:#B41D97;
  width:90%;
  padding:5px;
  margin:5px;
  color:white;
}

div.purplebox {
  background-color:#69004F;
  width:90%;
  padding:5px;
  margin:5px;
  color:white;
}

div.blackbutton {
  background-color:#505050;
  display:inline-block;
  color:white;
  border:solid 2px white;
  padding:5px;
}

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

a:visited {
  color:#a100ff;
}

body {
  background-color:#ffffff;
  background-color:#cd00d0;
  color:#222121;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/192/19277083/648-240-331-742-7937085.jpg);
}

.profile_section_content {
  color:#222121;
  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:-2px 0 0 #ff3adf;
  -moz-box-shadow:-2px 0 0 #ff3adf;
  box-shadow:-2px 0 0 #ff3adf;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#69004f;
  color:#FFFFFF;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:25px;
  text-align:center;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:-2px 0 0 #ff3adf;
  -moz-box-shadow:-2px 0 0 #ff3adf;
  box-shadow:-2px 0 0 #ff3adf;
  -webkit-text-shadow:0 0 0 #ff3adf;
  -moz-text-shadow:0 0 0 #ff3adf;
  text-shadow:0 0 0 #ff3adf;
}

.content {
  padding:5px;
}

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