html
{
	background-color: #F0F0EE;
	color: #000;
	padding: 10px 2%;
	overflow-y: auto;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
body
{
	color: #353C41;
	font: 15px/1.5 'Open Sans','Trebuchet MS',Helvetica,Arial;
	moz-text-size-adjust: 100%;
	ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
h1, h2
{
	margin: 5px 0;
}
h3,h4
{
	color: MidnightBlue;
	padding: 5px 0 3px;
}
h5
{
	font-style: italic;
	padding-bottom: 5px;
}
legend
{
	color: MidnightBlue;
	font: 700 14px verdana;
}
ul,ol,li
{
	margin: 1.5px;
}
.header
{
	background-color: #FFFFE0;
	padding: 2px 20px;
}
.header-title
{
	font-weight: 400;
	line-height: 1.125;
	word-wrap: break-word;
}
.actions
{
	float: right;
	margin-top: 3px;
}
.revisions
{
	border-bottom: 1px solid #e6ebf1;
	color: #586069;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	padding-bottom: 15px;
}
.content
{
	background-color: #fff;
	padding: 10px 20px;
}
.HJTsection
{
	border: 2px solid maroon;
	border-radius: 5px;
	margin: 10px 0;
	padding: 8px;
}
.HJTsectionName
{
	color: MediumBlue;
	font-size: 20px;
	font-weight: bold;
	margin: 0.5% 0;
	text-decoration: underline;
}
.codeStyle
{
	background-color: #F6F8FA;
	border: 1px solid red;
	border-radius: 5px;
	font-size: 15px;
	margin: 0.7%;
	overflow-x: auto;
	padding: 1%;
	width: 97%;
}
.subsection
{
	border: 1px dotted grey;
	padding: 10px;
}
#footer
{
	background-color: #E6E6FA;
	font-style: oblique;
	padding: 1%;
}
.GreyHR 
{
	border: none; /* Убираем границу для браузера Firefox */
	color: #c0c0c0; /* Цвет линии для остальных браузеров */
	background-color: #c0c0c0; /* Цвет линии для браузера Firefox и Opera */
	height: 2px; /* Толщина линии */
}
table 
{
	font-size: inherit;
	font: 100%;
	border: 4px double black;
	border-collapse: collapse;
	overflow-x: auto;
}
th 
{ 
	text-align: left;
	background: #fff;
	padding: 5px;
	border: 1px solid black;
}
td { 
	padding: 5px;
	border: 1px solid black;
}
tr:hover {
	background:Wheat;
}
#counter{text-align: center;}