/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/

@media all and (min-width:1190px){
    .side-by-side-section {
        display:flex;
        justify-content:space-between;
    }
    .side-by-side-section > div{
        width:49%;
    }
}

a.artist-page-track-delete-button {
    background-color:#E02B20;
    padding:10px;
    display:block;
    width:135px;
    margin:0 auto;
    margin-top:30px;
    color:#fff;
}