
/* 
    Created on : Aug 21, 2016, 2:00:49 AM
    Author     : icewa
*/

.comments-area .comment a.text-info,
.post .panel-body .white-space-pre .text-info {
    color: #376981;
}

.comments-area .comment a.text-info:hover,
.post .panel-body .white-space-pre .text-info:hover {
    color: #376981;
}

.post .comment .comment-action {
    visibility: hidden;
}

.post .comment:hover .comment-action {
    visibility: visible;
}

.post .comment-ta {
    height: 36px;
    padding: 8px 10px;
}

.oembed.preview {
    position: relative;
}

.oembed .panel-body {
    max-height: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.oembed.media {
    overflow: visible;
    border: solid 1px #eee;
}

.oembed.media .media-left {
    max-width: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%;
    border-right: solid 1px #ddd;
    padding: 4px;
}

.oembed.media .media-body {
    padding: 4px;
}

.oembed.preview .closer {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 2px 6px;
    border: solid 1px #444;
    background-color: #fff;
    border-radius: 25px;
    cursor: pointer;
}

.oembed .title {
    font-family: "Georgia";
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 3px;
}

.oembed .description {
    font-size: 13px;
    padding: 3px;
}

.oembed .domain {
    padding: 3px;
    font-size: 11px;
}

.oembed.preview .title:hover:not(:focus),
.oembed.preview .description:hover:not(:focus) {
    background-color: #ffd;
}

.oembed .panel-body iframe {
    width: 100%;
}

.oembed .panel-footer a,
.oembed .media-body a {
    color: #111;
}

