* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; 
}
audio{
    width: 580px;
    margin: 0px 10px 0px 0px;
    float: left;
}
#right{
    display:none;
}
p{
    color: #3F3F3F;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}
table{
    border-collapse:collapse;
    float: left;
    width: 100%;
}
table td{
    padding: 10px 0px;
}
table p{
    color: #303030;
    font-size: 17px;
    margin: 0px;
}
#show-right{
    width: 100%;
    text-align: center;
    padding: 0px;
    line-height: 60px;
    height:60px;
    color: #FFF !important;
    background-color: #7EB227;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    font-size:15px;
    display: block;
    margin: 20px auto 0px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
#show-right i{
    height:60px;
    width:60px;
    position: absolute;
    right:0;
    top:0;
    background-image: url("link.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease 0s;
    background-color: #7EB227;
}
#show-right:hover, .sel {
    background-color: #6EA119 !important;
}
.sel i{
    transform: rotate(180deg);
}
@media (max-width: 750px) {
    table td {
        text-align: center;
        float: left;
        width: 100%;
        padding: 5px 0px;
    }
    audio{
      width: 100%;
      display: inline-block;
      float: none;
    }
    #show-right {
        padding: 0px 30px 0 0;
        box-sizing: border-box;
    }
    p{
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0px;
    } 
}
@media (max-width: 450px) {
    #show-right {
        padding: 8px 0px;
        margin: 6px 0px 0px;
        font-size: 13px;
        line-height: 16px;
        height: auto;
    } 
    #show-right i{
        display:none;
    } 
    table p {
        font-size: 15px;
    }
}