<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.seg {
	border-top: 4px solid #00FF7F;
	margin: 2px;
	padding-bottom: 5px;
}
div.date {
	color: gray;
	font-size: small;
}
div.theme {
	font-weight: bold;
}
div.dept {
	color: gray;
	font-size: x-small;
}
span.createbuttonarea {
	
}
div.pcentry {
	background-color: #d0d0d0;
	border-radius: 5px;
	border: solid 3px #a0a0a0;
	padding: 3px;
}
pre.comcontent {
	background-color: white;
	padding: 3px;
	margin: 0px;
	max-height: 55px;
	overflow-y: scroll;
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}
pre.comcontent:active {
	background-color: #d0d0d0;
}
div.expline{
	padding-left: 4px;padding-right: 4px;padding-top: 2px;padding-bottom: 2px;
	margin-bottom: 2px;
	border:1px solid #dddddd;
	display:inline-block;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}
div.expline:active{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(18%, #a0a0ff), color-stop(87%, #4040ee) );
	background:-moz-linear-gradient( center top, #a0a0ff 18%, #4040ee 87% );
	background:-ms-linear-gradient( top, #a0a0ff 18%, #4040ee 87% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0ff', endColorstr='#4040ee');
	background-color:#9090ff;
}
div.expdetail {
	background-color: #EEEEEE;
	border-radius: 5px;
	border: solid 3px #a0a0a0;
	padding: 10px;
	display: none;
}
@media only screen and (max-width: 767px) {
  #leftpane{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }
  #rightpane{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px), print {
  #leftpane{
    float: left;
    width: 50%;
  }
  #rightpane{
    float: right;
    width: 50%;
  }
}
</pre></body></html>