<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700|Capriola';

body,p,ul{
	font-family: 'Fira Sans';
	font-weight: 400;
}
h1,h2,h3{
	font-family: 'Capriola';
	font-weight: 400;
}
h4,h5,h6{
	font-family: 'Capriola';
	font-weight: 400;
}


body {
  background-color: #ededed;
}

.page-wrapper {
  background-color: #ffffff;
}

.topnav-wrapper {
	/*topnav_bgcolor not found*/
}

.header-wrapper {
	/*header_bgcolor not found*/
}

.navbar-wrapper {
	/*navbar_bgcolor not found*/
}

.banner-wrapper {
	/*banner_bgcolor not found*/
}

.content-wrapper {
	/*content_bgcolor is empty*/
}

.contentbottom-wrapper {
	/*bottom_bgcolor not found*/
}

.footer-wrapper {
  background-color: #f0f4f6;
}

.closure {
  background-color: #4a4a4a;
}



/*------------------------------------*\
    #Bootstrap Links
\*------------------------------------*/

a {
  color: #8cafc1;
}

a:hover,
a:focus {
    color: #789bad;
}

.text-primary {
  color: #8cafc1;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #789bad;
}





/*------------------------------------*\
    #Bootstrap Menu, Pagination, List, Various
\*------------------------------------*/

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #8cafc1;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  border-color: #8cafc1;
}

.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  background-color: #8cafc1;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  color: #8cafc1;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  background-color: #8cafc1;
  border-color: #8cafc1;
}

.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #8cafc1;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #8cafc1;
}

.progress-bar {
  background-color: #8cafc1;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #8cafc1;
  border-color: #8cafc1;
}





/*------------------------------------*\
    #Bootstrap Text
\*------------------------------------*/


html,
body,
p,
ul,
li {
    color: #4a4a4a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4a4a4a;
}

.text-primary {
  color: #8cafc1;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #789bad;
}

.text-success {
  color: #5cb85c;
}

a.text-success:hover,
a.text-success:focus {
  color: #48a448;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color:  #47acca;
}

.text-warning {
  color: #f0ad4e;
}

a.text-warning:hover,
a.text-warning:focus {
  color:  #dc993a;
}

.text-danger {
  color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
  color:  #c53f3b;
}





/*------------------------------------*\
    #Bootstrap Well
\*------------------------------------*/

.well {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;;
}





/*------------------------------------*\
    #Bootstrap Button Primary
\*------------------------------------*/

.btn-primary {
  background-color: #8cafc1;
  border-color:  #7da0b2;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #7da0b2;
  border-color: #789bad;
}

.btn-primary:hover {
  background-color: #7da0b2;
  border-color: #789bad;
}

.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-color: #7da0b2;
  border-color: #789bad;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  background-color: #7da0b2;
  border-color: #789bad;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #8cafc1;
  border-color: #7da0b2;
}

.btn-primary .badge {
  color: #8cafc1;
}





/*------------------------------------*\
    #Bootstrap Button Success
\*------------------------------------*/

.btn-success {
  background-color: #5cb85c;
  border-color: #4da94d;
}

.btn-success:focus,
.btn-success.focus {
  background-color: #4da94d;
  border-color: #48a448;
}

.btn-success:hover {
  background-color: #4da94d;
  border-color: #48a448;
}

.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-color: #4da94d;
  border-color: #48a448;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  background-color: #4da94d;
  border-color: #48a448;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4da94d;
  border-color: #48a448;
}

.btn-success .badge {
  color: #5cb85c;
}




/*------------------------------------*\
    #Bootstrap Button Info
\*------------------------------------*/

.btn-info {
  background-color: #5bc0de;
  border-color: #4cb1cf;
}

.btn-info:focus,
.btn-info.focus {
  background-color: #4cb1cf;
  border-color: #47acca;
}

.btn-info:hover {
  background-color: #4cb1cf;
  border-color: #47acca;
}

