-.request-report td, .request-report th {
- vertical-align: top;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
+.pull-request {
+ padding: 20px 20px 10px 20px;
+ border-bottom: 1px dotted #CCC;
+}
+
+.pull-request h2 {
+ padding: 0;
+ margin: 0;
+ font-size: 22px;
+}
+
+.pull-request .request-info {
+ color: #999;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+.pull-request .request-info li {
+ float: left;
+ padding-right: 20px;
+}
+
+.pull-request p.comment {
+ clear: left;
+ padding: 20px 0;
+}