
.title-seal {
    height: 7em; 
    margin-top:0.3em;
}

.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%;
    border-radius: 10px;
}

.section {
    margin-bottom:2em;
}

.section-title {
    background-color:black;
    color:white;
    text-align: center;
    padding:0.3em;
    border-radius: 10px 10px 0 0 ;
}

.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;
}

.tablehead {
    text-align: center;
}

.tabletitle {
    background-color:black;
    opacity:.6;
    width: 50%;
}

.tablecitations {
    width: 20%;
}

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;
}

#intro-content {
    background: transparent url(../imgs/bkg90.png) no-repeat center;
    background-size:cover;
    padding: 1em;
    margin-top:1em;
    color:white;
    font-size:1.em;
    text-align:center;
    position:relative;
    left:50%;
    width:34em;
    margin-left:-17em;
    border-radius: 10px;
}