/*
 Theme Name:   Coliphages (Divi child)
 Description:  Tema adaptado por ixole para Coliphages
 Author:       ixole Activa SL
 Author URI:   http://ixole.es
 Template:     Divi
 Version:      1.0.1
 Text Domain:  Divi-child
*/
.entry-content .wpc-table-body tr td a {
    overflow-wrap: break-word;
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
	.wpc-table td:before {
		width: auto!important;
		padding-right: 10px;
		white-space: normal!important;
	}
}
@media only screen and (max-width: 760px) {
	.entry-content .wpc-table {
		font-size: 16px;
	}
	.entry-content tr td, body.et-pb-preview #main-content .container tr td {
		padding: 6px 18px;
		border-top: 1px solid #eee;
	}
}