.ModelCardHeader {
}
.ModelCardHeader h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ModelCardBody {
    font-size: 13px;
}
.ModelCardFooter {
    /*clear: left;*/
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 15px;
}
.ModelCardFooter table {
    font-size: 12px;
    width: 600px;
}
.ModelCardFooter table a {
    color: gray;
    font-size: 12px;
    text-decoration: underline;
}

.ModelCardBody a img {
    border: 1px solid gray;
}

