|
@@ -301,4 +301,41 @@ div#all_info>div:nth-of-type(odd) {
|
|
|
text-align:center;
|
|
|
font-weight: 500;
|
|
|
border-bottom: 1px solid;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-outline-secondary {
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 0;
|
|
|
+ border-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-icon {
|
|
|
+ height:24px;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-icon-btn {
|
|
|
+ background-color:#e7e7e7;
|
|
|
+ border-color: transparent;
|
|
|
+ border-radius: .25rem;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ padding: .375rem .75rem;
|
|
|
+ font-size: 1rem;
|
|
|
+ line-height: 1.5;
|
|
|
+}
|
|
|
+
|
|
|
+#cite {
|
|
|
+ font-weight: 400;
|
|
|
+ color: #212529;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+#cite p {
|
|
|
+ font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+#scheda_aspo {
|
|
|
+ padding: 0em 5em 4em 5em;
|
|
|
}
|