/* Blauws menu en select*/
/* I profiel display */
/* Greys */
/* Greens */
/* yellowa */
body {
  background-color: white; }

section {
  margin-bottom: 1em; }

#header {
  text-align: right;
  padding-top: 1.44em; }

#header h1 {
  font-size: 3em;
  color: #BBB; }

#navigation {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em; }

#navigation div {
  height: 30px;
  text-align: center;
  padding-top: 8px;
  border: 1px solid black; }

#navigation a {
  font-size: 1.2em;
  text-decoration: none;
  color: black;
  font-weight: bold; }

#user-tools {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em; }

#content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }

#content h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

#content h3 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

#content h4 {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: 500; }

#content h1#page-title {
  font-size: 3em;
  margin-bottom: 0.5em;
  line-height: 1;
  border-bottom: 1px solid #ddd; }

.subtitle {
  font-size: 1.5em;
  color: #666;
  font-weight: 300; }

/* Navigation */
nav#main-nav {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #DAECF2;
  /* for non-css3 browsers */
  border-bottom: solid 5px #80C1D6;
  /* sub levels */
  /* dropdown */
  /* clearfix */
  display: inline-block; }
  nav#main-nav ul.nav {
    margin: 0 15px;
    padding: 7px 6px 0;
    line-height: 100%;
    width: 100%;
    float: left;
    clear: left; }
    nav#main-nav ul.nav ul.options {
      z-index: 4; }
  nav#main-nav ul.bestuursnav {
    border-bottom: 1px solid #80C1D6;
    width: auto; }
    nav#main-nav ul.bestuursnav ul.options {
      z-index: 3; }
  nav#main-nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none; }
    nav#main-nav li.has_children > a {
      background-image: url('/static/img/menu_has_children.png?6fee2a1322a9');
      background-repeat: no-repeat;
      background-position: 92% 10px;
      padding-right: 30px; }
    nav#main-nav li.has_children.active > a, nav#main-nav li.has_children:hover > a {
      background-image: url('/static/img/menu_has_children_w.png?6fee2a1322a9') !important;
      background-repeat: no-repeat !important;
      background-position: 92% 10px !important; }
  nav#main-nav a {
    font-weight: bold;
    color: #80C1D6;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    margin: 0;
    border: 1px solid;
    border-radius: 1.6em;
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em; }
    nav#main-nav a:hover {
      color: white; }
  nav#main-nav .active > a, nav#main-nav li:hover > a {
    background: #80C1D6;
    /* for non-css3 browsers */
    color: white;
    text-shadow: 0 1px 0 #AAA;
    border-bottom: solid 1px white;
    border-right: solid 1px white;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC; }
  nav#main-nav ul ul {
    background: #DAECF2;
    /* for non-css3 browsers */
    display: none;
    margin: 0;
    padding: 0;
    width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$nav_light', endColorstr='lighten($nav_light, 10%)');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#DAECF2), to(#b4d9e5));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #DAECF2, white);
    /* for firefox 3.6+ */
    position: absolute;
    top: 35px;
    left: 0;
    /* level 3+ list */ }
    nav#main-nav ul ul li {
      margin: 3px !important;
      float: none;
      margin: 0;
      padding: 0; }
    nav#main-nav ul ul a {
      padding: 9px 10px;
      border: none;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px; }
    nav#main-nav ul ul li.option a {
      background: none;
      border: none;
      color: #80C1D6;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    nav#main-nav ul ul li:hover a, nav#main-nav ul ul li:hover li a, nav#main-nav ul ul li.active a {
      background: #80C1D6;
      /* for non-css3 browsers */
      color: white;
      text-shadow: 0 1px 0 #AAA;
      border-bottom: solid 1px white;
      border-right: solid 1px white;
      border-top: solid 1px #CCC;
      border-left: solid 1px #CCC;
      padding: 8px 10px;
      margin: 0;
      border-radius: 1.6em;
      -webkit-border-radius: 1.6em;
      -moz-border-radius: 1.6em; }
    nav#main-nav ul ul a:hover {
      background: #80C1D6;
      /* for non-css3 browsers */
      color: white;
      text-shadow: 0 1px 0 #AAA; }
    nav#main-nav ul ul ul {
      left: 181px;
      top: -3px; }
  nav#main-nav li:hover > ul {
    display: block; }
  nav#main-nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] #nav {
  display: block; }

