.mre-user-card {
    height: 230px;
    width: 400px;
    margin: -240px 0 0 -15px;
    z-index: 900;
    border: 1px solid #1976d2;
    border-top-width: 5px;

    -webkit-transition: height .25s ease;
    -moz-transition: height .25s ease;
    -ms-transition: height .25s ease;
    -o-transition: height .25s ease;
    transition: height .25s ease;
}

.mre-user-card .row {
    margin-bottom: 10px;
}

.mre-user-card > .valign {
    width: 100%;
}

.mre-user-card h6 {
    font-size: 1.5em;
}

.mre-user-card p {
    margin: 0 0 0.5em;
}
