body {
	padding-top:68px;
}

body.not-live {
	padding-bottom:50px;
}

body.impersonating {
	padding-top:100px;
}

.navbar-brand:not(.no-limit) {
	max-width: 200px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.navbar-brand.nav-logo {
	padding:0px 10px;
}

.navbar-brand.nav-logo img {
	max-height:45px;
	max-width:45px;
	margin-left:10px;
}

.navbar-filters .btn-filter-search {
	margin-top:10px;
	margin-bottom:10px;
}

.twitter-typeahead {
	width:100%;
}

.help-block,
.help-block .alert {
	margin-bottom:0;
}

.alert.inline-header {
	margin-bottom:0;
}

.welcome-name {
	margin-top:-10px;
	margin-bottom:20px;
}

.welcome-name .label {
	margin-right:5px;
}

body.impersonating .welcome-name {
	margin-top:0;
}

body.impersonating .welcome-name > a {
	display:none;
}

.nav-overflow {
	position:relative;
}

.nav-limit-left {
	white-space: nowrap;
	display:inline-block;
	position:relative;
	overflow:hidden;
	max-width:1px;
	max-height:51px;
}

.nav > li.nav-collapse-link {
	display:none;
}

.jumbotron > .container > h1 {
	margin-top:0;
}

kbd.guest {
	background:#777;
}	

.club-logo-xs {
	max-width:25px;
	max-height:25px;
}

.club-logo-sm {
	max-width:50px;
	max-height:50px;
}

.club-logo-md {
	max-width:100px;
	max-height:100px;
}

.club-logo-lg {
	max-width:150px;
	max-height:150px;
}

.club-logo-thumb {
	max-width:75px;
	max-height:75px;
}

.alert-muted {
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background-image:      -o-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
  background-image:         linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffbbbbbb', GradientType=0);
  background-repeat: repeat-x;
  border-color: #aaaaaa;
}

.alert-muted {
  color: #444444;
  background-color: #dddddd;
  border-color: #aaaaaa;
}

.alert-muted hr {
  border-top-color: #777777;
}

.alert-muted .alert-link {
  color: #000000;
}

li ul.list-sublist.list-inline {
  margin-left: 15px;
}

.test-vis-xs,
.test-vis-sm,
.test-vis-md,
.test-vis-lg {
  color: #ccc;
  text-align:right;
  padding-right:5px;
}

.form-control-static {
  padding-bottom: 0;
}

.nav-tabs.nav-tabs-sm > li > a,
.nav-pills.nav-pills-sm > li > a {
	padding:5px 10px;
}

.page-header {
	margin-top: 20px;
	margin-bottom: 10px;
}

.page-title {
	padding: 0;
	margin-bottom: 20px;
	line-height: 35px;
	clear:both;
}

.page-title > p:first-of-type {
	margin-bottom: 0;
	font-size: 21px;
	border-bottom: 1px solid #e5e5e5;
}

.page-title > small {
	display: block;
	line-height: 25px;
	padding-left: 35px;
}

.page-title > .sub-title {
	line-height: 25px;
	padding-left: 35px;
}

.page-title > ol.breadcrumb {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

.not-live-notice,
.impersonate-notice {
	z-index: 999;
}

.form-group .pas-notice {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
}

#InfoModal .panel {
	margin-top:20px;
}

.list-responsive {
	padding-left: 0;
	list-style-position:inside;
}

.ta-subtitle {
	padding-left: 25px;
}

ul.fa-ul.list-responsive {
	margin-left: 25px;
}

.menu-tiles {
	margin-top:20px;
}

.menu-tiles .menu-tile a {
	text-decoration:none;
}

.menu-tiles .thumbnail {
	padding-top:10px;
	margin-left:0;
	margin-right:0;
	background:#f8f8f8;
}

.menu-tiles .thumbnail .col-body {
	color:#111;
}

.menu-tiles .menu-tile h1,
.menu-tiles .menu-tile h2,
.menu-tiles .menu-tile h3,
.menu-tiles .menu-tile h4,
.menu-tiles .menu-tile h5,
.menu-tiles .menu-tile h6 {
	margin-top:10px;
}

.form-control-static h1,
.form-control-static h2,
.form-control-static h3,
.form-control-static h4,
.form-control-static h5,
.form-control-static h6 {
	margin-top:0px;
	margin-bottom:0px;
}

.form-group .row .radio,
.form-group .row .radio-inline,
.form-group .row .checkbox,
.form-group .row .checkbox-inline {
  padding-top: 0;
}

.modal.modal-fullscreen .modal-dialog.modal-full {
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
}

@media (max-width: 767px) {
	.page-title > .sub-title {
		padding-left: 0;
	}

	.nav-limit-left {
		display:block;
		white-space: wrap;
		overflow:visible;
		max-height:100%;
	}

	.nav > li.nav-collapse-link {
		display:block;
	}

	.navbar-filters .navbar-text {
		margin-left:15px;
		margin-right:15px;
	}

	.navbar-filters .btn-filter-search {
		margin-left:10px;
		margin-right:10px;
	}

	.list-responsive {
		padding-left: 0;
		margin-left: -5px;
		list-style: none;
	}

	.list-responsive > li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
	}

	.modal .modal-dialog,
	.modal.modal-fullscreen .modal-dialog,
	.modal.modal-fullscreen-xs .modal-dialog {
	  width: 100%;
	  height: 100%;
	  padding: 0;
	  margin:0;
	}

	.modal .modal-content,
	.modal.modal-fullscreen .modal-content,
	.modal.modal-fullscreen-xs .modal-content {
	  min-height: 100%;
	  height: auto;
	  border-radius: 0;
	}

	.col-inline-group {
		margin-top:15px;
	}

	.help-float {
		margin-top:-15px;
	}

	.main-navbar .btn.navbar-right {
		float: right !important;
	}

	.menu-tiles .thumbnail .col-icon {
		margin-top:5px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .help-float {
		padding-top: 7px;
	}

	.form-horizontal .form-group-lg .help-float {
		padding-top: 18.9999994px;
	}

	.form-horizontal .form-group-sm .help-float {
		padding-top: 4px;
	}

	.menu-tiles .thumbnail {
		min-height:200px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.modal:not(.modal-fullscreen-xs) .modal-dialog,
	.modal.modal-fullscreen .modal-dialog {
	  width: 100%;
	  height: 100%;
	  padding: 0;
	  margin:0;
	}

	.modal:not(.modal-fullscreen-xs) .modal-content,
	.modal.modal-fullscreen .modal-content {
	  min-height: 100%;
	  height: auto;
	  border-radius: 0;
	}

	.help-float {
		padding-top:7px;
	}
}

@media print {
	.no-print {
		display: hidden;
	}
}

.bs-calendar a,
.bs-calendar table a:not(.btn) {
	text-decoration: none;
}

#DebugModal div.modal-body table {
	background-color: #eeeeee;
}

#DebugModal div.modal-body pre {
	font-size:11px;
}

