#button-contact-new
{
    width: 100%;
    padding: 40px 12px;
}

#button-contact-new i
{
    font-size: 34px;
}

.contact-card
{
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #ddd;
    padding: 20px 20px 40px;
}

.contact-header
{
    font-size: 18px;
}

.contact-card .contact-header button
{
    margin: 0 2px;
    font-size: 22px;
}

.contact-card .contact-footer button
{
    font-size: 18px;
}

.contact-card .contact-body
{
    margin: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact-card .contact-body i
{
    top: 2px;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
}

.contact-card .contact-footer
{
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    position: absolute;
    border-top: 1px solid;
}

.contact-card .contact-footer button.pull-right
{
    margin-left: 4px;
}

.contact-card .contact-footer button.pull-left
{
    margin-right: 4px;
}