/* Start content below navbar. */
body { 
    padding-top: 65px; 
}


/* Disable selction of text. */
.noselect {
	user-select: none; /* Standard version, modern Chrome, Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE */
	-webkit-user-select: none; /* Safari */
	-webkit-touch-callout: none; /* iOS Safari */
	-khtml-user-select: none; /* Konqueror */
}

.hidden {
	display: none;
}

/* Remove focus outlines from anchor tags. */
/* So bootstrap tabs don't have dotted outlines when clicking on them. */
:focus {
  outline: 0;
}