body {
    margin: 0px;
    padding: 0px;
}

.embed-container .label {
    background: #D4ECF3;
    color: #2F798F;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 3px 0px;
    width: 100%;
    display: block;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.embed-container {
    width: 80px;
    height: 115px;
}

.embed-container .twibbon-preview {
    width: 80px;
    height: 80px;
    background: white url("/Content/Images/public/default-twibbon1.png") no-repeat 40% 40%;
}

    .embed-container .twibbon-preview img {
        max-width: 100%;
    }

.embed-container .twibbon-content {
    width: 100%;
}

.embed-container h4 {
    margin: 0px 0px;
    text-align: center;
}
