table {
	margin: 0 auto;
}

.table>tbody>tr>td, .table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th
{
  border: 0 !important;
}

.pointer, .pointer img {
	cursor: pointer;
}

.img_dark:hover { 
	filter: brightness(65%); 
}

img {
 height: auto;
 max-width: 100%;
}

@media (min-width:860px) {
	
	.image-table {
	 table-layout: fixed;
	 text-align: center;
	 width: 100%;
	}

}

