#author-bio-box {
  width: 100%;
  background-color: #f8f8f8;
  padding: 35px 25px;
  margin: 0px auto;
}

#author-bio-photo {
  width: 25%;
  display: inline-block;
  float: left;
}

#author-bio-photo .profile-photo img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-align: center;
}

#author-bio-content {
  width: 75%;
  padding: 0 2.5%;
  display: inline-block;
  float: left;
}

.bio-separator {
  width: 100%;
  border-bottom: 2px solid #e7e7e7;
  margin: 25px 0;
}

.author-post-meta {
  width: 100%;
}

.author-post-meta .authors,
.author-post-meta .dates {
  width: 50%;
  display: inline-block;
  float: left;
}

#table-of-contents {
  border-bottom: 1px solid #CCCCCC;
}

#table-of-contents ul {
  padding: 0 0 15px 0;
  margin: 0;
  list-style-type: none;
}

#table-of-contents ul li {
  display: inline;
  padding: 0 10px;
  /*margin-bottom: 5px;*/
  border-right: 1px solid #CCCCCC;
}

#table-of-contents ul li:first-child {
  display: inline-block;
  padding: 0 10px 0 0;
}

#table-of-contents ul li:last-child {
  border-right: 0px;
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #author-bio-photo {
    width: 100%;
    margin: 0 0 35px 0;
    text-align: center;
  }

  #author-bio-photo img {
    max-width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
  }

  #author-bio-content {
    width: 100%;
    text-align: center;
  }

  .author-post-meta .authors,
  .author-post-meta .dates {
    width: 100%;
    text-align: center;
  }
}
