
.only-in-mobile {
	font-weight: bold;
		
	}

@media (min-width: 992px) {
	.only-in-mobile {
		display: none;
		
	}
}


@media (max-width: 992px) {

	/* Force table to not be like tables anymore */
	.amana-content table, .amana-content caption, .amana-content thead, .amana-content tbody, .amana-content th, .amana-content td, .amana-content tr { 
		display: block;
		width: 100%;
		border: 0;
	}
	
	.amana-content caption {
		margin-bottom: 10px;
		display: none;
	}
	
	.amana-content thead tr { 
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	
	.amana-content tr {
		border: 1px solid #718740;
		margin-bottom: 15px;
		padding: 10px;
		background: #fff;
	}
	
	.amana-content td { 
		padding: 0;
	}
	
	.amana-content td:before {
		/*content: attr(data-caption) ": ";*/
		font-weight: bold;
	}
	
	.only-in-mobile {
		display: inline;
	}
}
