
.infobox.UX.bg-success {
    display: none;
}
.NEW-BLOG .infobox.UX.bg-success {
    display: block;
}
.CoverPhotoInner > img {
    top: 0;
}
.EditBlogPost .BlogPostMiniForm {
    left: auto;
    position: absolute;
    right: 50px;
    top: -14px;
    width: 200px;
}
.BlogPostEdit .UploaderButton {
    color: #999999;
    text-align: center;
}
.BlogPostEdit .UploaderButton i {
    margin-right: 5px;
}
.BlogPostEdit #preview-pane {
    display: none;
}
#formEmbeddable > fieldset {
    margin: 0 auto;
    width: 95%;
}
#formEmbeddable h2 {
    font-weight: 200;
    margin: 10px 0;
}
#divEmbeddable .Action {
    text-align: right;
    padding-bottom: 20px;
}
#divEmbeddable {
    border-bottom: 1px solid #ccc;
}
.imgFeaturedImage.Hide, .Video.Hide, #divEmbeddable.Hide {
    display: none;
}
.Video {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 2% 0;
    text-align: center;
}
#formEmbeddable .FieldRow.TextAreaContainer {
    background-color: #f0f0f0;
    margin-top: 72px;
}
.videoDetails:after {
    clear: both;
    content: " ";
    display: block;
}
.videoDetails {
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 111px;
    padding: 5px 5px 0;
    width: auto;
}
.videoDetails > div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    display: block !important;
    float: left;
    margin: 0 !important;
    width: 35% !important;
}
.videoDetails > div.LeftPane {
    width: 65% !important;
}
.videoDetails .LeftPane > div {
    padding: 10px 10px 10px 140px;
    position: relative;
}
.VideoDisplay > iframe {
    height: 100%;
    width: 100%;
}
.CoverPhotoInner.Hide .videoDetails {
    visibility: hidden;
}
.URLControl .URLContainer {
    float: left;
    width: 90%;
}
.URLControl > i {
    float: left;
    margin: 9px;
    border-radius: 100%;
    background-color: #ccc;
    padding: 0 6px;
    font-size: 1.25em;
    color: #fff;
}
.URLControl > i:hover {
    background-color: #333;
    cursor: pointer;
}
.NEW-BLOG-POST .infobox.UX.bg-success {
    display: block;
}
.ProfileOptions > div {
    display: table;
    margin: 0  auto;
    width: 100%;
}
.EDIT-BLOG .ProfileOptions > div, .BLOGS .ProfileOptions > div {
    width: 100%;
}
.NEW-BLOG-POST .infobox.UX.bg-success {
    margin: 0 auto;
}
.cke_editable img, .TableContainer img {
    height: auto !important;
    max-width: 100%;
}