* html #nav {
  height: 1%; }

#sidebar {
  background-color: white;
  color: #666;
  overflow: auto;
  max-height: 80%;
  border-top: 1px solid #999;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 7px #999;
  padding-top: 1em; }

#sidebar h1, h2, h3 {
  color: #666; }

#sidebar h1 {
  font-size: 1.5em;
  line-height: 1; }

#sidebar-content {
  margin-right: 15px;
  margin-left: 10px;
  margin-bottom: 1em; }

#index ul {
  padding-left: 1.2em;
  list-style-type: square; }

#content {
  background-color: white;
  z-index: 1;
  /*    padding-left:360px;
    padding-right:10px;
    margin-left:40px;
    min-height:400px;*/ }

#footer {
  border-top: 1px solid black;
  height: 72px;
  margin-top: 24px; }

.object-tools {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 1.44em;
  padding-left: 0px;
  width: 100%;
  text-align: right; }

.object-tools li {
  display: inline;
  margin-left: 10px;
  background: #eee;
  padding: 0.33em; }

.object-tools a {
  text-decoration: none; }

#user-tools {
  margin-bottom: 12px;
  padding-left: 10px; }

#messagelist {
  margin-bottom: 0px;
  padding-left: 0px; }

#messagelist li {
  list-style-type: none;
  padding: 0.8em; }

.errorlist {
  padding-left: 0px;
  list-style-type: none; }

.errorlist li {
  background-color: red;
  border: 1px solid darkred;
  padding: 8px;
  color: white;
  font-weight: bold; }

.rst {
  font-family: monospace; }

.black {
  color: black;
  background: black; }

.new {
  background-color: #6C3; }

/* Forms */
form input, form label {
  float: left; }

form label {
  width: 100px;
  text-align: right;
  margin: 0.5em 0px;
  margin-right: 10px;
  font-weight: normal; }

.wide label {
  width: 200px; }

form p {
  clear: left;
  min-height: 28px;
  margin-bottom: 0px; }

form p.required label {
  font-weight: bold; }

form .helptext {
  color: #555;
  display: block;
  float: left;
  font-size: 0.9em;
  margin-left: 1em;
  width: 200px; }

form fieldset .description {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1em; }

.actions input {
  float: none !important; }

.actions label {
  float: none !important; }

/* LOGIN */
body.login #sidebar {
  display: none; }

body.login #login-box {
  border: 1px solid black; }

