#ipsLayout_mainArea{
  background-color: #fff;
  padding: 15px
}

.cRelease {
	display: block;
	padding: 15px 0 15px 15px;
	border-top: 2px solid rgba( 0,0,0,0.075);
	color: inherit;
}

	.cRelease:not( .cRelease_active ):hover {
		background: rgba(255,255,255,0.4);
	}

	.cRelease:hover {
		color: inherit;
	}

	.cRelease .ipsType_sectionHead {
		line-height: 1;
		margin-bottom: 5px;
		font-weight: 500;
	}

	.cRelease .cRelease_security {
		margin-top: 12px;
		margin-right: 10px;
	}

.cRelease_active {
	background: #fff;
	border-color: transparent;
font-size: 18px
}
	
	li:first-child > .cRelease,
	.cRelease_active + .cRelease {
		border-color: transparent;
	}

.cReleaseColumn {
	padding-right: 0;
}

	.cReleaseColumn [data-role="tablePagination"] {
		background: #fff;
		padding: 5px;
		margin-top: 10px;
		margin-right: 7px;
		text-align: center;
	}

	.cReleaseColumn .ipsPagination_pageJump {
		display: none;
	}

.ipsAreaBackground a{
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.grey-block-shortcut{
 	margin: auto;
    max-width: fit-content;
    padding: 5px 40px 30px 40px;
    background: #eeeeee;
 	margin: 20px 0;
  border-radius: 10px;
}

.grey-block-shortcut a{
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  max-width: 325px;
}

.grey-block-shortcut a:hover{
  text-decoration: underline;
  transition: 0.3s;
}

.column {
  float: left;
  width: 50%;
  padding: 0 5px;
}

@media only screen and (max-width: 1000px) {
  .column {
  width: 100%;
  }
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}