+
We develop an optimal tax-timing model that takes into account asymmetric long-term and short-term
tax rates for positive capital gains and limited tax deductibility of capital losses. In contrast to
diff --git a/style.css b/style.css
index 84116b8..8be549b 100755
--- a/style.css
+++ b/style.css
@@ -441,4 +441,21 @@ hr.curve {
background-image: -moz-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -ms-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -o-linear-gradient(left, #282828, #f9f5d7, #282828);
+}
+
+.fade-in {
+ opacity: 1;
+ animation-name: fadeInOpacity;
+ animation-iteration-count: 1;
+ animation-timing-function: ease-in;
+ animation-duration: 0.3s;
+}
+
+@keyframes fadeInOpacity {
+ 0% {
+ opacity: 0;
+ }
+ 100% {
+ opacity: 1;
+ }
}
\ No newline at end of file