div.w-100{
    width:100%
}

div.post-about {
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 10px;
}

div.post-about img.headshot {
    background-color: #bbb;
    border: 1px solid #ddd;
    border-radius: 64px;
    float: left;
    height: 105px;
    left: 0px;
    margin-right:10px;
    position: relative;
    top: -15px;
    width: 105px;
}

div.post-about div.profile {
    margin-bottom: -30px;
    margin-left: 120px;
    padding: 0;
}

div.post-about div.profile h3 {
    margin-bottom: 10px;
}

div.blog-post-content img {
    width: 100%;
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 15px;
}

table th {
    padding: 2px;
    border-bottom: 1px solid #ddd;
}
