/* from base styles  */

a[href^=tel],
a[href^=tel]:link
{border-bottom:1px solid #1070d4 !important;color:#1070d4 !important}

.ipad a[href^=tel],
.ipad a[href^=tel]:link
{border-bottom:none !important;color:inherit !important}

.vcard a[href^=tel],
.vcard a[href^=tel]:link
{border-bottom:none !important;white-space:nowrap;}

.vcard a[href^=tel]:focus,
.vcard a[href^=tel]:active,
.vcard a[href^=tel]:link:focus,
.vcard a[href^=tel]:link:active
{text-decoration:none !important}

.vcard a[href^=tel] span.iconText,
.vcard a[href^=tel]:link span.iconText
{border-bottom:none !important}

.vcard a[href^=tel] span.tel,
.vcard a[href^=tel]:link span.tel
{border-bottom:1px solid #1070d4 !important;color:#1070d4}

a[href^=tel]:hover
{border-bottom:none !important;color:#DC291E !important}

/* 50 em upwards */

@media screen and (min-width: 50em){
                a[href^=tel],
                a[href^=tel]:link
                {border-bottom:none !important;color:inherit !important}

                .vcard a[href^=tel] span.tel,
                .vcard a[href^=tel]:link span.tel
                {border-bottom:none !important}

                .grey .vcard a[href^=tel] span.tel,
                .grey .vcard a[href^=tel]:link span.tel
                {color:#5b6063}
}
