#sidebar .tec_beat_block_fmshop .content {
    background-color: #fff;
    padding: 15px;
    overflow: auto;
}

#sidebar .tec_beat_block_fmshop .content ul.links  {
    margin-bottom: 20px;
    overflow: auto;
}


#sidebar .tec_beat_block_fmshop .content ul.links li  {
    margin-bottom: 5px;
    width: 100%;
}
#sidebar .tec_beat_block_fmshop .content ul.links li a{
    background-color: #54ed00;
    color: #fff;
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#sidebar .tec_beat_block_fmshop .content ul.stores li {
   float: left;
}
#sidebar .tec_beat_block_fmshop .content ul.stores li.last {
   float: right;
}