* {
    margin: 0;
}
html, body {
    height: 100%;
}

p {margin-bottom: 30px;}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.chart-embeds {
    width:100%;
    margin-bottom: 50px;
}

.list-group {
    margin-top: 40px;
}
.footer, .push {
    height: 100px; /* .push must be the same height as .footer */
    padding:20px;
}

.footer{
    background-color: #3c3c3c;
    color:#FFFFFF;
    text-align:center;
}

td {padding:10px;}
