Changes

187 bytes added ,  09:14, 19 December 2022
no edit summary
Line 1,666: Line 1,666:  
   fill: #c0e2ca;
 
   fill: #c0e2ca;
 
   stroke: black;
 
   stroke: black;
   stroke-width: 1px
+
   stroke-width: 1.5px;
 
}
 
}
    
.d-bg {
 
.d-bg {
 
   fill: #B30044;
 
   fill: #B30044;
   stroke: black
+
   stroke: black;
 +
  stroke-width: 1.5px;
 
}
 
}
   Line 1,697: Line 1,698:  
   fill: white;
 
   fill: white;
 
   stroke: #B30044;
 
   stroke: #B30044;
 +
  stroke-width: 1.5px
 
}
 
}
   Line 1,702: Line 1,704:  
   fill: #141c27;
 
   fill: #141c27;
 
   stroke: #B30044;
 
   stroke: #B30044;
 +
  stroke-width: 1.5px
 
}
 
}
   Line 1,707: Line 1,710:  
   fill: #2D5931;
 
   fill: #2D5931;
 
   stroke: black;
 
   stroke: black;
 +
  stroke-width: 1.5px
 
}
 
}
   Line 1,712: Line 1,716:  
   fill: #424C59;
 
   fill: #424C59;
 
   stroke: black;
 
   stroke: black;
 +
  stroke-width: 1.5px
 +
}
 +
 +
.toptable {
 +
margin: auto;
 +
}
 +
.toptable td {
 +
    vertical-align: top;
 
}
 
}