/*
 * Copyright 2011, Cisco Systems, Inc.  All rights reserved.
*/

body {
  margin: 10px;
  font-family: verdana, arial, sans-serif; 
}

select.dropbox1 {
  width:25%;
  padding: 10px;
  margin: 10px;
  font-size: 1.25em;
}

h3 {
  margin: 10px;
}

p {
  font-size: 1.25em;
}

table.privtable {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
}

tr {
  width: 100%;
}

td.td_role, th.td_role {
  width: 5%;
}

a {
  text-decoration: none;
}
