.tooltip>.tooltip-inner {
    background-color: #fff;
}

.tooltip.top>.tooltip-arrow {
    background-color: #fff;
}

.step-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 3em;
    border-radius: 1em;
    text-align: left;
}

.step-content.step-0 {
    text-align: center;
}

.step-content a:not([role="button"]) {
    color: #5bc0de;
}

.step-content a.btn-md {
    width: 260px;
    white-space: normal;
}

.popover-content {
    color: #333;
}

.popover-content a {
    color: blue !important;
}

body {
    background: url("../img/step-0.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
