body {
    font-family: 'Open Sans', sans-serif;
}
body.with-bg {
    background: url(../images/bg.png);
}
.small {
    font-size: 16px;
}
h1 {
    margin: 0;
}
.container {
    margin-top: 20px;
    width: 800px;
}
.logout {
    margin-top: 15px;
}
.container.login {
    width: 450px;
}
.address {
    padding-left: 15px;
    font-size: 13px;
}
ul {
    list-style-type:circle;
margin: 0;
padding: 0;
}
li.details {
    font-weight: bold;
}
.recipient-details {

}
.recipient-address {

}
.table th.table-desc {
    min-width: 450px;
    text-align: left;
}
.table td.first {
    text-align: left;
}
.table tr.even {
    background-color: #EEE;
}
table thead tr {
    text-align: right;
    border-bottom: 1px solid #333;
    padding: 10px;
}
table tbody tr {
    border-bottom: 1px solid #EEE;
}
.table td, .table th {
        text-align: right;
}
.table tfoot td {
    font-weight: bold;
    border: none;
}
.table tfoot td.with-border {
    border-top: 2px solid #333;
}