/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.table-wrapper {
	width:100%;
	overflow:auto;
}
.table-wrapper table {
	width:100%;
}
.table-wrapper table td {
	text-align:left;
	vertical-align:top;
}
.table-wrapper table td span {
	background-color:#cccccc;
	color:#000000;
	padding:0.1rem 0.25rem;
	display:block;
	margin-top:0.2rem;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}