/*Custom CSS*/
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #222222;
	padding-top: 20px;
    color: #FFFFFF;
}

td.upper_line { border-top:solid 1px black; }

table.fraction { text-align: center; vertical-align: middle;
        margin-top:0.5em; margin-bottom:0.5em; line-height: 2em; }

a.bottom:link, a.bottom:visited {
	color: #FFFFFF;
	text-decoration: none;
}

body > .container {
	padding: 60px 15px 0;
}

.container .text-muted {
	margin: 20px 0;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.well .well-answer {
	background-color: #FFFFCC;
}

#amptable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
	text-align: center;
}

#amptable td, #amptable th {
    font-size: 1em;
    border: 1px solid #000000;
    padding: 3px 7px 2px 7px;
}

#amptable th {
    font-size: 1.1em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #E8E8E8;
    color: #000000;
}

#amptable tr.alt td {
    color: #000000;
    background-color: #F8F8F8;
}

/*
.navbar-default {
	background-color: #2892AC;
	border-color: #030033;
	color: white;
}
*/