    body.widget-snippet .top-right-contact {
        padding: 30px;
        background-color: #2d2e2e;
        margin: 30px;
        text-align: left;
    }

    .widget-snippet .top-right-contact {
        text-align: right;
    }

    .widget-snippet .top-right-contact ul {
        margin: 0;
        padding: 0;
    }

    .widget-snippet .top-right-contact li:before {
        display: none;
    }

    .widget-snippet .top-right-contact li {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }

    .widget-snippet .top-right-contact li + li {
        padding-left: 15px;
    }

    .widget-snippet .top-right-contact span,
    .widget-snippet .top-right-contact li a {
        color: #fff;
        font-size: 15px;
        text-align: left;
        font-weight: 400;
        position: relative;
    }

    .widget-snippet .top-right-contact span {
        font-size: 14px;
    }

    .widget-snippet .top-right-contact li a:hover,
    .widget-snippet .top-right-contact li a:focus {
        color: #13e2dc;
        text-decoration: none;
    }

    .widget-snippet .top-right-contact span {
        padding-right: 2px;
    }

    .widget-snippet .top-right-contact li:first-child a:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: rgba(255,255,255,0.7);
        position: absolute;
        left: 0;
        bottom: 1px;
    }
    .widget-snippet .top-right-contact li:first-child a:hover:after {
        background-color: #13e2dc;
    }
