Differences From Artifact [690708c7eb]:

To Artifact [61508b24a8]:


700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
}

table.list caption {
    text-align: center;
    font-size: 1.2em;
}

table.list td.desc {
    font-size: .9em;
    color: #666;
}

table.list.auto {
    width: auto;
}







|







700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
}

table.list caption {
    text-align: center;
    font-size: 1.2em;
}

table.list tbody td.desc {
    font-size: .9em;
    color: #666;
}

table.list.auto {
    width: auto;
}
827
828
829
830
831
832
833
834
835





836
837
838
839
840
841
842
843
844
845
846
847

848
849
850


851


852
853
854
855
856
857
858
.userOrder .cur {
    background: rgb(217, 134, 40);
    background: rgba(var(--gSecondColor), 1.0);
    color: #fff;
    color: rgb(var(--gBgColor));
}

.userOrder td, .userOrder th {
    position: relative;





}

.userOrder .icn {
    float: left;
    clear: left;
    color: #9c4f15;
    color: rgb(var(--gMainColor));
    text-decoration: none;
    font-size: 12pt;
    line-height: 6pt;
    width: 12pt;
    height: 8pt;

    vertical-align: middle;
    font-weight: normal;
    text-shadow: 0px 0px 1px #fff;


    text-shadow: 0px 0px 1px rgb(var(--gBgColor));


}

thead .icn:hover {
    color: darkred;
    text-shadow: none;
}








|

>
>
>
>
>



|
|
|


|
|
|
|
>


|
>
>
|
>
>







827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
.userOrder .cur {
    background: rgb(217, 134, 40);
    background: rgba(var(--gSecondColor), 1.0);
    color: #fff;
    color: rgb(var(--gBgColor));
}

table.list .userOrder td, table.list .userOrder th {
    position: relative;
    padding-left: 2.3em;
}

table.list .userOrder .check {
    padding-left: .5em;
}

.userOrder .icn {
    position: absolute;
    left: .3em;
    top: 0;
    color: rgb(var(--gMainColor));
    text-decoration: none;
    font-size: 1.5em;
    line-height: .5em;
    width: 1em;
    height: .5em;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    text-shadow: 0px 0px 1px rgb(var(--gBgColor));
    margin: 0;
}

.userOrder .icn.dn {
    margin-top: .6em;
}

thead .icn:hover {
    color: darkred;
    text-shadow: none;
}