@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#cd1698;
  color:#1726d6;
  font-family:'Arial';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/11244.jpg);
}

.profile_section_content {
  color:#1726d6;
  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:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  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 {
  #abmedisplay:block;
  width:90%;
  height:86px;
  margin:10px auto;
  text-align:center;
}

.tipmeoffline {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.tipmeoffline:hover {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_on.png);
  background-repeat:no-repeat;
  background-position:top center;
}

.myamazon {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.myamazon:hover {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_on.png);
  background-repeat:no-repeat;
  background-position:top center;
}  
}