.links-body {
    background: #00000000;
    border-left: 1px solid #00000000;
    border-right: 1px solid #00000000;
    border-bottom: 1px solid #00000000;
    box-radius: 0 0 5px 5px;
    padding: 5px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.linkssall {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.linkssall-head{
    width: 7.9%;
}
.linkssall-foot{
    width: 7.9%;
}

.linkssall-default {
    color: #a5e727;
    background-image: linear-gradient(to bottom, #5a3997 0%, #350508 100%);
    background-repeat: repeat-x;
    text-shadow: none;
    border-color: #dedede;
    border-color: #817878;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .sjdhpld {
        overflow-x: auto;
        white-space: nowrap;
        display: -webkit-box;
        -webkit-overflow-scrolling: touch;
    }
    .linkssall-head {
        margin-bottom: 5px;
        width: 120px;
    }
    .linkssall-foot {
        margin-bottom: 5px;
        width: 24%;
    }
}
