/* csvlinks sidebar*/
/*
#addcsvlink-widget-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

#addcsvlink-widget-5 li {
    display: inline-block;
    width: 33%;
    text-align: center;
    border-style: none;
}
@media screen and (max-width: 660px) {
    #addcsvlink-widget-5 li {
        display: block;
        width: 100%;
        text-align: left;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(102,102,102,0.15);
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}
*/

#sc_csvfoot > div.widget.menu {
    padding-top: 5px;
    padding-bottom: 5px;
}

#sc_csvfoot > div.widget.menu li {
    display: inline-block;
    width: 33%;
    text-align: center;
    border-style: none;
}
@media screen and (max-width: 660px) {
    #sc_csvfoot > div.widget.menu li {
        display: block;
        width: 100%;
        text-align: left;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(102,102,102,0.15);
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}