div.row-project-thumbs div.title a {
    font-size: 92% !important;
}

a.historyBack:before {
    content: '<- ';
}

.seotext p a {
    color: #0a0a0a;
    text-decoration: underline;
}

a.historyback {
    float: right;
    padding: 6px 25px;
    margin-top: -18px;
    background-color: #3E8AC2;
}


.image-wrap {
  display: inline-block;
  width: 19%;
}

.gfitem {
    margin-top: 2.5rem;
    border-bottom: none !important;
}

.gfitem .text {
    padding-right: 2.0rem;
}

element.style {
}
a.gf-name.first {
    margin-left: 3px;
}
a.gf-name {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0px;
    padding-left: 0px;
    background-image: none !important;
}

img.gf-mobile {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
}
/* Small only */

@media screen and (max-width: 39.9375em) {
    div.row-project-thumbs div.title {
        text-align: left;
        padding-top: 0.5rem;
        margin-bottom: 1.5em;
    }
    a.historyback {
        margin-top: 0px;
        float: none;
    }
    .body-start ul.square-list-style {
        line-height: 2.0em;
    }
    .seotext p {
        line-height: 2.0em;
    }
}


/* Medium and up */

@media screen and (min-width: 40em) {}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    a.historyback {
        margin-top: 0px;
        float: none;
    }
}


/* Large and up */

@media screen and (min-width: 64em) {

.image-wrap {
  display: inline-block;
  width: 15%;
  margin-right: 20px;
}

.image-wrap:last-child {
    margin-right: 0;
}

}


/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
