|
@@ -104,3 +104,29 @@ main a {
|
|
|
.footer a {
|
|
|
color: #1c7430;
|
|
|
}
|
|
|
+
|
|
|
+/* Bootstrap class to element */
|
|
|
+/* In order to be working with as few classes as possible */
|
|
|
+table {
|
|
|
+ border-collapse: collapse;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+table th,
|
|
|
+table td {
|
|
|
+ padding: 0.75rem;
|
|
|
+ vertical-align: top;
|
|
|
+ border-top: 1px solid #dee2e6;
|
|
|
+}
|
|
|
+
|
|
|
+table thead th {
|
|
|
+ vertical-align: bottom;
|
|
|
+ border-bottom: 2px solid #dee2e6;
|
|
|
+}
|
|
|
+
|
|
|
+table tbody + tbody {
|
|
|
+ border-top: 2px solid #dee2e6;
|
|
|
+}
|
|
|
+
|