.serviceArea .info p{
    margin-bottom: 0.6em;
}
.serviceArea .info .links{
    margin-top: 1.2em;    
}
.serviceArea .consignmentField{
    margin-bottom:0.6em;
}
/* Resultatsida - start */
.serviceArea span.nrOfResultRows{
    font-weight:bold;
}
.serviceArea div.consignmentResultRow{
    padding:0.6em;
    margin-bottom:1.2em;
    background-color:#E4F0FA;
    clear:both;
}
.serviceArea div.consignmentResultRow .consignmentResultRowHead{
    width:53.2em;
    clear:both;
    float:left;
}
.serviceArea div.consignmentResultRow .consignmentId{
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:0.55em;
}
/* Röd/rosa färg då händelsen är en felkod */
.serviceArea table.result .errorCode {
    background-color: #FBD9D3;
}
.serviceArea div.consignmentResultRow table.result{
    border:0.1em solid #58719F;
}
.serviceArea div.consignmentResultRow table.result caption{
    font-size:1em;
}
.serviceArea div.consignmentResultRow th,
.serviceArea div.consignmentResultRow td{
    line-height: 1.3em;
}
.serviceArea div.consignmentResultRow dl{
    margin-bottom:0.3em;
    height:auto;
}
.serviceArea div.consignmentResultRow dt {
    font-weight:bold;
}
/* Vänster kolumn i en resultatrad */
.serviceArea div.consignmentResultRow div.leftcol{
    width:19.3em;
    clear:both;
    float:left;
}
/* Höger kolumn i en resultatrad */
.serviceArea div.consignmentResultRow div.rightcol{
    width:33.9em;
    float:right;
}
.serviceArea div.consignmentResultRow .consignmentDetails{
    clear:both;
    display:none;
}
.serviceArea div.consignmentResultRow .showhideDetails{
    margin-top:0.7em;
}
.serviceArea div.pageNav {
    text-align:center;    
}
.serviceArea div.pageNav .chosenPageNumber {
    font-weight:bold;
}

/* Resultatsida - slut */
/* Klass för informationssidor (ej klassiskt applikationsutseende) */
.serviceArea .content{
    width:32em;
    margin-bottom:2.4em;
}
.serviceArea .content p.last{
    padding-bottom:0;
}
.serviceArea .content ol{
    margin-left:2.5em;
}
.serviceArea .content li{
    margin-bottom:1em;
}
