@charset "UTF-8";

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

a:visited {
  color:#;
}

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

.profile_section_content {
  color:#666666;
  border:px #;
  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 {
  padding:5px;
}

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

@media (max-width: 450px) {
  .iframe {
    width:350px;
    height:1590px;
  }
}

@media (min-width: 451px) and (max-width: 479px) {
  .iframe {
    width:360px;
    height:1625px;
  }
}

@media (min-width: 480px) and (max-width: 550px) {
  .iframe {
    width:420px;
    height:1720px;
  }
}

@media (min-width: 551px) and (max-width: 650px) {
  .iframe {
    width:460px;
    height:2030px;
  }
}

@media (min-width: 651px) and (max-width: 860px) {
  .iframe {
    width:550px;
    height:2385px;
  }
}

@media (min-width: 861px) and (max-width: 1099px) {
  .iframe {
    width:768px;
    height:1480px;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .iframe {
    width:994px;
    height:1040px;
  }
}

@media (min-width: 1200px) and (max-width:1299px) {
  .iframe {
    width:1065px;
    height:1120px;
  }
}

@media (min-width: 1300px) and (max-width:1399px) {
  .iframe {
    width:1205px;
    height:1280px;
  }
}

@media (min-width: 1400px) and (max-width:1499px) {
  .iframe {
    width:1275px;
    height:1350px;
  }
}

@media (min-width: 1500px) and (max-width:1570px) {
  .iframe {
    width:1430px;
    height:1475px;
  }
}

@media (min-width: 1571px) and (max-width:1899px) {
  .iframe {
    width:1560px;
    height:1605px;
  }
}

@media (min-width: 1900px) {
  .iframe {
    width:1780px;
    height:1830px;
  }
}

.label {
  display:none;
}

#username_container {
  display:none;
}

#gender_container {
  display:none;
}

#sexual_preference_container {
  display:none;
}

#smoke_container {
  display:none;
}

#drink_container {
  display:none;
}

.col-sm-4 {
  padding:20px;
}