@charset 'UTF-8';

/**
 * Layout 
 */
div.navbar-header {
  text-align: center;
}

div.main {
	margin: 0 0 48px 0;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
}

.footer > .container > .text-muted {
  margin: 10px 0;
}

/**
 * Common contents
 */
div.inline select {
  display: inline-block !important;
  margin: 0 1%;
}

div.inline select.dig4 {
  width: 46%;
}

div.inline select.dig2 {
  width: 22%;
}

button.btn-primary,
button.btn-default {
  width: 80%;
  margin: 16px 10% 0 10%;
}

.panel-footer {
  text-align: center;
}

.panel-heading {
  text-align: center;
}

.help-notice {
  color: red;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}