.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-color: #4cb1cf;
  border-color: #47acca;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  background-color: #4cb1cf;
  border-color: #47acca;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #4cb1cf;
  border-color: #47acca;
}

.btn-info .badge {
  color: #5bc0de;
}





/*------------------------------------*\
    #Bootstrap Button Warning
\*------------------------------------*/

.btn-warning {
  background-color: #f0ad4e;
  border-color: #e19e3f;
}

.btn-warning:focus,
.btn-warning.focus {
  background-color: #e19e3f;
  border-color: #dc993a;
}

.btn-warning:hover {
  background-color: #e19e3f;
  border-color: #dc993a;
}

.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-color: #e19e3f;
  border-color: #dc993a;;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  background-color: #e19e3f;
  border-color: #dc993a;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e19e3f;
  border-color: #dc993a;
}

.btn-warning .badge {
  color: #f0ad4e;
}





/*------------------------------------*\
    #Bootstrap Button Danger
\*------------------------------------*/

.btn-danger {
  background-color: #d9534f;
  border-color: #ca4440;
}

.btn-danger:focus,
.btn-danger.focus {
  background-color: #ca4440;
  border-color: #c53f3b;
}

.btn-danger:hover {
  background-color: #ca4440;
  border-color: #c53f3b;
}

.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-color: #ca4440;
  border-color: #c53f3b;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  background-color: #ca4440;
  border-color: #c53f3b;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ca4440;
  border-color: #c53f3b;
}

.btn-danger .badge {
  color: #d9534f;
}





/*------------------------------------*\
    #Bootstrap Button Link
\*------------------------------------*/


.btn-link {
  color: #8cafc1;
}

.btn-link:hover,
.btn-link:focus {
  color: #789bad;
}




/*------------------------------------*\
    #Bootstrap Border Radius
\*------------------------------------*/

.img-rounded {
  border-radius: 6;
}

.img-thumbnail {
  border-radius: 20px;
}

code {
  border-radius: 20px;
}

kbd {
  border-radius: 3;
}

.form-control {
  border-radius: 20px;
}

.input-sm {
  border-radius: 3;
}

.input-lg {
  border-radius: 6;
}

.btn {
  border-radius: 20px;
}

.btn-lg,
.btn-group-lg &gt; .btn {
  border-radius: 6;
}

.btn-sm,
.btn-group-sm &gt; .btn {
  border-radius: 3;
}

.btn-xs,
.btn-group-xs &gt; .btn {
  border-radius: 3;
}

.dropdown-menu {
  border-radius: 20px;
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  border-radius: 6;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  border-radius: 3;
}

.input-group-addon {
  border-radius: 20px;
}

.input-group-addon.input-sm {
  border-radius: 3;
}

.input-group-addon.input-lg {
  border-radius: 6;
}

.nav-tabs &gt; li &gt; a {
  border-radius: 20px 20px 0 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-radius: 20px 20px 0 0;
  }
}

.nav-pills &gt; li &gt; a {
  border-radius: 20px;
}

@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-radius: 20px 20px 0 0;
  }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 20px;
  }
}

.breadcrumb {
  border-radius: 20px;
}

.pagination {
  border-radius: 20px;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6;
}

.thumbnail {
  border-radius: 20px;
}

.alert {
  border-radius: 20px;
}

.progress {
  border-radius: 20px;
}

.panel {
  border-radius: 20px;
}

.panel-group .panel {
  border-radius: 20px;
}

.well {
  border-radius: 20px;
}

.well-lg {
  border-radius: 6;
}

.well-sm {
  border-radius: 3;
}

.modal-content {
  border-radius: 6;
}

.tooltip-inner {
  border-radius: 20px;
}

.popover {
  border-radius: 6;
}

.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6;
  border-bottom-right-radius: 6;
}

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3;
  border-bottom-right-radius: 3;
}

