html {
	min-height: 100%;
	position: relative;
}

body {
	height: 100%;
    background-color: #fff;
    color: #000;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.5em;
    margin-bottom: 60px;
}

.navbar-logo {
	min-heigth: 80px !important;
}

footer {
	bottom: 0;
	width: 100%;
	position: absolute;
	height: 60px;
	background-color: #f5f5f5;
}

.footer {
	margin-top: 20px;
}

#messageContainer {
	width: 500px;
	position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 40px;
    z-index: 100;
}

#successMessage {
    box-shadow: 2px 2px 5px black;
    margin-bottom: 0;
}

#rightHeaderText {
    margin-top: 5px;
    margin-right: 1px;
    color: #777;
}

#logout {
	display: inline;
}

#logoutButton {
	margin: 0;
	padding: 0;
	color: blue;
	font-weight: bold;
}

/*
 * Table styles
 */
 
 table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
 }

  #myTabContent {
  	margin-top: 20px;
  }
