Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/_table.scss

.tm-table {
	overflow-x: auto;

	table {
		margin: 0;
		border-collapse: separate;
	}

	&.style-01 {
		th {
			font-size: 20px;
			font-weight: 600;
			color: #b2b2b2;
		}

		td, th {
			text-align: left;
			border: 0;
			padding: 36px 10px 36px;
		}

		tr {
			th, td {
				border-bottom: 1px solid #eee;
			}

			&:nth-child(2n) td {
				background: none;
			}
		}
	}
}