.ui-widget-content {
    border: none;
}
tr {
    background: #fff;
}
td{
    border: none;
}
td img{
    width: 30%;
}
td a {
    text-decoration: none;
}
.wp-core-ui select {
    font-size: 1.25rem;
}
.number{
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FF0972;
}
.song{
    line-height: 0px;
}
.song p{
    word-wrap: break-word;
}
.btn{
    background-color: #cecece;
    color: rgb(129, 129, 129);
    padding: 5px 20px;
    font-weight: 500;
}
.btn:hover{
    background-color: #FF0972;;
    color: #fff;
    padding: 5px 20px;
    font-weight: 500;
    border: none;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right: 0px;
top: -30px;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}

@media (max-width: 767.98px) { 
    .song{
        line-height: 15px;
    }
 }