.plist {
    display: block;
}
.LayImAhrefNode{
    padding: 6px 12px;
    background: #f08000;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.3s;
    display: inline-block!important;
    margin-left:15px;
    transition:all .5s linear 0s;
    text-align: center;
}
.singgle_b .watch_box>a.LayImAhrefNode{
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-top: 10px;
}

.LayImAhrefNode:hover{
    background:#2b2b2b;
    text-decoration:none;
}