@charset "UTF-8";

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

a:visited {
  color:#AD4D54;
}

body {
  background-color:#ffffff;
  background-color:#B4CEC4;
  color:#4B573D;
  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/243/24390543/783-823-796-771-10898457.jpg);
}

.profile_section_content {
  color:#4B573D;
  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:#F2EEE9;
  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 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#B4CEC4;
  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 #151515;
  -moz-box-shadow:0 0 0 #151515;
  box-shadow:0 0 0 #151515;
  -webkit-text-shadow:0 0 0 #000000;
  -moz-text-shadow:0 0 0 #000000;
  text-shadow:0 0 0 #000000;
}

.content {
  padding:5px;
}

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

/*
* â€” start side menu â€”
*/
#dSo {
  display:inline-block;
  width:300px;
  min-height:140px;
  position:fixed;
  top:120px;
  left:-350px;
  background-color:#AFD1D0;
  color:#AFD1D0;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  padding:20px;
  font-size:18px;
  font-weight:normal;
  line-height:1.3em;
  border:0 dashed #AFD1D0;
  border-radius:0 0 0 0;
  -webkit-border-radius:0 0 0 0;
  box-shadow:0 0 0 0 #AFD1D0,0 0 0 0 #AFD1D0;
  -webkit-box-shadow:0 0 0 0 #AFD1D0,2px 1px 6px 4px #AFD1D0;
  text-shadow:0 0 #AFD1D0;
  font-weight:normal;
  z-index:99999;
}

#dSo:hover {
  display:inline-block;
  width:300px;
  min-height:140px;
  position:fixed;
  top:120px;
  left:-2px;
  background:#316A85;
  color:#AFD1D0;
  padding:20px;
  font-size:18px;
  font-weight:normal;
  line-height:1.3em;
  border:2px dashed #AFD1D0;
  border-radius:10px;
  box-shadow:0 0 0 0 #316A85,2px 1px 6px 4px #316A85;
  text-shadow:0 0 #316A85;
  font-weight:normal;
}

.dbut_show {
  display:inline-block;
  width:30px;
  height:110px;
  position:absolute;
  top:12px;
  right:-33px;
  font-size:14px;
  background:#316A85;
  border-radius:0 8px 8px 0;
  -webkit-border-radius:0 8px 8px 0;
  border-left:2px dashed #AFD1D0;
  border-right:2px outset #AFD1D0;
  border-top:1px inset #AFD1D0;
}

.rotate {
  display:block;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align:center;
  margin-top:40px;
}

.dBo a {
  background-color:#AFD1D0;
  padding:5px 10px;
  color:#336C87;
  text-decoration:none;
  display:block;
  width:260px;
  text-align:center;
  margin:3px 8px 3px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-left:1px solid #336C87;
  border-right:1px solid #336C87;
}

.dBo a:hover,.dBo a:focus {
  background-color:#AAD0D1;
  color:#336F87;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  border-left:1px solid #F4F9E3;
  border-right:1px solid #F4F9E3;
}

/*
* â€” end side menu â€”
*/