.we-got-it {
	display:none;
}

.table > tbody > tr > th.row-break,
.table > tbody > tr.row-break > th {
  background-color: #606060 !important;
  color: #fff !important;
  padding-left:15px;
  padding-right:15px;
}

.table-hover > tbody > tr > th.row-break:hover,
.table-hover > tbody > tr:hover > .row-break,
.table-hover > tbody > tr.row-break:hover > th {
  background-color: #606060 !important;
  color: #fff !important;
}

.form-group.required .control-label {
	font-weight: bold;
	color:#f39c12;
}

.panel-heading a .panel-title {
	color:#000;
}

.panel-primary > .panel-heading a,
.panel-primary > .panel-heading a .panel-title {
	color:#fff;
}

.disabled > label {
	color: #777;
}
/* HACK for Bootstrap 3.3.X so elements can be shown by script */
/*
.hidden,
.hide {
	display:none;
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
    }
    body {
        padding-top: 0;
        margin: 0;
    }
	.navbar {
		margin-bottom: 15px;
	}
	.navbar-brand {
		padding: 15px 15px;
	}
	.nav > li > a {
		padding: 10px 15px;
	}
}

select.form-control {
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn.btn-panel-right-sm,
.btn.btn-panel-right,
.btn-group.btn-panel-right-sm,
.btn-group.btn-panel-right {
	margin:0px 0px 0px 5px;
	float: right !important;
}

.btn.btn-panel-right-sm,
.btn-group.btn-panel-right-sm > .btn {
	padding:3px 12px;
}

.btn.btn-panel-right,
.btn-group.btn-panel-right > .btn {
	padding:5px 12px;
}

.main-navbar {
	border-bottom:1px solid silver;
}
*/