.list-group-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.panel-heading {
  border-top-left-radius: 3;
  border-top-right-radius: 3;
}

.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3;
  border-top-right-radius: 3;
}

.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3;
  border-bottom-left-radius: 3;
}

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3;
  border-top-right-radius: 3;
}

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3;
}


/*------------------------------------*\
    #Bootstrap Labels
\*------------------------------------*/

.label-primary {
  background-color: #8cafc1;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #7da0b2;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4da94d;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4cb1cf;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e19e3f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ca4440;
}



/*------------------------------------*\
    #Bootstrap Panels
\*------------------------------------*/

.panel-primary {
  border-color: #8cafc1;
}

.panel-primary &gt; .panel-heading {
  background-color: #8cafc1;
  border-color: #8cafc1;
}

.panel-primary {
  border-color: #8cafc1;
}

.panel-primary &gt; .panel-heading {
  background-color: #8cafc1;
  border-color: #8cafc1;
}

.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #8cafc1;
}

.panel-primary &gt; .panel-heading .badge {
  color: #8cafc1;
}

.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #8cafc1;
}

.panel-success {
  border-color: #6bc76b;
}

.panel-success &gt; .panel-heading {
  color: #5cb85c;
  background-color: #70cc70;
  border-color: #6bc76b;
}

.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #6bc76b;
}

.panel-success &gt; .panel-heading .badge {
  color: #70cc70;
  background-color: #5cb85c;
}

.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #6bc76b;
}

.panel-info {
  border-color:  #6acfed;
}

.panel-info &gt; .panel-heading {
  color: #5bc0de;
  background-color: #6fd4f2;
  border-color: #6acfed;
}

.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #6acfed;
}

.panel-info &gt; .panel-heading .badge {
  color: #6fd4f2;
  background-color: #5bc0de;
}

.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #6acfed;
}

.panel-warning {
  border-color:  #ffbc5d;
}

.panel-warning &gt; .panel-heading {
  color: #f0ad4e;
  background-color: #ffc162;
  border-color: #ffbc5d;
}

.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ffbc5d;
}

.panel-warning &gt; .panel-heading .badge {
  color: #ffc162;
  background-color: #5bc0de;
}

.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ffbc5d;
}

.panel-danger {
  border-color:  #e8625e;
}

.panel-danger &gt; .panel-heading {
  color: #d9534f;
  background-color: #ed6763;
  border-color: #e8625e;
}

.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #e8625e;
}

.panel-danger &gt; .panel-heading .badge {
  color: #ed6763;
  background-color: #d9534f;
}

.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #e8625e;
}





/*------------------------------------*\
    #Bootstrap Panels
\*------------------------------------*/

.alert-success {
  color: #399539;
  background-color: #ffffff;
  border-color: #4da94d;
}

.alert-success hr {
  border-top-color: #4da94d;
}

.alert-success .alert-link {
  color: #1b771b;
}

.alert-info {
  color: #389dbb;
  background-color: #ffffff;
  border-color: #4cb1cf;
}

.alert-info hr {
  border-top-color: #4cb1cf;
}

.alert-info .alert-link {
  color: #1a7f9d;
}

.alert-warning {
  color: #cd8a2b;
  background-color: #ffffff;
  border-color: #e19e3f;
}

.alert-warning hr {
  border-top-color: #e19e3f;
}

.alert-warning .alert-link {
  color: #af6c0d;
}

.alert-danger {
  color: #b6302c;
  background-color: #ffd0cc;
  border-color: #ca4440;
}

.alert-danger hr {
  border-top-color: #ca4440;
}

.alert-danger .alert-link {
  color: #98120e;
}





/*------------------------------------*\
    #Bootstrap Table
\*------------------------------------*/

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #98f498;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #66c266;
}

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d3ffff;
}

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #a1ffff;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color:  #ffffff;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color:  #ffffe4;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #ffd0cc;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ff9e9a;
}</pre></body></html>