/*
Theme Name: Divi - Child Theme
Description: Divi child theme template
Author: Fuyuko Gratton
Template: Divi

*/


@media only screen and (min-width: 770px) {
	.rchList2Col {
		columns:2;
	}
	.rchList3Col {
		columns:3;
	}
	.rchList4Col {
		columns:4;
	}
	.rchList2Col li, .rchList3Col li, .rchList4Col li {
		margin-right:20px;
	}
}

.cstUsedForList {
	list-style-type:none!important;
}
/*-----------------------------------------------
  General
-----------------------------------------------*

/*-----------------------------------------------
  Body - All
-----------------------------------------------*/

/*-----------------------------------------------
  Header Section
-----------------------------------------------*/

/*-----------------------------------------------
  Contents Section
-----------------------------------------------*/

/*-----------------------------------------------
  Side Section
-----------------------------------------------*/

/*-----------------------------------------------
  Footer Section
-----------------------------------------------*/

/*-----------------------------------------------
Custom Style
-----------------------------------------------*/

#left-area ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol,
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    padding: 10px 0 23px 2.5em;
    list-style-position: outside;
}

.casso-responsive-table {
	border-collapse:collapse;
	border:solid 1px #000000;
	width:100%;
	
}
table.casso-responsive-table tr:nth-child(odd) {
	background-color: #f2f2f2; /* Light gray for odd rows */
}
    
.casso-responsive-table th {
	border-collapse:collapse;
	border: solid 1px #000000;
	padding:10px 5px;
	
}.casso-responsive-table td {
	border-collapse:collapse;
	border: solid 1px #000000;
	padding:10px 5px;
	
}