.pointer-none {
	pointer-events: none;
	text-decoration: none!important;
	display: block;
}
.comp-tb a.pointer-none{
	text-decoration: none!important;
}
.d-none{
	display: none!important;
}
.white-space-break{
	white-space: break-spaces;
}
.table2 {
  width: 100%;
  table-layout: fixed;
}
a.btn-back{
	width: 200px;
}

.module-general-news p{
	white-space: pre-line;
}

dd pre {
    white-space: break-spaces;
}
@media only screen and (max-width: 767px){
	.m-none {
		display: none!important;
	}
}
