/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

#navcol, #headerLayoutRow, #discussBlogTopicDiv, .socialButtons, #footerLayoutRowFluid, .printHide {
    display: none;
}
body {
    background-color: white;
    color: #111;
    font-size: 12px;
    line-height: 17px;
}
#contentLayoutContainerFluid {
    padding: 0;
}
#contentcol {
    width: auto;
}
.well {
    box-shadow: none;
    border-color: gray !important;
}
#printMsg {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    page-break-after: avoid;
}
.blogArticlePreviewBox {
    clear: both;
    display: block;
    float: none;
    page-break-before: auto;
    page-break-inside: avoid;
    page-break-after: auto;
}
p, table, .well {
    page-break-inside: avoid;
}
.blogArticlePreviewBox:before {
    clear: both;
}
table, tr, tbody, td, th, thead {
    border-width: 1px !important;
}
.blogIndexImgContainer  {
    display: inline !important;
    font-size: 1px;
}
.blogIndexImg {
    float: left !important;
    margin: 2px 6pt 3pt 0;
}
.blogIndexImgContainer + div {
    display: inline !important;
}
.blogIndexImgContainer + div:after {
    clear: both;
}
.blogArticlePreviewBox h3 {
    display: inline;
    page-break-after: auto;
}
.blogArticlePreviewBox h3:after {
}
.blogIndexImgContainer + div + div {
    display: none;
}
.page-break-avoid{
    page-break-inside: avoid;
}
.blogIndexImgContainer a:link:after {
    content: "";
    display: none;
}

.post-img{
    width: 300px
}
@media print {
    a[href]:after {
        content: none !important;
    }
}

.help-screenshot-mobile {
    width: 300px;
}