html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 50px;
}
body,
html {
	background-color: #EEE;
}
.zma {
	color: #986532;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loading {
	animation: spin 1s infinite linear;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	border-top-color: #000;
	border-width: 4px;
	display: inline-block;
	margin-bottom: -6px;
	height: 24px;
	width: 24px;
}
/* Login. */
.form-signin {
	margin: 0 auto;
	max-width: 330px;
	padding: 15px;
}
.form-signin .form-signin-heading {
	margin-bottom: 10px;
}
.form-signin .form-control {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	height: auto;
	position: relative;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 10px;
}
/* Custom big loading spinner.
 * Respect to http://tobiasahlin.com
 */
#big-spinner {
	font-size: 10px;
	height: 60px;
	margin: 100px auto;
	text-align: center;
	width: 50px;
	z-index: 100;
}
#big-spinner > div {
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
	background-color: #333;
	display: inline-block;
	height: 100%;
	margin: 0 4px 0 0;
	width: 6px;
}
#big-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
#big-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
#big-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
#big-spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1.0);
	}
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
/* zmaDF */
.zmaDF div[role="toolbar"] div.btn-group {
	margin-right: 3px;
}
.col-zma-selectable {
	width: 20px;
}
/* General. */
#mainContent {
	margin-top: 50px;
}
.page-header {
	border-bottom: 1px solid #CCC;
}
/* Footer */
.footer {
	background-color: #DDD;
	bottom: 0;
	color: #555;
	font-size: 12px;
	height: 50px;
	position: absolute;
	width: 100%;
}
.footer > .container {
	padding: 0 15px 0 15px;
}
.footer div.row > div {
	padding-top: 18px;
}
#search-container strong {
	line-height: 32px;
}
#search-container {
	margin-bottom: 25px;
}
#search-container .span2,
fieldset.claim .span2 {
    width: 140px;
}
#search-container [class*="span"],
fieldset.claim [class*="span"]{
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
#search-container .title {
	color: #555;
	font-weight: bold;
	padding-right: 9px;
}
#search-container label.checkbox,
fieldset.claim label.checkbox {
	font-weight: normal;
}
#search-container .controls,
fieldset.claim .controls {
	margin-top: -9px;
}
#searchClear,
#addFee-members-clearSearch {
	bottom: 0;
	color: #bbb;
	cursor: pointer;
	height: 14px;
	margin: auto;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 10;
}
#searchClear:hover,
#addFee-members-clearSearch:hover {
	color: #888;
}
div.resultsExtras span.text {
	float: left;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	position: relative;
}
select.dropdown {
	border: 1px solid #ccc;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 12px;
	white-space: normal;
}
select.dropdown:disabled {
	background-color: #DDD;
	border: 1px solid #EEE;
}
.zma-form-element {
	display: block;
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
}
.red {
	color: red;
}
/* Dynamic tabbed content */
.zma-nav-tabs {}
.zma-nav-tabs li > a {
	color: #666;
	padding: 7px 12px;
}
.zma-nav-tabs li > a {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}
.zma-nav-tabs li.active > a {
	background-color: #EEE !important;
	border-bottom: 1px solid transparent;
	color: #333;
}
.zma-nav-tabs li:hover a,
.zma-nav-tabs li a:hover {
	background-color: #CCC;
}
.zma-nav-tabs span.badge,
.zma-nav-tab-content span.badge {
	background-color: #999;
	border-radius: 3px;
	font-weight: normal;
}
.zma-nav-tab-content span.badge.badge-mainClub {
	background-color: #DDD;
	color: #777;
}
.zma-nav-tab-content span.badge.badge-dangerMainClubState {
	background-color: #FF7572;
	color: #777;
}
span.badge.badge-pid {
	background-color: #985f0d;
}
.zma-nav-tab-content {}
.zma-nav-tab-content .tab-pane {
	margin-top: 15px;
}
.zma-nav-tab-content .dataContainer {
	margin-top: 15px;
}
.zma-nav-tab-content .dataContainer > table.table td {
	border: 1px solid #808080;
	border-collapse: collapse;
	padding: 4px 6px;
}
.zma-nav-tab-content .dataContainer > table.table > thead {
	background-color: #BBB;
	border: 1px solid #808080;
	border-collapse: collapse;
	color: #000;
}
.zma-nav-tab-content .dataContainer > table.table > thead th {
	border: 1px solid #808080;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: normal;
}
.zma-nav-tab-content select{
	margin-right: 5px;
}
.zma-nav-tab-content table td.r,
#mainContent td.r,
#mainContent th.r {
	text-align: right;
}
/* Custom badges for member status. */
.badge-status-icon {
	background-image: url(../images/sprite-icons.png), none;
	background-repeat: no-repeat;
	background-size: initial;
	display: inline-block;
	height: 14px;
	line-height: inherit;
	margin-left: 2px;
	margin-right: 3px;
	overflow: hidden;
	vertical-align: text-bottom;
	width: 12px;
}
.active > .badge-status-icon {
	background-position: 0 0;
}
.inactive > .badge-status-icon {
	background-position: -15px 0;
}
.badge-status.active {
	color: #4bcc72;
}
.badge-status.inactive {
	color: #ff7572;
}
/* General coloring. */
.color.success {
	color: #4bcc72;
}
.color.fail {
	color: #ff7572;
}
/* Checkbox group */
.checked-list-box {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.checked-list-box li {
	padding: 2px 0;
}
/* Extend bootstrap. */
ol.breadcrumb.zma-breadcrumb {
	background-color: #DDD;
	margin-top: 60px;
}
div.container + #mainContent {
	margin-top: -20px;
}
.form-group.required .control-label:after {
	content: " *";
	color: red;
	font-weight: bold;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.container-highlighted {
	background-color: #d1e6fd;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	padding: 15px;
}
.navbar-default .nav a.active {
	color: #777;
	font-weight: bold;
}
/* Extend tab list behaviour. */
.nav.nav-tabs > li.disabled {
	pointer-events: none;
}
/* Extend checkbox design. */
.checkbox-custom {
  padding-left: 20px; }
  .checkbox-custom label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox-custom label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox-custom label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox-custom input[type="checkbox"] {
    opacity: 0; }
    .checkbox-custom input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox-custom input[type="checkbox"]:checked + label::after {
      font-family: 'Glyphicons Halflings';
      content: "\e013"; }
    .checkbox-custom input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox-custom input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox-custom.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox-custom.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
     background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
} 
.decent-info {
	background-color: #FFF;
	display: inline-block;
	font-weight: normal;
	color: #666;
	padding: 2px 5px;
}
#positionsCount {
	margin-left: 5px;
}

