/*--- Pluto modifications */
html {
	overflow-y: scroll;
	height:100%;
}

body {
	color: #fff;
	background-color: #807663;
}
h2 {
	color: #ffcc31;
	font-family: 'Roboto', sans-serif;	
	text-shadow: 1px 2px 3px rgba(255,255,255,.1);
}
h4 {
	color: #ffcc31;
	font-family: 'Roboto', sans-serif;	
	text-shadow: 1px 2px 3px rgba(255,255,255,.1);
}
.tm-header {
	background-image: url('../img/classic-pattern-bg.png');	
}
.tm-site-name {
	color: #ffcc31;
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	text-shadow: 1px 2px 3px rgba(255,255,255,.1);
}
.nav-link {
	color: white !important;
}
.nav-link:hover {
	background-color: transparent;
	text-decoration: underline;
}

.tm-gold-text {
	color: #ffcc31;
}

.pluto-shadow {
	-webkit-box-shadow: 3px 4px 18px -6px rgba(0,0,0,0.78), 1px 2px 35px -30px rgba(0,0,0,0.78); 
	box-shadow: 3px 4px 18px -6px rgba(0,0,0,0.78), 1px 2px 35px -30px rgba(0,0,0,0.78);
}

.pluto1 {
	border-collapse: collapse;
	color: #fff;
	margin-bottom: 50px;
}

.pluto1 tr:first-child {
	color: #eeeeee;
	font: normal normal bold 10pt Arial, sans-serif;
}
.pluto1 tr:first-child td {
	vertical-align: bottom;
}
.pluto1 tr:last-child td {
	font-weight: bold;
	color: #fff;
	padding-bottom: 7px;
	padding-top: 7px;
}
.pluto1 td {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	vertical-align: top;
}

input {
	color: black !important;
}
.pluto-hover {
	cursor: pointer;
}
.tm-subtitle {
	max-width: 1000px;
}
@media (max-width: 767px) {
	#tmNavbar .navbar-nav .nav-item { float: none;background: black; }
	.navbar-toggler {
		background: black;
	}

}
.small-italic {
	font-size: 0.75rem;
	font-style: italic;
}