.rblock {
	display:none;
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    left: 10px; /* padding from the left side of the window */
}
.text-royal {
  color: #733C76;
}
a.text-royal:hover {
  color: #532B54;
}
.bg-royal {
  background-color: #ECD8F0;
}
a.bg-royal:hover {
  background-color: #DEB3E2;
}
.table > thead > tr > td.royal,
.table > tbody > tr > td.royal,
.table > tfoot > tr > td.royal,
.table > thead > tr > th.royal,
.table > tbody > tr > th.royal,
.table > tfoot > tr > th.royal,
.table > thead > tr.royal > td,
.table > tbody > tr.royal > td,
.table > tfoot > tr.royal > td,
.table > thead > tr.royal > th,
.table > tbody > tr.royal > th,
.table > tfoot > tr.royal > th {
  background-color: #ECD8F0;
}
.table-hover > tbody > tr > td.royal:hover,
.table-hover > tbody > tr > th.royal:hover,
.table-hover > tbody > tr.royal:hover > td,
.table-hover > tbody > tr:hover > .royal,
.table-hover > tbody > tr.royal:hover > th {
  background-color: #E7C6E9;
}
.has-royal .help-block,
.has-royal .control-label,
.has-royal .radio,
.has-royal .checkbox,
.has-royal .radio-inline,
.has-royal .checkbox-inline,
.has-royal.radio label,
.has-royal.checkbox label,
.has-royal.radio-inline label,
.has-royal.checkbox-inline label {
  color: #733C76;
}
.has-royal .form-control {
  border-color: #733C76;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-royal .form-control:focus {
  border-color: #532B54;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #B167B0;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #B167B0;
}
.has-royal .input-group-addon {
  color: #733C76;
  background-color: #ECD8F0;
  border-color: #733C76;
}
.has-royal .form-control-feedback {
  color: #733C76;
}
.btn-royal {
  color: #fff;
  background-color: #A65CB8;
  border-color: #AE4CAB;
}
.btn-royal:hover,
.btn-royal:focus,
.btn-royal.focus,
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #99449D;
  border-color: #823984;
}
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  background-image: none;
}
.btn-royal.disabled,
.btn-royal[disabled],
fieldset[disabled] .btn-royal,
.btn-royal.disabled:hover,
.btn-royal[disabled]:hover,
fieldset[disabled] .btn-royal:hover,
.btn-royal.disabled:focus,
.btn-royal[disabled]:focus,
fieldset[disabled] .btn-royal:focus,
.btn-royal.disabled.focus,
.btn-royal[disabled].focus,
fieldset[disabled] .btn-royal.focus,
.btn-royal.disabled:active,
.btn-royal[disabled]:active,
fieldset[disabled] .btn-royal:active,
.btn-royal.disabled.active,
.btn-royal[disabled].active,
fieldset[disabled] .btn-royal.active {
  background-color: #A65CB8;
  border-color: #AE4CAB;
}
.btn-royal .badge {
  color: #A65CB8;
  background-color: #fff;
}
.label-royal {
  background-color: #A65CB8;
}
.label-royal[href]:hover,
.label-royal[href]:focus {
  background-color: #99449D;
}
.alert-royal {
  color: #733C76;
  background-color: #ECD8F0;
  border-color: #E8C6E9;
}
.alert-royal hr {
  border-top-color: #E2B3E1;
}
.alert-royal .alert-link {
  color: #532B54;
}
.progress-bar-royal {
  background-color: #A65CB8;
}
.progress-striped .progress-bar-royal {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group-item-royal {
  color: #733C76;
  background-color: #ECD8F0;
}
a.list-group-item-royal {
  color: #733C76;
}
a.list-group-item-royal .list-group-item-heading {
  color: inherit;
}
a.list-group-item-royal:hover,
a.list-group-item-royal:focus {
  color: #733C76;
  background-color: #E7C6E9;
}
a.list-group-item-royal.active,
a.list-group-item-royal.active:hover,
a.list-group-item-royal.active:focus {
  color: #fff;
  background-color: #733C76;
  border-color: #733C76;
}
.panel-royal {
  border-color: #E8C6E9;
}
.panel-royal > .panel-heading {
  color: #733C76;
  background-color: #ECD8F0;
  border-color: #E8C6E9;
}
.panel-royal > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E8C6E9;
}
.panel-royal > .panel-heading .badge {
  color: #ECD8F0;
  background-color: #733C76;
}
.panel-royal > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E8C6E9;
}