fieldset.fee,
fieldset.claim,
.zma-nav-tab-content fieldset {
	-webkit-box-shadow: 0 0 0 0 #000;
	border: 1px solid #DDD !important;
	box-shadow: 0 0 0 0 #000;
	margin: 0 0 22px 0 !important;
	padding: 0 20px 10px 22px !important;
}
fieldset.fee legend,
fieldset.claim legend,
.zma-nav-tab-content fieldset legend {
	border-bottom: none;
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 0 10px;
	text-align: left !important;
	width: inherit;
}

ul.badge-list {
	list-style-type: none;
	margin: 10px 0 0 5px;
	padding: 0;
}
ul.badge-list li {
	display: inline-block;
	padding: 2px;
}
ul.badge-list span.badge-member {
	background-color: #444;
	border-radius: 4px;
	color: #EEE;
	display: block;
	font-size: 13px;
	padding: 4px;
	white-space: nowrap;
}
ul.badge-list span.badge-member span {
	cursor: hand;
	cursor: pointer;
}
ul.badge-list span.badge-member span:hover {
	color: #FFD5D5;
}

mark {
	background-color: orange;
}

tr.clicked {
	background-color: #ffd5d5 !important;
}

tbody#invoiceLineItemsData span.reb {
	display: block;
}
tbody#invoiceLineItemsData span.reb span {
	background-color: #CCC;
	display: inline-block;
	font-size: 13px;
	padding: 5px;
}
tbody#invoiceLineItemsData span.reb ul {
	font-size: 12px;
}

