<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$Id$*/
body{
	font-size: 15px;
}
.help_body_pane_lhs{
	width: 100%;
}
.releaseNotesWrapper{
	position: relative;
}
.releaseNotesWrapper::before{
	content: "";
	position: absolute;
	left: 97px;;
	height: 96%;
	width: 1px;
	background: #f2f2f2;
	top: 24px;
	
}
.releaseNote{
	display: flex;
	justify-content: space-between;
}
.releaseNotesLhs{
	width: 100px;
}
.releaseNotesRhs{
	width: calc(100% - 140px);
}
h3.releaseYear{
	color: #2c9adb;
	font-weight: 700;
	font-size: 28px;
	position: relative;
}
h3.releaseYear::after{
	content: "";
	position: absolute;
	right: -5px;
	top: 5px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #2c9adb;
}
h3.releaseMonth{
	font-weight: 600;
	font-size: 22px;
	position: relative;
}
h3.releaseMonth::after{
	content: "";
	position: absolute;
	right: -5px;
	top: 5px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #359fdd;
}
.help_body_pane_lhs h3{
	font-size: 22px;
	font-weight: 600;
}
.releaseNotesRhs h4{
	font-size: 19px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 0;
}
.help_body_pane_lhs .links{
	margin: 20px 0;
}
.help_body_pane_lhs .links a{
	padding: 8px 25px;
	border: 1.5px solid #0e8cd5;
	color: #0e8cd5;
	margin-right: 15px;
	font-size: 13px;
}
.lastUpdate{
	margin-bottom: 30px;
}
.lastUpdate .releaseNotesLhs{
	position: relative;
}
.lastUpdate .releaseNotesLhs::before{
	content: "";
	position: absolute;
	left: 90px;
	bottom: 5px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #c8d4db;
}
.lastUpdate .releaseNotesLhs::after{
	content: "";
	position: absolute;
	left: 90px;
	bottom: -53px;
	height: 58px;
	width: 40px;
	background: #fff;
	z-index: 1;
}
.help_left_pane ul li a{
	width: 80%;
}

.eol{
	position: relative;
	height: 1px;
	width: 100%;
	background: #f2f2f2;
	margin: 50px 0;
}
.help_left_pane::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
  background-color: #ececec;
}

.help_left_pane::-webkit-scrollbar
{
  width: 4px;
  background-color: #ececec;
}

.help_left_pane::-webkit-scrollbar-thumb
{
  background-color: #009fc7;
  
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                     color-stop(.5, rgba(255, 255, 255, .1)),
             color-stop(.5, transparent), to(transparent));
}
@media screen and (max-width: 1399px){
	.searchBar{
		left: 0;
	}
}
@media screen and (max-width: 991px){
	.help_body_pane_lhs .links a{
		display: block;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 550px){
	.help_body_pane_lhs{
		padding: 40px 0;
	}
	.releaseNotesLhs{
		width: 68px;
	}
	.releaseNotesRhs{
		width: calc(100% - 85px);
	}
	.releaseNotesWrapper::before{
		left: 65px;
	}
	.lastUpdate .releaseNotesLhs::before, .lastUpdate .releaseNotesLhs::after{
		left: 58px;
	}
}</pre></body></html>