body, html {
    font-family: sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #444;
}

.icon {
  position: relative;
  margin: 24px;
  width: 150px;
  height: 43px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.icon .logo {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  background: url('../../img/logo-widget.png') center;
  margin-left: 46px;
}

.preview-mode {
    margin-top: 20px;
    text-align: center;
    display: none;
    width: 83%;
    margin: 0 auto;
    height: 93%;
    border-style: dashed;
    border-color: #fcd936;
    border-width: 4px;
    
}

.preview-mode .preview-text-body {
    width: 71%;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    z-index: 10000000;
    margin-left: 6%;
    font-size: 12pt;
    font-weight: bold;
    bottom: 12px;
}
.default-preview-image {
    background: url('../../img/preview.png') no-repeat;
    background-size: 100% 100%;
}
.preview-image {
    background: url('../../img/video-placeholder.png');
    background-size: cover;
}

.main-title {
    text-align: center;
    margin:0;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
}

.video-name {
    background-color: #ffffff;
}

.feed {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
}

.widget-body {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    height: 100%;
    vertical-align: middle;
    width:100%;

}

.widget-header {
    overflow: hidden;
    margin-bottom: 10px;
    height: 50px;
}

.feed-container {
    box-shadow: #888 0 0 10px;
    border: 1px solid #fff;
    background-color: #f8f8f8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px;
}

.overview{
    overflow-y: auto;
    position: relative !important;
}

.feed:hover {
    background: #fff;
    opacity: 0.5;
    box-shadow: #ddd 0 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-color: transparent;
}

.feed .title {
    font-size: 13px;
    line-height: 20px;
    font-weight:bold;
}

.feed .content p {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}