body{
    margin-bottom:100px
}
thead{
    background-color:lightgray;
    font-weight:bold;
}
.dynamic-box{
    border-left:5px solid blue;
    background-color:#f0f0f0;
    padding:15px;
    margin-bottom:15px;
}