body {
    font-size: 1.4em;
}

h1 {
    margin-top: 0;
    font-size: 2em;
}

.oneline_dl dt, .oneline_dl dd {
    float: left;
}

.edition {
    padding-bottom: 15px;
}

.edition img {
    float: left;
    width: 150px;
}

.edition .oneline_dl {
    float: left;
    width: 500px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
}


/*------------------------------------------------
			Summary
------------------------------------------------*/

#summary {
    width: 100%;
    background-color: #FFF;
}

#summary_tech {
    float: left;
    width: 45%;
}

#summary_amount {
    float: right;
    width: 45%;
}

dl {
    margin-left: 25px;
}

dt {
    float: left;
    width: 20%;
}

dd {
    float: left;
    width: 80%;
    margin: 0px;
    padding: 0px;
}
