<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html {
	font-family: arial, helvetica, sans-serif;
}

@media screen and (min-width:801px) {
	.pageWrapper {
		width:800px;
	}
}

#hrgMatterSect {
	width:100%;
/*	height:100%;  */
/*	border: 1px solid gray; 
/*	background-image: url('../img/nowhrg-seal-bg.png');
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;  */
	overflow:hidden;  /* 240604 */
}

#now-hearing-dtls {
	top: 50%;
    height: 50%;
	max-height:50%;
    background:#2344A3;
	overflow:hidden; 
}

/* #info-update-date-label {
    text-align: center;
    background-color: #000000;
	color: #FFFFFF;
	font-size:200%;
} */

#options-row {
	border:.25rem solid #ffffff;
	text-align:center;
	font-size:75%;
	border:1px solid darkgray;
	padding-top:.2rem;
	padding-bottom:.2rem;
/* 	display: flex;  */
}

#judLinkList {
    list-style-type: none;
/*	display:inline-block;  */
}

.jdlist {
	display:inline-block;  
	margin-right:2rem;
	padding:.25rem;
	border-radius:4px;
	background:#2E4053;
	color: #FFFFFF;
	cursor:pointer;
	a {color:#FFFFFF; text-decoration:none; font-weight:bold;}
}

#shohidall {
	margin-right:3rem;
	padding:.75rem;
	border-radius:4px;
	background:#FFFFFF;
	color: #000000;
	font-weight:bold;
	border:1px solid #2E4053;
}

#info-cur-date,	
#room-title,
#room-floor-bldg,
#room-city,
#info-judge {
    text-align: center;
    background-color: #000000;
	color: #FFFFFF;
	font-size:150%;
}

.hidden {
	display:none;
}

/* .col {
	position: absolute;
	top:0;
 	height:100%;
} */

.nhContent {
/*	min-height:100%;  */
/*	height:inherit;  */
    text-align:left;
	padding:1vh;
    background-color:#2344A3;
	color:#FFFFFF;
}

.nhHearingDtls {
	top:50%;
	height:50%;
    text-align:center;
    background-color:#2344A3;
	color:#FFFFFF;
}


.timeHeader {   /* the container in which the time is displayed */ 
 	box-sizing: border-box;
    background: #2E4053;
	padding-left:1vh;
	color: #FFF;
	width:100%; 
	line-height:2rem;
	vertical-align:middle;	
}

.hrgBnrTime {  /* hearing banner time text */
	display:inline-block;
}

.hrgBnrTimeBtn {  /* the button that toggles the time banner */
	float:right;
	font-size:120%;
	overflow:hidden;
	margin-right:1rem;
}

.mattersWrapper {  /* container for individual matters */
	box-sizing: border-box; 
	border-bottom:1px solid darkgray;
	border-right:3px solid darkgray;
	overflow:hidden;
}

.strickenMatter {  
	border:1px solid red;
	background:#ffe6e6; 
}

.startMatCol {  /* start a new column in the matters section */
	box-sizing: border-box;
	position:absolute;
	top:0px;
}

.mrow01 {
	position:relative;
	box-sizing: border-box; 
}

.mrow02 {
	font-size:150%;
	box-sizing: border-box; 
}

.mrow03 {
	box-sizing: border-box; 
}

.matterCase {
	padding-left:1vh;
	padding-top:1vh;
	padding-bottom:.5rem;
	display:inline-block;
}

.strickenCase {
	color:red;
}

.strickenAtty {
	color:black;
}

.strickenDebtor {
	color:black;
}

.strickenDesc {
	color:black;
}

.strickenShowit {
	font-weight:bold;
	font-size:125%;
}

.showStricken {
	display:inline-block;
}

.matterAtty {
	padding-right:1vh;
	padding-top:1vh;
	padding-bottom:1vh;
	float:right;
}

.matterDebtor {
	padding-left:1vh;
	padding-bottom:1vh;
	font-weight:bold;
}

.matterDesc {
	padding-left:1vh;
	padding-bottom:1vh;
	font-size:75%;
}

.matter-past {
    background : #cfcfcf;  /* gray */
}

.matter-present {
    background : #2344A3;  /* blue */
	color:#FFF;
}

.matter-future {
    background : #FFF;  /* white */
}

.no-matters-found {
    margin-top:5rem;
	margin-left:5rem;
	font-weight:bold;
	font-size:125%;
}
</pre></body></html>