﻿    div#entList a.more.button {
        position:fixed;
        bottom:1.1em;
        width: calc(100% - 9em);
        z-index:9;
        background:#ddd;
    }
    div#entList a.more.button.bottom {
        bottom:1em;
        
    }

    div#entList span.cmds {
        display:block;
                
    }
    span.cmds a.button{
        width: 2em;
    }

    .show-cmd-name span.cmds a.button {
    font-size: 0.5em;
    width: 4.5em;
}
        div#entList span.cmds a:nth-child(n+1) {
            float:right;
            margin:0 9px;
        }

 a.button.follow-cmd {
    position: absolute;
    bottom: 40px;
    width: 4em!important;
    left: calc(50% - 69px);
}
 .show-cmd-name a.button.follow-cmd {
     width: 8.5em!important;
    
 }