.report {
    height: 100px;
    border-bottom: 1px solid #ccc;
}
.report_left {
    float: left;
    width: 70%;
    padding: 10px;
}
.report_right {
    float: right;
    width: 30%;
    text-align: right;
    padding: 10px;
}
