.footer {
    margin-top: 1em;
}
.media-body > .panel,
.media-body > .well,
.media-body > .alert {
    margin-bottom: 0;
}
.seamless-inline {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
}
/* boost specificity */
html.no-js .js-only.js-only.js-only {
    display: none !important;
}
.post-content > blockquote {
    font-size: 14px;
}
.post-images {
    margin-top: 8px;
}
.image-attachment {
    float: left;
    display: block;
    margin-right: 8px;
    text-decoration: none;
    position: relative;
}
.image-attachment-image {
    display: block;
    border: 4px solid white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.33), 0 0 1px rgba(0,0,0,.33), 0 1px 1px rgba(0,0,0,.075) inset;
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.33), 0 0 1px rgba(0,0,0,.33), 0 1px 1px rgba(0,0,0,.075) inset;
            box-shadow: 0 1px 2px rgba(0,0,0,.33), 0 0 1px rgba(0,0,0,.33), 0 1px 1px rgba(0,0,0,.075) inset;
}
a.image-attachment:hover .image-attachment-image {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.33), 0 0 1px rgba(0,0,0,.33), 0 1px 1px rgba(0,0,0,.075) inset;
       -moz-box-shadow: 0 2px 6px rgba(0,0,0,.33), 0 0 1px rgba(0,0,0,.33), 0 1px 1px rgba(0,0,0,.075) inset;
            box-shadow: 0 2px 6px rgba(0,0,0,.33), 0 0 1px rgba(0,0,0,.33), 0 1px 1px rgba(0,0,0,.075) inset;
}
.image-attachment .attachment-lock {
    position: absolute;
    color: white;
    right: 6px;
    top: 6px;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.image-attachment .video-player-icon {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    font-size: 28px;
}
.margin-right { margin-right: 8px; }
.margin-left { margin-left: 8px; }
.margin-top { margin-top: 8px; }
.margin-bottom { margin-bottom: 8px; }
.margin-right-2x { margin-right: 16px; }
.margin-left-2x { margin-left: 16px; }
.margin-top-2x { margin-top: 16px; }
.margin-bottom-2x { margin-bottom: 16px; }
.margin-right-3x { margin-right: 24px; }
.margin-left-3x { margin-left: 24px; }
.margin-top-3x { margin-top: 24px; }
.margin-bottom-3x { margin-bottom: 24px; }
.margin-right-4x { margin-right: 32px; }
.margin-left-4x { margin-left: 32px; }
.margin-top-4x { margin-top: 32px; }
.margin-bottom-4x { margin-bottom: 32px; }
.margin-right-0 { margin-right: 0; }
.margin-left-0 { margin-left: 0; }
.margin-top-0 { margin-top: 0; }
.margin-bottom-0 { margin-bottom: 0; }
.icon-well {
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-left: 56px;
}
.icon-well>.icon,
.icon-well>.fa,
.icon-well>.glyphicon {
    font-size: 72px;
    opacity: 0.333;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    text-shadow: none;
}
.color-success { color: #5cb85c; }
.color-info { color: #5bc0de; }
.color-warning { color: #f0ad4e; }
.color-danger { color: #d9534f; }

.post-container.collapsed {
    max-height: 800px;
    position: relative;
}
.post-container.collapsed > .post-container-posts {
    max-height: 800px;
    overflow: hidden;
}
.post-container-controls {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(56%, white));
    background-image: -webkit-linear-gradient(transparent, white 56%);
    background-image: -moz-linear-gradient(transparent, white 56%);
    background-image: -o-linear-gradient(transparent, white 56%);
    background-image: linear-gradient(transparent, white 56%);
    padding: 80px 8px 8px;
    text-align: center;
    z-index: 0;
}
.post-container-controls:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    z-index: -1;
    top: 56%;
}
.post-container.collapsed > .post-container-controls {
    display: block;
}
#i_pfp {
    max-width: 200px;
}
.text-normal {
    font-size: 14px;
    line-height: 1.428;
}
.label.text-normal {
    font-size: 10.5px;
    line-height: 1;
}
.modal-header.panel-heading {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
#group0 {
    display: none !important;
}
.attachment-view {
    display: block;
    width: 100%;
    height: auto;
}