    .callout-top {
    margin-top:0px;
}
.centertd td {
    text-align:center;
}
.feature td {
    text-align:left;
}
.callout-short.top {
    margin-top:0px;
    text-align:center !important;
    margin:auto 0;
    margin-bottom:20px;
    overflow: visible;
}
.top-header {
    border: 1px black;
    text-align: center;
}
.teaser {
    text-align:center;
    margin: auto 0px;
}
.chart {
    padding: 10px;
    margin:auto 0;
}
.dark-bg {
    background-color: #323232;
    color: #fff;
    font-size: 12px;
    border: #323232;
}
.dark-bg th {
    text-align:center;
}
#sidebar {
    /* background-color: #d5cbc6; */
    /*height: 400px; width: 283px; */
    /* margin-top: 75px; */
    /*padding-top:25px; */
    /*height:700px;*/
}
body {
    position: relative;
}
.navbar {
    height: auto;
}
#sidebar {
    height: 400px;
    width: 283px;
    margin-top: 20px;
}
#sidebar.affix-top {
    position: static;
}
#sidebar.affix {
    position: fixed;
    top: 20px;
    width: auto;
}
#sidebar.affix-bottom {
    position: absolute;
    /* bottom: 50px; */
    top: auto;
    bottom: 50px;
}
footer {
    height: 50px;
    background-color: #dce7ed;
}
#nav.affix {
    position: static;
    top: 0;
    /* width: 100%; */
    z-index:10;
}
#nav.affix-top {
    position: static;
    width:auto;
    top:90px;
}
.formstyle {
    padding:50px;
    border:outset 1px #cccccc;
}
.whitebg {
    background-color: #fff;
}