.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 768px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

.old {
	background:#ECFFEC;
}

.arriba, .abajo {
	cursor: pointer;
}

.updated {
	background:#FEFFEC;
}

.table-botes {
	width:100%;
	margin-bottom:15px;
}

.table-botes thead {
	min-height: 40px;
	background: #333333;
	color:#ffffff;
}

.table-botes th, .table-botes td {
	text-align: center;
}

.table-botes tr > td
{
  padding-bottom: 5px;
}

.table-botes tbody tr td img {
	width: 83px !important;
    height: 37px !important;
}