body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 13px Arial, Helvetica,"Lucida Grande", serif; color: #000;}

/*Header*/
h1 {color:#000; font-size:25px;}
h2 {color:#000; font-size:23px;}
h3 {color:#000; font-size:21px;}
h4 {color:#000; font-size:19px;}
h5 {color:#000; font-size:17px;}
h6 {color:#000; font-size:15px;}


/* Links */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;} 

/*Image*/
img, img a, .more-link a {border:none;}

/*Remove Element*/
#logo,
.no_print
{
    display:none;
}

/*Add Element*/
.only_print
{
    display:block !important;
}

.container__grid {
    margin-left:0;
    grid-gap: 0;
}
.card {
    border:0;
    margin-bottom: 0;
    box-shadow:none;
}
.card__radius {
    border-radius: 0;
}
.card__radius-topleft {
    border-top-left-radius: 0;
}
.card__radius-topright {
    border-top-right-radius: 0;
}
.card__radius-bottomleft {
    border-bottom-left-radius: 0;
}
.card__radius-bottomright {
    border-bottom-right-radius: 0;
}
.card__header, .card_header{
    border:0;
    background-color: #fff;
}
.card__body-form, .card__body-item, .card__body-text {
    border:0;
}
.container__grid-item, .container__grid-list {
    grid-template-columns: 1fr;
    padding:0;
}

/*Post*/
.post {border-bottom:1px solid #000;}
.postmeta {font-size:10pt; margin-top:10px;}
.postfooter {font-size:10pt; margin-bottom:20px;}

/*Comment Section*/
.commentlist .avatar {float:left; margin-right:10px;}
.commentlist .children {margin-top:10px;}
#comments {page-break-before: always;}

/*Footer*/
#footer {margin-top:10px;}

/* capica*/
.main-header,
.carousel-nav,
footer{
    display: none !important;
}

/* Custom styling for WIKI */
.container-main-content .tabs-full-color { display: none; }
.container-main-content > .row > .col-md-3 { display: none; }
