/** updatenotebundle: various styles */

/** vimeo editable */
.video-item > .xratio-16x9 {
    padding-top: 56.25%; /* 9 / 16 * 100 */
    position: relative;
    width: 100%;
}
.video-item > .xratio > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-item > .xratio > iframe {
    border: 0;
}

.nav-action.updatenote {
    background: #7aa0c2;
}
.nav-action.updatenote:hover,
.nav-action.updatenote:focus,
.nav-action.updatenote:active {
    background: rgb(67.2886597938, 109.206185567, 146.7113402062);
}
.nav-action.updatenote svg.icon-rocket {
    fill: #ffffff;
    height: 28px;
    width: 28px;
    vertical-align: middle;
}
.nav-action.updatenote .badge {
    color: #7aa0c2;
    border-color: #7aa0c2;
    background: rgba(255, 255, 255, .75);
}
