/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.info-col {
    overflow-x: auto !important;
}

.info-col table {
    width: 300px !important;
}




@media only screen and (max-width: 490px) {

    .info-col {
        width: 100% !important;
        max-width: 100% !important;
    }

    td {
        font-size: 14px !important;
        padding: 20px 5px 20px 5px !important;
    }
}