/* BASIC css start */
input[type="checkbox"] {
    margin-right: 0;
}
#myTodayView .table-d2-list { margin-top:10px }
#myTodayView .table-d2-list table td .tb-stock input {
    width: 63px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-right: 3px;
    padding: 0;
    box-sizing: border-box;
}
#myTodayView .btn-del {/* margin-top:40px; */text-align:center}
#myTodayView .btn-del a {height: 52px;line-height: 52px;border: 1px solid #ddd;border-top: 0;width: 100%;font-size: 14px;font-weight: 700;box-sizing: border-box;}

#myTodayView .CSSbuttonKrMin { padding:4px 10px 3px }
.table-d2-list tbody td {
    padding: 30px 0;
    font-size: 15px;
}

.table-d2-list tbody td.nameTd {
    padding: 30px 0 30px 25px;
}
.table-d2-list tbody td strong{font-weight: 800;}
.table-d2-list tbody td.btnTd {}

.table-d2-list tbody td.btnTd a.Black {
    background: #000;
    color: #fff;
    font-size: 13px;
    width: 102px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.table-d2-list tbody td.btnTd a.White {
    color: #000;
    background: #fff;
    border: 1px solid #000;
    font-size: 13px;
    width: 102px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 2px;
}

#myTodayView .btn-del a:hover {
    background: #ddd;
}

/* BASIC css end */

