div#cart {
  background-color: #deb159;
}
div#btw {
    background-color: red;
    position: relative;
}

div#btwdesc {
  position: absolute;
  top: 5px;
  left: 10px;
  right: auto;
  bottom: auto;
}
div#btwvaluta {
}
div#btwvalue {
}


div#btwsummary {
    background-color: red;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

span#summary {
    background-color: green;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 80px;
}

table.btwsummary td.value {
  text-align: right;
}


