/* livewell widget */
.livewell-widget {
    padding: 0 !important;
}

.livewell-widget__box {
    background-color: #f4f5f5;
    margin: 25px;
    padding: 25px 10px;
    border-bottom: 3px solid #a4d65e;
}

.livewell-widget__contents {
    color: #3c3c3c;
}

.livewell-widget__contents h3, .livewell-widget__contents a {
    font-weight: bold;
    color: #003b5c;
}

.livewell-widget__contents h3 {
    font-size: 18px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 12px;
}

.livewell-widget__contents img {
    width: 147px !important;
}

.livewell-widget__contents a {
    text-decoration: underline;
    border: none;
}