
#ContentWrapper {
    min-width: 300px;
    max-width: 1000px;
    margin: auto;
}
#basicsteps h4 {
    margin-top: 35px;
}

ol.list-unstyled > li {
    margin-bottom: 1em;
}

.page-header-withwrap {
    margin-top: -20px; 
    word-wrap: break-word;
}

.basicsteps-list {
    font-weight: bold;
    line-height: 1.1; 
    margin-top: 20px; 
    margin-bottom: 10px;
}

/* Sample Intent styles */

.intentBody {
    padding-top: 0; 
    background-image: url("./content/stainless.jpg");
    background-color: lightgrey;
}

.welcomeMessage {
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    line-height: 65px;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    padding-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 20px;
    -webkit-box-shadow: 5px 5px 15px #666;
    -ms-box-shadow: 5px 5px 15px #666;
    box-shadow: 5px 5px 15px #666;
}

.logoImage {
    float: right;
    padding-right: 20px;
}

.dataContainer {
    background-color: #fff;
    position: absolute;
    padding: 20px;
    margin: 10px;
    margin-bottom: 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px #666;
    -ms-box-shadow: 5px 5px 15px #666;
    box-shadow: 5px 5px 15px #666;
    overflow: auto;
    bottom: 10px;
    top: 90px;
    left: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
}