html,body{
    width:100%;
    height:100%;
}

.max-h{
    height: 100%;
}

.max-w{
    width:100%;
}

.colCSS{
    padding-top: 50px;
    padding-bottom: 10px;
}

.chapTitle{
    padding-bottom: 20px;
}

.summary{
    
}

.content{
    padding-top: 15px;
}
.spacer{
    padding-top: 50px;
}

#copyright{
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

#successMessage{
    width: 100%;
    text-align: center;
    display: none;
}

