/* Sticky footer styles
-------------------------------------------------- */
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;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
  max-width: 70%;
}

table#cluster-list{
  visibility: hidden;
}

.table td, .table th {
	padding: 0.25rem;
}

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

.footer > .container span.text-muted {
  font-size: 10pt;
}

#form-container {
	margin-bottom: 100pt;
}

code {
  font-size: 80%;
}

.spinner-border {
    width: 15px; 
    height: 15px;
}

h1 {
	font-size: 20pt;
	margin-bottom: 10pt;
}

h2 {
	font-size: 16pt;
	margin-bottom: 8pt;
}

h3 {
	font-size: 12pt;
	margin-bottom: 6pt;
}

div.started-stopped-info {
  font-size: 0.8em;
}