.b-material_page .b-material__header {
	margin-bottom: 40px;
}

.b-material_page .b-material__print {
	right: 0;
}

.b-material_page .b-material__content {
	padding: 40px 40px 75px;
}

.b-material_page .b-material__content p{
	font-size: 16px;
	line-height: 1.5;
    padding-bottom: 27px;
    color: #353535;
}

.b-material_page .b-material__content strong{
	color: #000000;
}

.b-material_page .b-material__content h2 {
	font-size: 20px;
	color: #000000;
	padding-bottom: 27px;
}

.b-material_page .b-material-text ul {
	margin-bottom: 40px;
}

.b-material_page .b-material-text ol {
	margin-bottom: 40px;
	margin-left: 40px;
}

.b-material_page .b-material-text li {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 27px;
	color: #353535;
}

.b-material_page .b-material-text ul li {
	background-position: 25px 7px;
	padding-left: 52px;
}

.b-material_page .b-material-text ol li {
	padding-left: 0;
	padding-left: 10px;
	font-weight: bold;
}

.b-material_page .b-material-text ol li > * {
	font-weight: normal;
	padding-bottom: 0;
}

.b-material_page .b-material_page a[href], 
.b-material_page .b-material-text a[href]:hover,
.b-material_page .b-material-text a[href]:visited,
.b-material_page .b-material-text a[href]:active {
	color: #221f74;
}

.b-material_page table {
	width: 752px;
	margin-left: -40px;
	margin-bottom: 40px;
}

.b-material_page table thead {
	background-color: #eef2f5;
}

.b-material_page table thead th{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	white-space: nowrap;
}

.b-material_page table tbody td {
	font-size: 14px !important;
	color: #353535;
}

.b-material_page table tbody tr {
	border-bottom: 1px solid #eef2f5;
}

.b-material_page table tbody tr:hover {
	background-color: #fafafa;
}

.b-material_page table th,
.b-material_page table td {
	padding: 15px 20px;
}

.b-material_page .b-material-text li:last-child {
	margin-bottom: 0;
}

.b-material_page table.only-mobile {
	display: none;
}

@media(max-width: 767px) {
	.b-material_page .b-material__content {
		padding: 10px !important;
	}

	.b-material_page .b-material__title {
	    font-size: 18px;
	}

	.b-material_page .b-material__header {
		margin-bottom: 20px;
	}

	.b-material_page .b-material__content p {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 22px;
	}

	.b-material_page .b-material__content h2 {
		font-size: 16px;
		line-height: 1.2em;
		padding-bottom: 22px;
	}

	.b-material_page .b-material-text ol,
	.b-material_page .b-material-text ul {
		margin-bottom: 20px;
	}

	.b-material_page .b-material-text ul li {
		background-position: 15px 7px;
		padding-left: 32px;
	}

	.b-material_page .b-material-text li {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 22px;
	}

	.b-material_page table.only-desktop {
		display: none;
	}

	.b-material_page table.only-mobile {
		display: table;
	    width: auto;
	    margin-left: -10px;
	    margin-right: -10px;
	    margin-bottom: 20px;
	}

	.b-material_page table.only-mobile tr {
		border-bottom: none;
	}

	.b-material_page table.only-mobile tr.row-end {
		border-bottom: 1px solid #d7dadd;
	}

	.b-material_page table.only-mobile th
	{
		background-color: #eef2f5;
    	text-align: left;
    	white-space: normal;
    	color: #000000;
    	font-size: 10px;
	}

	.b-material_page table.only-mobile td {
		font-size: 12px;
	}

	.b-material_page table th, .b-material_page table td {
		padding: 10px;
	}
}