

/* STYLESHEET IHTSDO-DOC-20170725 - DEVELOPMENT VERSION */
 
/* Body Heading and Caption Styles */
body {font-family: 'Open Sans', sans-serif;font-size:14px;}
h1 {color: #000000 !important;}
h2 {color: #808080 !important;}
h3 {color: #808080 !important;}
h4 {color: #808080 !important;}
h5 {color: #808080 !important;}
h6 {color: #808080 !important;}
caption  {color: #808080;}
   
/* Caption above a table */
p.table {color: #808080; margin:20px 0px 5px 10px;font-family: 'Open Sans', sans-serif !important; font-size:14px;font-weight:bold; }
    
/* Caption below a figure */
p.figure {text-align:center; color: #808080; margin:5px 5px 20px 5px;font-family: 'Open Sans', sans-serif !important; font-size:14px;font-weight:bold; }
   
/* Main Header */
#main-header:after { 
    content: ""; 
    /* width: 100%; */ 
    height: 20px; 
    background: url(https://confluence.ihtsdotools.org/download/attachments/4555149/decoration_strip.png?api=v2); 
    display: block; 
    background-size: cover; 
    background-position: center; 
    margin: 0 -20px 0 -20px; 
} 
 
/* Hide the auto-cursor-target lines added by Confluence 6.1 */
p.auto-cursor-target  {display:none !important;}
 
/* Hide Comments */
#comments-section {display:none !important;}
 
/* Hide Likes */
#likes-section {display:none !important;}
 
/* Hide Like and Labels - DOC version only */
#likes-and-labels-container {display:none !important;}



