.cv-widget-form .drag-handle {
    text-align: center;
    vertical-align: middle;
    opacity: 0.2;
}

.cv-widget-form .drag-handle:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    opacity: 1;
}

.cv-widget-form .ui-sortable-helper > .drag-handle:hover {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.cv-widget-form-field-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cv-widget-field-left {
    flex-grow: 10;
    flex-basis: 50%;
    margin-left:15px;
    margin-right:15px;
}

.cv-widget-field-right {
    flex-grow: 1;
    flex-basis: 170px;
    margin-left:15px;
    margin-right:15px;"
}

.cv-widget-checkbox {
    margin-left: 15px;
}

.cv-article-list-widget-article {
    min-height:128px;
    position:relative;
}
.cv-article-list-widget-article:not(:first-child) {
    margin-top:1.5em;
}

.cv-article-list-widget-title {
    margin-bottom: 9px;
}

.cv-article-list-widget-article-image {
    background-color:#DDD;float:left;margin-right:10px;
}

.cv-article-list-widget-article-text {
    padding-bottom: 2em;
}

.cv-article-list-widget-research-subject, .cv-article-list-widget-read-more {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.cv-article-list-widget-read-more {
    position: absolute;
    bottom: 0px
}

.cv-video-widget-title-summary {
    margin: 0;
    padding: .5em;
}

.custom_content_widget {
    overflow-x: auto;
    word-wrap: break-word;
}
.custom_content_widget img {
    max-width: 100%;
    height: auto !important;
}
.custom_content_widget iframe {
    max-width: 100%;
}
.custom_content_widget > *:last-child,
.custom_content_widget > *:last-child *:last-child{
    margin-bottom: 0;
}
.custom_content_widget iframe.twitter-timeline-rendered {
    display:block !important;
}

.twitter_feed_widget iframe.twitter-timeline-rendered {
    display: block !important;
}
.twitter_feed_theme_dark > .panel-default {
    background-color: #292F33;  // this is the value used by twitter
}
.twitter_feed_theme_light > .panel-default {
    background-color: #fff;  // this is the value used by twitter
}
