/* Custom styles */

/*
 * Colors: Indigo is #3f51b5
 */

/*
 * h1 headers
 */
h1 {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #000000 !important;
	/*
	 * font-weight: bold !important;
	 */
}

h2 {
        color: #000000 !important;
}

/*
 * Unordered list <ul> symbols:
 * - level 2 is hollow circle
 * - level 3 is filled square
 * - ul default is filled disc (bullet)
 */
article ul ul {
        list-style-type:circle !important;
}

article ul ul ul {
        list-style-type:square !important;
}

.md-typeset {
	font-size:.7rem !important;
}

/*
 * Justify body text (paragraph).
 */
p {
	text-align: justify;
	/*
	line-height: 24px;
	margin: 0;
	font-size: 16px;
	margin-bottom: 24px;
	*/
}

/*
 * Code boxes.
 */
pre {
	border-radius: 3px;
	border: 1px solid #ccc;
	font-family: monospace !important;
	font-size: 12px !important;
	padding: 12px !important;
	/*
	line-height: 18px !important;
	font-family: Arial,sans-serif;
	background-color: #fcfdff !important;
	background-color: #f5f5f5 !important;
	*/
}

.md-sidebar {
	position: fixed !important;
}

/*
 * Link buttons.
 * Use with something like:
 * <a class="btn btn-link" href="tgt" role="button" style="width: 40%">text</a>
 */
.btn-link {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	padding: .375rem .75rem;
        font-weight: normal;
	line-height: 1.5;
	white-space: nowrap;
	cursor: pointer;
        min-width: 150px !important;
	background-color: #6c757d;
	border-color: #6c757d;
        border: 1px solid transparent;
        border-radius: .25rem;
        user-select: none;
        color: #ffffff !important;
	text-decoration: none;
} .btn-link:hover {
        background-color: #5a6268;
        border-color: #545b62;
        color: #ffffff !important;
} .btn-link:active {
        top: 1px;
        color: #ffffff !important;
}