code {
	background-color:#eeeeee;
}

.edit-section .well.well-sm > .form-group {
	margin-left: -0px;
}

.more-padding label.radio,
.more-padding label.radio-inline,
.more-padding label.checkbox,
.more-padding label.checkbox-inline {
  font-weight: normal;
}

.more-padding .list-group {
	margin-bottom: 0px;
}

.list-group-item.list-group-item-heading {
  background-color: #d8d8d8;
  color: #333333;
  margin-bottom: 0;
}

.alert {
  padding: 5px 15px;
}

.alert-lg {
  padding: 15px;
}

.label-as-badge {
  border-radius: 1em;
  padding: 3px 7px;
  font-size:12px;
  display:inline-block;
}

.panel-heading > .label-as-badge {
  margin-left: 5px;
  margin-right: 5px;
}

.panel-footer .list-inline,
.panel-footer h1,
.panel-footer h2,
.panel-footer h3,
.panel-footer h4,
.panel-footer h5,
.panel-footer h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.badge > ul,
.badge > ol {
  margin-bottom: 0;
}

.panel.panel-exception {
  border-color: #eb9114 !important;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 15px;
}

.panel-pager {
	padding-top:0;
	padding-bottom:15px;
	text-align:center;
}

.panel-pager ul.main-container {
  display: inline-block;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-pager .page-range-display {
  margin-top:0;
  margin-bottom:0;
  margin-top: -10px;
}

.panel-pager ul.main-container > li {
  display: inline;
  padding-right: 0;
  padding-left: 0;
}

.panel-pager li.page-info > a,
.panel-pager li.page-info > span {
  position: relative;
  float: left;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #337ab7;
  background-color: transparent;
}

.panel-pager li.page-info.page-info-lg > a,
.panel-pager li.page-info.page-info-lg > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.panel-pager li.page-info.page-info-sm > a,
.panel-pager li.page-info.page-info-sm > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.panel-pager .subset-nav li:first-child > a,
.panel-pager .subset-nav li:first-child > span {
  border-top-left-radius: 0;
}

.panel-pager .subset-nav .pagination > li:last-child > a,
.panel-pager .subset-nav .pagination > li:last-child > span {
  border-top-right-radius: 0;
}

.panel-pager .subset-nav .pagination-sm > li:first-child > a,
.panel-pager .subset-nav .pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
}

.panel-pager .subset-nav .pagination-sm > li:last-child > a,
.panel-pager .subset-nav .pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
}

.panel-pager .subset-nav .pagination-lg > li:first-child > a,
.panel-pager .subset-nav .pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
}

.panel-pager .subset-nav .pagination-lg > li:last-child > a,
.panel-pager .subset-nav .pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
}

.panel-pager .subset-nav .dropdown.page-sizer .dropdown-menu {
  min-width: 125px;
}

.panel-pager + .panel-heading {
    border-top: 1px solid #ddd;
}

