/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.member-content {
    background-color: #efefef;
    padding: 5px 10px;
}


@media screen and (max-width: 992px) {
	
	#data-tables {			
		display: block;
		overflow: scroll;
		width: 100%;
	}
	
	#data-tables td.text-column { min-width: 220px; }

	#data-tables td.mobile-350px { min-width: 350px; }
	#data-tables td.mobile-300px { min-width: 300px; }
	#data-tables td.mobile-250px { min-width: 250px; }
	#data-tables td.mobile-200px { min-width: 200px; }
	#data-tables td.mobile-150px { min-width: 150px; }
	#data-tables td.mobile-120px { min-width: 120px; }
	#data-tables td.mobile-100px { min-width: 100px; }
	#data-tables td.mobile-80px { min-width: 80px; }
	#data-tables td.mobile-50px { min-width: 50px; }
	
}


.dv-categories a:before {
	content: "- ";
}

.dv-categories a:first-child:before {
	content: none;
}

	
.margin-bottom-15px {
	margin-bottom : 15px;
}

.margin-bottom-20px {
	margin-bottom : 15px;
}

.margin-bottom-30px {
	margin-bottom : 30px;
}

.border-radius-10px img {
	border-radius : 10px; 
}



