
.steps-container {
    background: transparent url(../imgs/bkg80.png) no-repeat center;    
    background-size:cover;
    position:relative;
    top:5em;
    width:80%;
    min-width: 50em;
    left:9%;
}

.section {

}

.section-title {
    background-color:black;
    color:white;
    padding:0.625em;

}

.section-main-title {
    background-color:black;
    padding:0.3125em;
    color:white;
}

.step-title {
    background-color:#20293;
    padding:0.3125em 0.3125em 0.3125em 2em;
    color:white;
    width:48.9em;
    margin-left:-3.25em;
}

.step-action {
    padding:0.625em 0.625em .625em 0.625em;
}

.tabletable {
    position: relative;
    top: 0em;
    font-size:.75em;
    text-align: left;
    border: .1em solid black;
}

.tabletitle {
    background-color:black;
    opacity:.6;
    width: 15em;
}

table {
    width:100%;
}

td {
    border: .1em solid black;
    padding: 1em .8em 1em .8em;
    background: transparent url(../imgs/bkg60.png) no-repeat center;
    background-size:cover;
}

.divider {
    background-color:#283D5A;
    height:4em;
    text-align:center;
    color:white;
    width:100%;
    padding-top:1em;
    padding-bottom:1em;
    margin-bottom:2em;
}

.footer {
    background: transparent url(../imgs/bkg80.png) no-repeat center;    
    background-size:cover;
    color: white;
    min-width: 80em;
    padding:.5em;
    position:relative;
    top: 10em;
    text-align:center;
    margin:0.25em;
    font-size:0.75em;
}

#div-home{
    display:inline;
    position:relative;
    right:3em;
    float:right;
    top:-1em;
}

#div-add{
    margin-top:1em;
}
