Line 179:
Line 179:
#override > table {
#override > table {
max-width:100%;
max-width:100%;
−
width:900px;
+
width:750px;
}
}
#override > table > tbody > tr > td ~ td > div{
#override > table > tbody > tr > td ~ td > div{
margin:0;
margin:0;
/*margin-left:-200px;*/
/*margin-left:-200px;*/
+
}
+
#override > table > tbody > tr > td {
+
width:90px;
+
}
+
#override > table > tbody > tr > td ~ td {
+
width:600px;
}
}
}}
}}