@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic');

body.widget-snippet {
    background-color: #e7e7e7;
    padding:40px;
}
body.widget-snippet .footer-address .item-wrapper {
    padding: 7px;
}
body.widget-snippet .footer-address {
    max-width: 270px;
}
.fee-widget-selected .footer-address {
    background-color: #e7e7e7;
}
.footer-address .item-wrapper {
    color: #777777;
    display: table;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 12px;
    width: 100%;
}
.footer-address .item-wrapper label {
    font-family: "Open Sans",sans-serif;
    color: #222222;
    float: left;
    font-size: 13px;
    width: 70px;
    line-height: inherit;
    padding-right: 15px;
}
.footer-address .item-wrapper .address,
.footer-address .item-wrapper a:link,
.footer-address .item-wrapper a:visited,
.footer-address .item-wrapper a:active,
.footer-address .item-wrapper a:focus {
    color: #777777;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: inherit;
    text-decoration: none;
}

.footer-address .item-wrapper a:link {
    word-break: break-all;
}
.widget.widget-snippet .footer-address .item-wrapper a:focus {
    outline: none;
}
.footer-address .item-wrapper a:hover {
    color: #e34546;
}
.footer-address .item-wrapper label + * {
    display: table;
}