profile-blurb.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* General */

/* Admin frontend */
#block-jango-sub-local-tasks ul {
    padding-left: 0;
}
.container .alert {
    margin: 0 -15px;
}

/* Adopt details */
.child-profile p a {
    color: #337ab7
}
.info {
    border: 1px solid #ebeef2;
    padding: 0 15px;
}
.info table {
    width: 100%;
}
.info,
.about .profile-more {
    margin-top: 10px
}
.info table tr {
    border-bottom: 1px solid #ebeef2;
}
.info table tr:last-child {
    border: 0;
}
.info table tr td:first-child {
    font-weight: bold;
}
.info table tr td:last-child {
    padding: 10px
}
.polaroid img {
    width: 100%;
}
h1.profile-blurb {
    font-size: 30px;
    margin-top: 8px;
}
.about > div,
.profile-blurb {
   margin-bottom: 10px; 
}
.about .title {
    font-weight: 600;
}
.child-heading {
    display: flex;
    margin-bottom: 10px;
}
.child-heading a {
    flex: 50%;
}
.learn-more {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 25px;
    border-bottom: 1px solid #ebeef2;
}

/* Responsive display */
@media (min-width: 992px) { 
    .info table {
        width: auto;
    }
}