/* Separa los botones y quita el sombreado del contenedor */
div.confirmation-buttons a{
	margin: 5px;
}
div.confirmation-buttons .btn-group{
	box-shadow: none !important;
}

/* th / td iconos */
.w100{
	max-width: 100px;
}