@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#dab6b6;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.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;
}

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

.img_radius_shadow {
  -webkit-border-radius:11px;
  -moz-border-radius:11px;
  border-radius:11px;
  -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:#7c7c7c;
  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 {
  padding:5px;
}

#abme {
  display: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;
}