@import url("common.css");

@import url("common.css");

table {
 background-color: #F7F3CD;
 margin: 1em 0;
 padding: 0;
 display: table;
 table-layout: fixed;
 border-collapse: collapse;
 border-spacing: 0px;
 border-style: hidden;
 -moz-border-radius: 20px;
 border-radius: 20px;
 width: 468px;}

colgroup {
 display: table-column-group;}

.url {
 display: table-cell;
 font-weight: bold;
 text-align: right;
 vertical-align: top;
 margin: 0;
 padding: 5px;
 width: 190px;}

.comment {
 vertical-align: top;
 margin: 0;
 padding: 5px;}

.edit, td.for-owner {
 width: 1em;
 display: table-cell;
 table-cell: show;}