@charset "utf-8";

div.page_break_here {page-break-before:always}
div.float_fix {clear: both;}

body{ 
    zoom: 1 ;
}

h1{
    letter-spacing: 1px;
}

h2 {
    letter-spacing: 1px;
}

h3{
    letter-spacing: 1px;
}


p{
    margin-bottom: 10px;
    line-height: 135%;
}


i{
    font-style: italic;
}

.warning{
    color: #ff0000 !important;
}

.advisory{
    color: #0000cc;
}

.circle{
	border: 1px solid  #003896;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color:  #003896;
	display: inline-block;
	margin-right: 5px;
}


a{
    text-decoration: none;
    color: blue;
}

a:hover{
    text-decoration: underline;
}

em{
    font-style: italic;
}

th{
    font-weight: bold;
    text-align: center;
}

table{
    border-collapse:collapse;
    border: 0px solid #000000;
}

/* 38574 */
/* table td{
    padding: 3px 10px 3px 10px;
    width: 50%;
} */

caption{
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 3px; 
}

small{
    font-size: 0.85em;
}

h1, h2, h3, h4, h5, h6{  
    font-weight: bold;
}

ol.general, ul.general {
	list-style: disc;
	margin-left: 10px;
}

li.general {
    margin-bottom: 8px;
    margin-left: 10px;

}

strong{
    
    font-weight: bold;
    
}

b{
    
    font-weight: bold;
    
}


article{
    page-break-after: always;
}

/* This forces the last page that was blank on
    the transcripts not to be printed */
#transcripts article{
    page-break-after: auto;
}

#transcript_legend {
    page-break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
}

.hide{
    display: none;
}


header noscript {
        display: block;
        color: #ff0000;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px;
        border: 1px solid lightgray;
        background-color: aliceblue;
        border-radius: 15px;
        font-size: 0.85em;
        clear: both;
}

tr, td, th {
    vertical-align: middle;    
}
.highlight_lightyellow{
	background-color: #FDFA71;
}

.highlight_lightred{
    background-color: #ffc3c3;
}

.table_legend {
    font-weight: bold;
    background-color: #FDFA71;
    text-align: center;
    font-style: italic;
}

.small {
    letter-spacing: normal;
}

.app_alert1 {
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    padding: 2px;
    min-width: 12px;
    box-sizing: content-box;
    vertical-align: baseline;
    display: inline-block;
}

table.cyctemp{
	width: 100%;
	border: 1px solid lightgray;
	border-collapse: collapse;
	font-size: 0.8em;
	font-family: arial;
}

table.cyctemp td, table.cyctemp th{
	padding: 10px;
	border: 1px solid lightgray;
}


