#page {
   min-height:100%;
    position:relative;
}


#header {
    padding-top: .25em;
    position: relative;
    margin-left: .5em;
    z-index: 100;
}
#header-admin {
	float: right;
	display: inline;
}

#header-admin ul li {
    display: inline;
    float: left;
    list-style-type: none;
    position: relative;
}
#header-admin ul li a {
    color: black;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 18px;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
    z-index: 20;
}

#logo {
    display: inline;
	font-family: Courgette;
}

#logo h1 {
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 0.1em;
	font-family: Courgette;
	height: 35px;
    margin-bottom: .2em;
    line-height: 1.2;
}
#header .description { 
	color: #FF6600; 
	margin-top: 5px;
	margin-bottom: 5px;
}

#main-top {
	position: relative;
	margin-left: .5em;
}
#main-content {
	position: relative;
	margin-left: .5em;
	margin-right: .5em;
}

#main-content table{
	width: 100%;
}

#main-content table.smalltable {
	width: 50%;
}

#main-bot {
	min-height: 100%;
	padding-bottom: 40px;
}

#siteInfo {
    width:100%;
    height:20px;   /* Height of the footer */
}

.progress {
	font-weight: bold;
}

.in_progress {
    font-weight: bold;
}

.fill {
	width: 100%;
}

.mobile h3{
    font-size: 11;
}
#header-admin-mobile {
    float: right;
    display: inline;
}
#header-admin-mobile ul li {
    display: inline;
    float: left;
    list-style-type: none;
    position: relative;
}
#header-admin-mobile ul li a {
    color: black;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 9px;
    padding-left: 9px;
    position: relative;
    text-decoration: none;
    z-index: 20;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
}

table thead tr th {
    text-align: center !important;
    color: white !important;
}

table tr th, table tr td {
    font-size: 14px;
    padding: 0.4em 0.4em;
    line-height: 1.4em !important;
}

table thead, table tfoot {
    background-color: gray !important;
    background: gray !important;
    color: white !important;
}

.td-right {
    padding-right: 15px;
}

.tt-dropdown-menu {
    background-color: #ffffff;
    border: 2px solid #38946b;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
    color: inherit;
}

#main-left {
    margin-left: 10px;
}

#main-left ol{
    margin-left: 30px;
}

#main-left ul{
    margin-left: 30px;
}




