.m101-widget.oycbvbuxtt {
    display: table;
    width: 100%;
    max-width: 450px;
    margin: 20px auto 30px;
}

.m101-widget.oycbvbuxtt a {
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333333;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
}

.m101-widget.oycbvbuxtt a:hover {
    color: #1a1a1a;
}

.m101-widget.oycbvbuxtt .m101-widget-price-comparison-title {
    display: table-caption;
    font-size: 1.2rem;
    padding-bottom: 10px;
    text-align: center;
}

.m101-widget.oycbvbuxtt .m101-widget-row {
    display: table-row;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

.m101-widget.oycbvbuxtt .m101-widget-image {
    display: none;
}

.m101-widget.oycbvbuxtt .m101-widget-image img {
    display: none;
}

.m101-widget.oycbvbuxtt .m101-widget-product-name {
    display: none;
}

.m101-widget.oycbvbuxtt .m101-widget-merchant-name {
    display: none;
}

.m101-widget.oycbvbuxtt .m101-widget-merchant-image {
    display: table-cell;
    /*border-bottom: 1px solid #cccccc;*/
    vertical-align: middle;
    padding: 9px 0;
}

.m101-widget.oycbvbuxtt .m101-widget-merchant-image img {
    vertical-align: middle;
}

.m101-widget.oycbvbuxtt .m101-widget-original-price {
    display: none;
}

.m101-widget.oycbvbuxtt .m101-widget-final-price {
    display: table-cell;
    text-align: center;
    /*border-bottom: 1px solid #cccccc;*/
    vertical-align: middle;
}

.m101-widget.oycbvbuxtt .m101-widget-final-price a, .m101-widget.oycbvbuxtt .m101-widget-final-price a:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    border: 0;
}

.m101-widget.oycbvbuxtt .m101-widget-discount {
    display: none;
}

.m101-widget.oycbvbuxtt .m101-widget-button {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    /*border-bottom: 1px solid #cccccc;*/
    vertical-align: middle;
}

.m101-widget.oycbvbuxtt .m101-widget-button a {
    color: #28a390;
    border-color: #28a390;
}

.m101-widget.oycbvbuxtt .m101-widget-button a:after {
    content: "See Now";
    font-weight: bold;
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
}

.m101-widget.oycbvbuxtt .m101-widget-button a:hover {
    color: #984c8c;
}