.panel-pager .subset-nav ul.pagination {
/*
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.panel-pager .subset-nav ul.pagination > li:not(.active) > a:not(:hover) {
  background: transparent;
}

.panel-pager .subset-nav ul.pagination > .disabled > span,
.panel-pager .subset-nav ul.pagination > .disabled > span:hover,
.panel-pager .subset-nav ul.pagination > .disabled > span:focus,
.panel-pager .subset-nav ul.pagination > .disabled > a,
.panel-pager .subset-nav ul.pagination > .disabled > a:hover,
.panel-pager .subset-nav ul.pagination > .disabled > a:focus {
  color: #bbb;
}

nav.navbar-filters {
	margin-bottom:0;
}

nav.subset-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.panel-pager ul.main-container > li > nav.subset-nav {
	position: relative;
	float: left;
}

nav.subset-nav ul {
	margin-top:0;
	margin-bottom:0;
}

.label-group,
.label-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.label-group > .label,
.label-group-vertical > .label {
  position: relative;
  float: left;
}
.label-group .label + .label,
.label-group .label + .label-group,
.label-group .label-group + .label,
.label-group .label-group + .label-group {
  margin-left: -1px;
}
.label-group > .label:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.label-group > .label:first-child {
  margin-left: 0;
}
.label-group > .label:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.label-group > .label:last-child:not(:first-child),
.label-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.label-group > .label-group {
  float: left;
}
.label-group > .label-group:not(:first-child):not(:last-child) > .label {
  border-radius: 0;
}
.label-group > .label-group:first-child:not(:last-child) > .label:last-child,
.label-group > .label-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.label-group > .label-group:last-child:not(:first-child) > .label:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.badge-group,
.badge-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.badge-group > .badge,
.badge-group-vertical > .badge {
  position: relative;
  float: left;
}
.badge-group .badge + .badge,
.badge-group .badge + .badge-group,
.badge-group .badge-group + .badge,
.badge-group .badge-group + .badge-group {
  margin-left: -1px;
}
.badge-group > .badge:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.badge-group > .badge:first-child {
  margin-left: 0;
}
.badge-group > .badge:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.badge-group > .badge:last-child:not(:first-child),
.badge-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.badge-group > .badge-group {
  float: left;
}
.badge-group > .badge-group:not(:first-child):not(:last-child) > .badge {
  border-radius: 0;
}
.badge-group > .badge-group:first-child:not(:last-child) > .badge:last-child,
.badge-group > .badge-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.badge-group > .badge-group:last-child:not(:first-child) > .badge:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.banner > a,
.message .message-body > a {
	text-decoration:none;
}

.banner .banner-body,
.message .message-body {
	margin-top:0px;
	margin-bottom:20px;
	padding:10px 10px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	border: 1px solid #bbb;
}

.message-attach {
	margin-top:15px;
	margin-bottom:0;
	padding-bottom:0;
}

#carousel-banner {
	margin-top:-10px;
}

.banner .banner-body {
    max-width: 100%;
	margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
}

.bg-well {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
}

.banner-body.bg-primary,
.message-body.bg-primary {
  border-color: #1c4263;
}

.banner-body.bg-success,
.message-body.bg-success {
  border-color: #b2dba1;
}

.banner-body.bg-info,
.message-body.bg-info {
  border-color: #9acfea;
}

.banner-body.bg-warning,
.message-body.bg-warning {
  border-color: #e6c419;
}

.banner-body.bg-danger,
.message-body.bg-danger {
  border-color: #dca7a7;
}

.alert-warning {
  border-color: #e6c419;
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width:768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

/* text colors for labels */
/* source: http://www.quackit.com/html/html_color_codes.cfm */
.text-hex-FA8072 { color: #fa8072 }
.text-hex-DC143C { color: #dc143c }
.text-hex-FF0000 { color: #ff0000 }
.text-hex-8B0000 { color: #8b0000 }
.text-hex-FF69B4 { color: #ff69b4 }
.text-hex-FF1493 { color: #ff1493 }
.text-hex-C71585 { color: #c71585 }
.text-hex-FFA07A { color: #ffa07a }
.text-hex-FF6347 { color: #ff6347 }
.text-hex-FF4500 { color: #ff4500 }
.text-hex-FFA500 { color: #ffa500 }
.text-hex-F0E68C { color: #f0e68c }
.text-hex-FFFF00 { color: #ffff00 }
.text-hex-FFD700 { color: #ffd700 }
.text-hex-DAA520 { color: #daa520 }
.text-hex-F4A460 { color: #f4a460 }
.text-hex-ADFF2F { color: #adff2f }
.text-hex-00FF00 { color: #00ff00 }
.text-hex-90EE90 { color: #90ee90 }
.text-hex-00FF7F { color: #00ff7f }
.text-hex-008000 { color: #008000 }
.text-hex-808000 { color: #808000 }
.text-hex-556B2F { color: #556b2f }
.text-hex-66CDAA { color: #66cdaa }
.text-hex-008080 { color: #008080 }
.text-hex-8FBC8F { color: #8fbc8f }
.text-hex-00FFFF { color: #00ffff }
.text-hex-40E0D0 { color: #40e0d0 }
.text-hex-00BFFF { color: #00bfff }
.text-hex-4682B4 { color: #4682b4 }
.text-hex-6A5ACD { color: #6a5acd }
.text-hex-4169E1 { color: #4169e1 }
.text-hex-0000FF { color: #0000ff }
.text-hex-000080 { color: #000080 }
.text-hex-EE82EE { color: #ee82ee }
.text-hex-FF00FF { color: #ff00ff }
.text-hex-8A2BE2 { color: #8a2be2 }
.text-hex-4B0082 { color: #4b0082 }
.text-hex-800000 { color: #800000 }
.text-hex-A52A2A { color: #a52a2a }
.text-hex-8B4513 { color: #8b4513 }
.text-hex-D2691E { color: #d2691e }
.text-hex-CD5C5C { color: #cd5c5c }
.text-hex-D2B48C { color: #d2b48c }
.text-hex-BC8F8F { color: #bc8f8f }
.text-hex-FFFFFF { color: #ffffff }
.text-hex-808080 { color: #808080 }
.text-hex-708090 { color: #708090 }
.text-hex-2F4F4F { color: #2f4f4f }
.text-hex-000000 { color: #000000 }
.text-hex-none { color: transparent}
.event.text-hex-FA8072 { background-color: #fa8072 }
.event.text-hex-DC143C { background-color: #dc143c }
.event.text-hex-FF0000 { background-color: #ff0000 }
.event.text-hex-8B0000 { background-color: #8b0000 }
.event.text-hex-FF69B4 { background-color: #ff69b4 }
.event.text-hex-FF1493 { background-color: #ff1493 }
.event.text-hex-C71585 { background-color: #c71585 }
.event.text-hex-FFA07A { background-color: #ffa07a }
.event.text-hex-FF6347 { background-color: #ff6347 }
.event.text-hex-FF4500 { background-color: #ff4500 }
.event.text-hex-FFA500 { background-color: #ffa500 }
.event.text-hex-F0E68C { background-color: #f0e68c }
.event.text-hex-FFFF00 { background-color: #ffff00 }
.event.text-hex-FFD700 { background-color: #ffd700 }
.event.text-hex-DAA520 { background-color: #daa520 }
.event.text-hex-F4A460 { background-color: #f4a460 }
.event.text-hex-ADFF2F { background-color: #adff2f }
.event.text-hex-00FF00 { background-color: #00ff00 }
.event.text-hex-90EE90 { background-color: #90ee90 }
.event.text-hex-00FF7F { background-color: #00ff7f }
.event.text-hex-008000 { background-color: #008000 }
.event.text-hex-808000 { background-color: #808000 }
.event.text-hex-556B2F { background-color: #556b2f }
.event.text-hex-66CDAA { background-color: #66cdaa }
.event.text-hex-008080 { background-color: #008080 }
.event.text-hex-8FBC8F { background-color: #8fbc8f }
.event.text-hex-00FFFF { background-color: #00ffff }
.event.text-hex-40E0D0 { background-color: #40e0d0 }
.event.text-hex-00BFFF { background-color: #00bfff }
.event.text-hex-4682B4 { background-color: #4682b4 }
.event.text-hex-6A5ACD { background-color: #6a5acd }
.event.text-hex-4169E1 { background-color: #4169e1 }
.event.text-hex-0000FF { background-color: #0000ff }
.event.text-hex-000080 { background-color: #000080 }
.event.text-hex-EE82EE { background-color: #ee82ee }
.event.text-hex-FF00FF { background-color: #ff00ff }
.event.text-hex-8A2BE2 { background-color: #8a2be2 }
.event.text-hex-4B0082 { background-color: #4b0082 }
.event.text-hex-800000 { background-color: #800000 }
.event.text-hex-A52A2A { background-color: #a52a2a }
.event.text-hex-8B4513 { background-color: #8b4513 }
.event.text-hex-D2691E { background-color: #d2691e }
.event.text-hex-CD5C5C { background-color: #cd5c5c }
.event.text-hex-D2B48C { background-color: #d2b48c }
.event.text-hex-BC8F8F { background-color: #bc8f8f }
.event.text-hex-FFFFFF { background-color: #ffffff }
.event.text-hex-808080 { background-color: #808080 }
.event.text-hex-708090 { background-color: #708090 }
.event.text-hex-2F4F4F { background-color: #2f4f4f }
.event.text-hex-000000 { background-color: #000000 }
.event.text-hex-none { background-color: transparent }
