.row {
    width: 100%;
    overflow: hidden;
    clear: left;
    border-bottom: 1px solid #333;
    padding: 37px 0 34px;
}

.row a img {
    border: 2px solid #eee;
}
.row a:hover img {
    border: 2px solid #aaa;
}

.row a {
    display: block;
    float: left;
    margin-right: 50px;
}

dl {
    line-height: 24px;
    width: 380px;
    overflow: hidden;
}

dt {
    display: block;
    float: left;
    color: #eee;
}

dd {
    display: block;
    width: 275px;
    float: right;
}

.row dl {
    width: 350px;
}
.row dd {
    width: 275px;
    float: right;
}


h2 {
    font-size: 12px;
    line-height: 24px;
    color: #eee;
    clear: left;
    margin-top: 1.5em;
}

p {
    width: 380px;
}

#client-identity {
    float: left;
    margin-top: 50px;
    border: 2px solid #eee;
}


.casestudy_client { padding-top:24px; font-size:18px; font-weight:bold; }
.casestudy_client a { color:#fff; text-decoration:none; float:none; }
.casestudy_client a:hover { color:#fff; text-decoration:underline; float:none }
.casestudy_capability { font-size:12px; color:#999; padding-top:2px; }

