.header {
    background-color: #1d2ba0;
    color: white;
    padding: 5px 1em 5px 1em;
    border-bottom: 2px solid black;
}

.navbar-brand {
	padding:0;
}

.header a {
	color:white;
}

.headerLink a:hover {
	color:white;
}

.headerLink a:visited {
	color:white;
}

.graveAnchor {
    background-color:white;
    border:1px solid gray;
    border-radius:5px;
    font-size:8pt;
    color:black;
    font-weight:bold;
    text-decoration:none;
    filter:alpha(opacity=50);
    opacity:.50;
    height: auto !important;
    width: auto !important;
    transition-duration: .35s;
    padding: 1px;
	white-space:nowrap;
  }
.graveAnchor:hover {
    filter:alpha(opacity=100);
    opacity: 1;
	z-index:5000 !important;
  }

.sortable th {
    cursor:ns-resize;
  }

@media screen and (min-width: 768px) {
	.mobile-title {
		display:none;
	}
}	

@media screen and (max-width: 767px) {
	.header {
		display:none;
	}
	.navbar-brand {
		display:none;
	}
	.mobile-title {
		display:block;
		float:left;
		margin-left:10px;
		font-size:20px;
		color:rgb(24,41,73);
		font-weight:bold;
	}
	.mobile-title a {
		color:rgb(24,41,73);
		text-decoration:none;		
	}
	.mobile-title a:hover {
		text-decoration:underline;	
	}
	.mobile-title a:visited {
		color:rgb(24,41,73);		
	}
	.mobile-subtitle {
		font-size:12px;
		font-style:italic;
	}
}
