
body.work a#work {
    color: rgb(40, 40, 40);
}

/* 
    Work Index
*/

body.work  {
    background-color: rgb(204,173,110);
    color: rgb(40, 40, 40);
}

/* 
    Work Post
*/

.work-post {
    color: white;
    background-color: rgb(40, 40, 40);
    width: 100%;
    padding: 12px 15px 15px 15px;
    margin: 23px 0px 0px 0px;
}

/* Sleazy workaround for collapsing divs. */
.work-post:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

/* Used for post title. */
.work-post h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 12px 0px;
}

.work-post>img {
    width: 100%;
    height: auto;
}

.work-post .rich-text a {
    color: rgb(204,173,110);
    font-weight: 700;
}

.app-store {
    float: left;
}

.last-before-badge {
    float: left;
    width: 421px;
    margin: 0px 30px 0px 0px;
}
