.tablePrdOpts li span {
    border: 1px solid #d6d6d6;
    padding: 18px;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.tablePrdOpts li span:hover { border: 1px solid #888; }
.tablePrdOpts li.isClick span { border: 2px solid #0070c9; }

.tablePrdOpts.disabled { opacity: 0.2; }
.tablePrdOpts.disabled li span, .tablePrdOpts.disabled li span:hover { border: 1px solid #d6d6d6; cursor: initial;}

#specOptFooter {
    position: fixed;
    bottom: 0;
    width:100%;
}
#specOptFooter .lhs {display: inline-block;}
#specOptFooter .rhs {float: right;}