.bioPage {
  /* clear floats */
}
.bioPage h1 {
  margin: 0;
}
.bioPage .bioHeading {
  border-bottom: 1px solid #ccc;
  margin: 15px 0 15px;
  position: relative;
  padding: 0 0 3px 0;
}
.bioPage div#bioRecentQuestions {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bioPage div#bioRecentArticles {
  margin-bottom: 40px;
  margin-top: 30px;
}
.bioPage .bioContent {
  overflow: hidden;
}
.bioPage .bioContent p {
  display: block;
}
.bioPage .bioContent .authorImage {
  float: left;
  padding-right: 25px;
}
@media only screen and (max-width : 767px) {
  .bioPage .bioContent .authorImage img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 975px) {
  .bioPage .bioContent .authorImage img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 976px) {
  .bioPage .bioContent .authorImage img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
}
.bioPage .bioBox {
  border: 1px solid #D8D8D8;
  position: relative;
  margin: 1.42857em 0;
  border-radius: .2em;
}
.bioPage .bioBox .bioBigPhoto {
  float: left;
  margin: 10px 10px 10px 10px;
  border-radius: 50%;
  width: 100px;
}
.bioPage .bioBox h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.bioPage .bioBox .bioHeading {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 15px 5px 15px;
  font-size: 16px;
  background-color: #F2F2F2;
}
.bioPage .bioBox .bioContent {
  color: #888;
  overflow: hidden;
  line-height: 25px !important;
  padding: 10px 15px 5px 15px;
  min-height: 76px;
}
.bioPage .bioBox .bioContent p {
  display: inline;
}
.bioPage .bioBox .bioContent h2 {
  margin-top: 2px;
}
.bioBox {
  border: 1px solid #D8D8D8;
  position: relative;
  margin: 1.42857em 0;
  border-radius: .2em;
}
.bioBox .bioBigPhoto {
  float: left;
  margin: 10px 10px 10px 10px;
  border-radius: 50%;
  width: 100px;
}
.bioBox h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.bioBox .bioHeading {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 15px 5px 15px;
  font-size: 16px;
  background-color: #F2F2F2;
}
.bioBox .bioContent {
  color: #888;
  overflow: hidden;
  line-height: 25px !important;
  padding: 10px 15px 5px 15px;
  min-height: 76px;
}
.bioBox .bioContent p {
  display: inline;
}
.bioBox .bioContent h2 {
  margin-top: 2px;
}
.bioSocialLinks {
  line-height: 18px;
  overflow: hidden;
  margin-top: 5px;
}
.bioSocialLinks ul {
  margin: 0;
  padding-left: 0;
}
.bioSocialLinks ul li {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
}
.bioSocialLinks a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
}
.bioSocialLinks .last {
  margin-right: 0;
}
.bioSocialLinks .facebook a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/facebook.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .linkedIn a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/linkedin.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .twitter a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/twitter.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .google a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/google-plus.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .contact a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/email.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .pinterest a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/pinterest.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .youtube a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/youtube.png?width=20&height=20") no-repeat;
  text-indent: 3px;
}
.contributor-wrapper .member-container {
  text-align: center;
}
.contributor-wrapper .contributor-image {
  min-height: 170px;
}
.contributor-wrapper .contributor-image img {
  border: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .bioRelatedArticles .bioArticleImage {
    display: none !important;
  }
}
.bioRelatedArticles .bioArticleImage img {
  width: 100px;
  height: 63px;
}
@media only screen and (max-width : 767px) {
  .bioRelatedArticles .bioArticleImage img {
    width: 70px;
    height: 44px;
  }
}
.contributor-team-container .next-line {
  min-height: 25px;
}
.contributor-team-container .member-container {
  text-align: center;
}
.contributor-team-container .contributor-image-container {
  min-height: 160px;
}
.contributor-team-container .contributor-image-container img {
  border: 10px;
  border-radius: 50%;
}
.contributor-team-container span.contributor-name {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}
