 html {
        }
        body {
            padding-top: 20%;
            font-size: 16px;
            font-family: "Open Sans",serif;
            background: transparent;
        }
        h1 {
            font-family: "Abel", Arial, sans-serif;
            font-weight: 400;
            font-size: 40px;
        }
        /* Override B3 .panel adding a subtly transparent background */
        .panel {
            background-color: rgba(255, 255, 255, 0.9);
			height: 90%;
			border: none;
        }
        .margin-base-vertical {
            margin-top: 40px;
			margin-bottom: 0px;
        }
.footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    /*width: 100%;*/
}