/* Collapse borders in bordered table */
table.bordered-user-table {
    border-collapse: collapse;
}

/* Set border and some padding */
table.bordered-user-table td {
    border: 1px solid black;
    padding: 4px;
}

/* Set some padding in non-bordered tables too*/
table.user-table td {
  padding: 2px;
}

/* Default text box handling */
div.user-box {
  width: 250px;
  background-color: #DDDDDD;
  padding: 5px;
}

/* Default dividing rules */
hr.user-rule {
  height: 1px;
  color: #AAAAAA;
  background-color: #AAAAAA;
  border: 0px;       
}

img.embedded-img {
  border:0px;
}