/* BUTTON MIXINS */
/* NAV */
#menu1 ul {
  list-style: none;
  padding-left: 0em;
  margin-bottom: 0.5em; }
  #menu1 ul a, #menu1 ul a:visited {
    color: #EEE;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 2px;
    text-align: center;
    border: 1px solid #2EA334;
    padding: 3px;
    text-shadow: 0 -1px 0 #2EA334;
    background: -webkit-gradient(linear, center bottom, center top, from(#4F9D2C), to(#60E266));
    background: -moz-linear-gradient(90deg, #4F9D2C, #60E266);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    display: block; }
    #menu1 ul a:hover, #menu1 ul a:visited:hover {
      color: #EEE;
      font-weight: bold;
      border: 1px solid #2EA334;
      text-decoration: none;
      text-shadow: 0 -1px 0 #2EA334;
      background: #4F9D2C;
      background: -webkit-gradient(linear, center bottom, center top, from(#81d25d), to(#b6f2b9));
      background: -moz-linear-gradient(90deg, #81d25d, #b6f2b9);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
    #menu1 ul a:active, #menu1 ul a:visited:active {
      border: 1px solid #2EA334;
      color: black;
      text-decoration: none;
      text-shadow: 0 -1px 0 #2EA334;
      background: -webkit-gradient(linear, center bottom, center top, from(#b6f2b9), to(#81d25d));
      background: -moz-linear-gradient(90deg, #b6f2b9, #81d25d);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }

button, .button {
  color: #EEE;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #2EA334;
  padding: 3px;
  text-shadow: 0 -1px 0 #2EA334;
  background: -webkit-gradient(linear, center bottom, center top, from(#4F9D2C), to(#60E266));
  background: -moz-linear-gradient(90deg, #4F9D2C, #60E266);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  button:hover, .button:hover {
    color: #EEE;
    font-weight: bold;
    border: 1px solid #2EA334;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2EA334;
    background: #4F9D2C;
    background: -webkit-gradient(linear, center bottom, center top, from(#81d25d), to(#b6f2b9));
    background: -moz-linear-gradient(90deg, #81d25d, #b6f2b9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
  button:active, .button:active {
    border: 1px solid #2EA334;
    color: black;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2EA334;
    background: -webkit-gradient(linear, center bottom, center top, from(#b6f2b9), to(#81d25d));
    background: -moz-linear-gradient(90deg, #b6f2b9, #81d25d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }

.button.small, input[type=submit].small {
  line-height: 1em;
  font-size: 0.9em;
  font-weight: normal;
  padding: 1px; }

.button.big, input[type=submit].big {
  padding: 10px !important;
  font-size: 1.2em !important; }

a.button.delete, a.button.delete:visited, input[type=submit].delete {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #D4D4D4;
  padding: 3px;
  text-shadow: 0 -1px 0 #D4D4D4;
  background: -webkit-gradient(linear, center bottom, center top, from(#ECECEC), to(#F4F4F4));
  background: -moz-linear-gradient(90deg, #ECECEC, #F4F4F4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  a.button.delete:hover, a.button.delete:visited:hover, input[type=submit].delete:hover {
    color: #666;
    font-weight: bold;
    border: 1px solid #D4D4D4;
    text-decoration: none;
    text-shadow: 0 -1px 0 #D4D4D4;
    background: #ECECEC;
    background: -webkit-gradient(linear, center bottom, center top, from(#B02F21), to(#e06557));
    background: -moz-linear-gradient(90deg, #B02F21, #e06557);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
  a.button.delete:active, a.button.delete:visited:active, input[type=submit].delete:active {
    border: 1px solid #D4D4D4;
    color: black;
    text-decoration: none;
    text-shadow: 0 -1px 0 #D4D4D4;
    background: -webkit-gradient(linear, center bottom, center top, from(#e06557), to(#B02F21));
    background: -moz-linear-gradient(90deg, #e06557, #B02F21);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }
  a.button.delete:hover, a.button.delete:visited:hover, input[type=submit].delete:hover {
    text-shadow: 0 -1px 0 #B02F21;
    border-color: #B02F21;
    color: white; }
  a.button.delete:active, a.button.delete:visited:active, input[type=submit].delete:active {
    color: black; }

#menu1 li a, #menu1 li a:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #D4D4D4;
  padding: 3px;
  text-shadow: 0 -1px 0 #D4D4D4;
  background: -webkit-gradient(linear, center bottom, center top, from(#ECECEC), to(#F4F4F4));
  background: -moz-linear-gradient(90deg, #ECECEC, #F4F4F4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 0 #D4D4D4; }
  #menu1 li a:hover, #menu1 li a:visited:hover {
    color: #666;
    font-weight: bold;
    border: 1px solid #D4D4D4;
    text-decoration: none;
    text-shadow: 0 -1px 0 #D4D4D4;
    background: #ECECEC;
    background: -webkit-gradient(linear, center bottom, center top, from(#4F9D2C), to(#60E266));
    background: -moz-linear-gradient(90deg, #4F9D2C, #60E266);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
  #menu1 li a:active, #menu1 li a:visited:active {
    border: 1px solid #D4D4D4;
    color: black;
    text-decoration: none;
    text-shadow: 0 -1px 0 #D4D4D4;
    background: -webkit-gradient(linear, center bottom, center top, from(#60E266), to(#4F9D2C));
    background: -moz-linear-gradient(90deg, #60E266, #4F9D2C);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }
  #menu1 li a:hover, #menu1 li a:visited:hover {
    text-shadow: 0 -1px 0 #4F9D2C;
    border-color: #4F9D2C;
    color: white; }
  #menu1 li a:active, #menu1 li a:visited:active {
    color: black; }

a.button.quiet, a.button.quiet:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #D4D4D4;
  padding: 3px;
  text-shadow: 0 -1px 0 #D4D4D4;
  background: -webkit-gradient(linear, center bottom, center top, from(#ECECEC), to(#F4F4F4));
  background: -moz-linear-gradient(90deg, #ECECEC, #F4F4F4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 0 #D4D4D4;
  font-weight: normal;
  padding: 1px; }
  a.button.quiet:hover, a.button.quiet:visited:hover {
    color: #666;
    font-weight: bold;
    border: 1px solid #D4D4D4;
    text-decoration: none;
    text-shadow: 0 -1px 0 #D4D4D4;
    background: #ECECEC;
    background: -webkit-gradient(linear, center bottom, center top, from(#4F9D2C), to(#60E266));
    background: -moz-linear-gradient(90deg, #4F9D2C, #60E266);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
  a.button.quiet:active, a.button.quiet:visited:active {
    border: 1px solid #D4D4D4;
    color: black;
    text-decoration: none;
    text-shadow: 0 -1px 0 #D4D4D4;
    background: -webkit-gradient(linear, center bottom, center top, from(#60E266), to(#4F9D2C));
    background: -moz-linear-gradient(90deg, #60E266, #4F9D2C);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }
  a.button.quiet:hover, a.button.quiet:visited:hover {
    text-shadow: 0 -1px 0 #4F9D2C;
    border-color: #4F9D2C;
    color: white; }
  a.button.quiet:active, a.button.quiet:visited:active {
    color: black; }

input[type=submit] {
  color: #EEE;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #2EA334;
  padding: 3px;
  text-shadow: 0 -1px 0 #2EA334;
  background: -webkit-gradient(linear, center bottom, center top, from(#4F9D2C), to(#60E266));
  background: -moz-linear-gradient(90deg, #4F9D2C, #60E266);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  display: block;
  padding: 10px;
  font-size: 1.2em; }
  input[type=submit]:hover {
    color: #EEE;
    font-weight: bold;
    border: 1px solid #2EA334;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2EA334;
    background: #4F9D2C;
    background: -webkit-gradient(linear, center bottom, center top, from(#81d25d), to(#b6f2b9));
    background: -moz-linear-gradient(90deg, #81d25d, #b6f2b9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
  input[type=submit]:active {
    border: 1px solid #2EA334;
    color: black;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2EA334;
    background: -webkit-gradient(linear, center bottom, center top, from(#b6f2b9), to(#81d25d));
    background: -moz-linear-gradient(90deg, #b6f2b9, #81d25d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }

.nav-button {
  color: #EEE;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
  text-align: center;
  border: 1px solid #2EA334;
  padding: 3px;
  text-shadow: 0 -1px 0 #2EA334;
  background: -webkit-gradient(linear, center bottom, center top, from(#4F9D2C), to(#60E266));
  background: -moz-linear-gradient(90deg, #4F9D2C, #60E266);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$bgcolor1',endColorstr='$bgcolor2');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 150px;
  display: block;
  margin-bottom: 2px; }
  .nav-button:hover {
    color: #EEE;
    font-weight: bold;
    border: 1px solid #2EA334;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2EA334;
    background: #4F9D2C;
    background: -webkit-gradient(linear, center bottom, center top, from(#81d25d), to(#b6f2b9));
    background: -moz-linear-gradient(90deg, #81d25d, #b6f2b9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg1',endColorstr='$hoverbg2'); }
  .nav-button:active {
    border: 1px solid #2EA334;
    color: black;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2EA334;
    background: -webkit-gradient(linear, center bottom, center top, from(#b6f2b9), to(#81d25d));
    background: -moz-linear-gradient(90deg, #b6f2b9, #81d25d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$hoverbg2',endColorstr='$hoverbg1'); }

.tabs {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 1em; }
  .tabs a {
    border-bottom: 0px !important;
    border: 1px solid black;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    height: auto;
    margin-left: 5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    color: black;
    float: left; }
    .tabs a:hover {
      background-color: #444 !important;
      color: #eee !important; }
  .tabs a.active {
    background-color: black;
    color: white; }

.pagination {
  padding: 7px;
  background-color: #DAECF2;
  width: 936px;
  margin-right: 0;
  float: left;
  border-bottom: 2px solid #80C1D6;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .pagination a {
    padding: 4px;
    color: #80C1D6;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .pagination a:hover {
      background-color: #80C1D6;
      color: #DAECF2; }
  .pagination span.current, .pagination span.disabled {
    color: #AAA;
    padding: 4px; }

#changelist-form {
  margin-top: 1em; }

#filter_form {
  width: 420px;
  float: right;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 4px solid #80C1D6;
  background-color: #DAECF2;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #80C1D6;
  margin-bottom: 1em; }

div.actions {
  padding-left: 5px; }
  div.actions.selected {
    background-color: #FFFCCF; }

tr.selected {
  background-color: #FFFCCF; }

.right {
  float: right; }
