--- /dev/null
+#vmenu
+{
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ height: 100%;
+ width: 15%;
+ background: linear-gradient(to right, #000 0%,#222 80%,#555 100%);
+}
+
+#vmenu a
+{
+ display: inline-block;
+ color: white;
+ font-weight: bold;
+ text-decoration: none;
+ width: 100%;
+ text-align: center;
+ border-bottom: 1px solid white;
+ padding: .5em .2em;
+ font-size: larger;
+}
+
+#charts
+{
+ display: block;
+ position: absolute;
+ top: 0px;
+ left: 15%;
+ width: 75%;
+ height: 100%;
+ padding: 1em;
+}
+
+.chart
+{
+ display: inline-block;
+ border: 1px solid black;
+ width: 400px;
+ height: 400px;
+}
+
+#options
+{
+ display: block;
+ position: absolute;
+ top: 0px;
+ left: 15%;
+ width: 85%;
+ height: 100%;
+}
+
+.short
+{
+ width: 3em;
+}
+
+tr
+{
+ text-align: center;
+}
+
+th
+{
+ padding-top: 2em;
+}
+
+#logo
+{
+ width: 100%;
+}
\ No newline at end of file