.item .label{
    display:inline-block;
    width:100px;
    text-align: right;
    color: #333;
}
.item .value{
    display:inline-block;
}
table td,table th{
    text-align: center;
}
table *{ padding:3px; }
table{ margin:15px 0; border-collapse: collapse; }
table tr{ border-top:1px solid #ddd; }
table tr:first-child,table tr:nth-child(2){ border-top:2px solid #ccc; }
table tr td,table tr th{ border-right:1px solid #ddd; }
table input{ width:50px; }
.option-pad{
    position:fixed; background-color:white;
    width:80%; height:50%; left:10%; top:10%;
    border-radius:10px; box-shadow: 0px 0px 10px black;
    padding:30px 20px; z-index:10;
}
.option-pad-mask{
    z-index:9; background-color:rgba(0,0,0,0.3);
    position:fixed; width:100%; height:100%; top:0; left:0;
}
.option-pad-close{
    display:inline-block; width:10px; height:10px;
    box-shadow: 0px 0px 5px red; border-radius: 5px;
    position:absolute; top:10px; right:10px; cursor: pointer;
}
.option-pad-close:hover{ transform: scale(1.2); }
