h1.tl {
  padding: 30px 0;
  line-height: 150%;
  font-size: 2.25em;
  font-weight: normal;
  color: #231815;
}
.pg-download {}
.pg-download .download-list {
  padding: 0 0 30px 0;
}
.dl-items
{
	margin-left:-15px;
	margin-right:-15px;
}
.dl-items .item {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 40px;
	border-bottom: 1px solid #f0f0f0;
}
.dl-items .item .tl .icon {
  color: #1D5ED7;
  font-size: 18px;
  margin-right: 5px;
}
.dl-items .item .tl {
  color: #333;
  font-size: 1.125em;
}
.dl-items .item:hover .tl, .dl-items .item .tl:hover {
  color: #1D5ED7;
}
.dl-items .item .lnk {
  border-radius: 15px;
  border: 1px solid #d3d3d4;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
  display: block;
  line-height: 20px;
  width: 40%;
  color: #666;
}
.dl-items .item:hover .lnk, .dl-items .item .lnk:hover {
  width: 50%;
  background-color: #1D5ED7;
  border-color: #1D5ED7;
  color: #FFF;
}
.conts {
  padding: 30px 15px;
  line-height: 150%;
  min-height: 800px;
}
.conts h1, .conts h2 {
  font-weight: bold;
  font-size: 1.25em;
  color: #1D5ED7;
}
@media screen and (max-width:991px) {
	.pg-download .download-list
	{
		padding: 0 0 15px 0;
	}
	.dl-items .item .tl
	{
		line-height: 20px;
	}
	.dl-items .item .lnk
	{
		width: 100%;
		border-color: #ebebeb;
	}

	h1.tl {
		padding: 15px 0;
		font-size: 2em;
	}
}