.info-box {
	background-color: #BBB;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 16px;
	padding: 5px 8px;
	text-align: center;
}
.info-box span {
	font-size: 12px;
}
.info-box.error {
	background-color: #F8D7DA;
	border: 1px solid #F5C6CB;
}

.modal-open {
	padding-right: 0 !important;
}

th.numericValue,
td.numericValue {
	text-align: right !important;
}

#downloadLink {
	display: none;
}
tr.major,
fieldset.claim tfoot tr {
	background-image: url(../images/major.png);
	color: #333;
}
fieldset.claim tfoot tr {
	font-weight: bolder;
}
fieldset.claim table td,
fieldset.claim table th{
	text-align: right;
}
fieldset.claim table td:first-child,
fieldset.claim table th:first-child {
	text-align: left;
}
/**
 * Loading spinner.
 * Kudos to "MattIn4D"
 * @see https://codepen.io/MattIn4D/pen/LiKFC
 **/
#zmaLoading {
	bottom: 0;
	display: none;
	height: 2em;
	left: 0;
	overflow: show;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 2em;
	z-index: 1337;
}
#zmaLoading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
/* :not(:required) hides these rules from IE9 and below */
#zmaLoading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#zmaLoading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * SelectLists for moving between Listboxes
 **/
.selectList {
}
.selectList select {
	height: 350px;
	padding: 0;
}
.selectList select option {
	padding: 4px 10px;
}
.selectList option:hover {
	background: #EEE;
}
.selectListArrows {
	width: 100%;
}
.vertical-center {
	align-items: center;
	display: flex;
	min-height: 350px;
}
.selectListButton {
	margin: 5px 0;
}

/**
 * Filtering for tributes.
 **/
.zma_filters {}
.zma_filters a {
    border-radius: 4px;
    border: 1px solid transparent;
    color: #555;
    padding: 3px;
    position: relative;
    text-decoration: none;
}
.zma_filters a.f_e:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.zma_filters a.f_sel {
    background-color: #428bca;
    color: #EEE;
}
.zma_filters a span.res {
    color: #BBB;
}
.zma_filters a.f_sel:hover span.res:after {
    background-color: #EEE;
    border-radius: 4px;
    content: "\2716";
    color: #444;
    cursor: pointer;
    display: inline-block;
    font: normal 1em/1 Arial, sans-serif;
    height: auto;
    line-height: 15px;
    padding: 2px 4px;
    position: absolute;
    right: 2px;
}
.zma_filters a.f_any {
    background-color: #DDD;
}
.zma_filters a {
    line-height: 190%;
}

tr.filter {
    background-color: #d9e7ff;
    color: #444;
    font-size: 12px;
}
tr.filter > th {
    font-weight: normal;
    verticla-align: center;
}
tr.filter input.form-control {
    font-size: 12px;
    padding: 4px 8px;
}
tr.filter span.f {
    background-color: #CCC;
    border: 1px solid #DDD;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    line-height: 185%;
    margin-right: 3px;
    padding: 5px;
}
tr.filter span.f.active {
    background-color: #8aa3ff;
    border: 1px solid white;
    color: white;
}

.zma_tsHeader {
    color: #265a88;
}
.zma_tsHeader span:before {
    content: "\e150";
}
.zma_tsHeader.zma_tsUp span:before {
    content: "\e152";    
}
.zma_tsHeader.zma_tsDown span:before {
    content: "\e151";
}

span.warning {
	color: orange;
}

#help p {
	font-size: 15px;
	line-height: 1.5;
}
#help h4 {
	margin-top: 16px;
}

h5 {
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
}
h4.toc {
	font-size: 21px;
}
h5.toc {
	font-size: 18px;
	color: #555;
}
h6.toc {
	font-size: 15px;
	font-weight: bold;
}

.img-fluid {
	background-color: #FFF;
	max-width: 100%;
	height: auto;
	padding: 4px;
}
.img-fluid.border {
	border: 1px solid #AAA;
	border-radius: 4px;
}
tr.deleted td {
	color: red;
	text-decoration: line-through;
}

h3 .extendedState {
	border: 1px solid #985f0d;
	color: #ac2925;
	text-transform: uppercase;
	letter-spacing: 4px;
}

div.membersFoundList {
	max-height: 280px;
	overflow-y: scroll;
}