.move table{
    width:100%;
    border-bottom:1px solid #ccc;
    border-collapse:collapse;
    margin:0 0 20px;
    border-spacing:2px;
}
.move th{
    padding: 16px 15px;
    border: 1px solid #fff;    
    color: #fff;
    font-weight: 500;
    font-size:16px;
    text-align:center;
    letter-spacing:-0.6px;
}
.move thead th{background: #0050b4; padding:18px 15px;}
.move tbody th{color:#000; background:#f4f8ff; border: 1px solid #ddd;}
.move td{
    padding: 16px 25px;
    border: 1px solid #ccc;
    color: #4c4c4c;
    font-size:15px;
    letter-spacing:-0.6px;
}
.move td ul li{background: url(/app/dubu_sourcecode/docs/imgs/1625546015_bullet_square_deepgray_content.png) no-repeat 0 9px; padding-left:10px; margin:0 0 3px;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .move th,
    .move thead th{font-size:14.5px; padding:12px 8px}
    .move td{font-size:14px; padding:12px 12px;}
}
