.display-card {
    -webkit-box-shadow: 1px 1px 9px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 1px 1px 9px -3px rgba(0,0,0,0.55);
    box-shadow: 1px 1px 9px -3px rgba(0,0,0,0.55);
    background: #fbfbfb;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
}

.experience-card .dates {
    font-size: 0.8em;
    margin-left: 10px;
    opacity: 0.75;
}

.skills span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    background: #8c90b6;
    color: white;
    padding: 3px 8px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 5px;
    min-width: 50px;
    text-align: center;
}

/* Image gallery */
#photo-gallery .image-cell img {
    display: inline-block;
    width: 230px;
    height: 230px;
    margin-right: 10px;
    object-fit: cover;
}

code.has-jax {
    font: inherit;
    font-size: 100%;
    background: inherit;
    border: inherit;
    color: #515151;
}
