/*---------------------------------------------------------------------------------

 Theme Name:   gamermusicocs
 Theme URI:    http://thegamermusic.com
 Description:  x
 Author:       Orange Cup Studio
 Author URI:   https://orangecupstudio.co.uk
 Template:     Divi
 Version:      1.0.0
 License:      
 License URI:  

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@media screen and (max-width: 800px) {
    table {
        border: none !important;
    }
    table tr {
        border-bottom: 1px dotted white;
    }
    table tr:last-child {
        border: none;
    }
    table td {
        display: block;
        border: none !important;
        text-align: center;
        padding: 0 !important;
    }  
    table td:first-child {
        font-size: 1.2em;
        padding-top: 10px !important;
    }
    table td:last-child {
        padding-bottom: 10px !important;
    }
    
    .et_pb_row {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
}
  
  