<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.black-transp {
	background-color: rgba(0,0,0, 0.8);
	color: #bbb!important;
}
.align-bottom {
align-self: flex-end;
	}
.search-form-header {
	background-color: #000;
}
.nav-search-button {
	color: #fff;
	font-size: 0.9rem;
}

.breadcrumb-item a {
	color : #59513B !important;
}.breadcrumb-item a:hover {
	color : #cc0000 !important;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#666!important;}

a {
    text-decoration: none;
	font-weight: 400;
}
.text-grey  {
    color: #999;
}

.bg-black a {
    color: #ba6;
    text-decoration: none;
}

.btn-primary, .btn-dark, .btn-green {
 color: #fff !important;
}
.btn-green {
 background-color: #339933 !important;
}
.btn-red {
 background-color: #990000 !important;
}
.btn-black {
 background-color: #000 !important;
}

a:hover {
    color: #c00;
}

.dropdown-menu {
	border-radius: 0 !important;
	font-size: 1rem !important;
	background-color: #111 !important;
	color: #fff;
	xborder: 1px solid #111 !important;;
	border: 0 !important;;
}

.dropdown-menu a {
	color: #ba7 !important;
	font-size: 1rem !important;
}
.dropdown-menu a:hover {
	color: #826536 !important;
}
.dropdown-item {
	border-radius: 0 !important;
}
.nav-link {
	color: #fff !important;
}

.card {
box-shadow: 0 0.12rem 0.24rem rgba(0, 0, 0, 0.15) !important;	
	border-radius: 0.1rem !important;
	}
body {
	font-size: 1rem;
	xfont-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif'!important;
	font-family: Helvetica;
	xfont-weight:400;
}

.navbar {font-size: 1.1rem;}

.card-inline {
border: 1px solid #ddd;
	margin-bottom: 12px;	
}

.thead-gold {
}
.thead-gold th { 
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.collection-list td {
	vertical-align: middle;
}



/*for dashbord and article index */


/*for dashboard */
.dashboard-item {
	margin-bottom: 12px;
	line-height: 1.2rem;
	box-shadow: 0 0.12rem 0.24rem rgba(0, 0, 0, 0.15) !important;	
}
.blogflash .naxosflash {
	border-top: 0;
	margin-bottom: 32px;
	
}

/*TAGS*/

.tag-link  {
	padding: 0 0.8rem 0 0.8rem;
	margin: 0.3rem;
	float: left;
	border-radius: 0.1rem;
		}

/*WHITE SCOREVIEW*/
.scoreview  {
	background-color: #fff;
	color: #000;
	}


.scoreview-row  {
	border-bottom:1px solid #ccc;
	padding-bottom: 0.2rem;
	margin-bottom: 0.1rem;
	background-color: #fff;
	color: #333;
		}
.scoreview-info  {
	xpadding: 0.3rem;
	padding-right: 1.2rem;
	color:#333;
	}

.scoreview  h4 {
	color: #000;
	}

.table-sm td, .table-sm th {
	padding: 0.4rem;
}

.score-view-button-ast {
		white-space:nowrap;
	color: #000;
	xcolor: #dc7;
	background-color: #fff;
		border: 1px solid #000;
	 border-radius: 0.2rem;
	padding: 0.2rem;
	font-size: 0.8em;
	
}
.score-view-button-pdf {
	white-space:nowrap;
	color: #c00;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	 border-radius: 0.2rem;
	padding: 0.2rem;
	font-size: 0.8em;
	
}
.score-view-button-preview {
		white-space:nowrap;
	color: #826536;
	background-color: #fff;
	border: 1px solid #ccc;
	 border-radius: 0.2rem;
	padding: 0.2rem;
	font-size: 0.8em;
	
}


.forum-banner-msg {
	background-color: #333;
	margin: 1rem;
	padding: 1rem;
	font-size: 1.2rem;
}
.forum-banner-msg a {
 color: #999!important;
}
.forum-banner-msg a:hover {
 color: #dc7!important;
}
.forum-banner-msg-sub {
	font-size: 1rem;
}


.footer {
	line-height: 1.2rem;
}
.footer p {
	margin-top: 1rem;
		margin-bottom: 1rem;
}


/*Signup page*/

.card-header-silver {
	background-color: #ccc!important;
	color: #444!important;
}
.card-header-gold, .card-header-gold a  {
	background-color: #dc7!important;
	color: #000!important;
}
pricing-card-title {
		color: #000!important;
}

.grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}


/*NAVBAR open on hover?*/

/* ============ desktop view ============ 
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

/*NAVBAR SUBMENU TEST*/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu &gt; li:hover{ background-color: #f1f1f1 }
	.dropdown-menu &gt; li:hover &gt; .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */</pre></body></html>