/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 170px; /* Margin bottom by footer height */

    font-size: 150%;

}
.footer {
  padding-top:15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px; /* Set the fixed height of the footer here */
  line-height: 160%; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 960px;
  padding: 0 15px;
}

div.form-group label.col-sm-2 {
	padding-top: 5px;
    border-top-style: solid;
    border-top-color: gainsboro;
    border-top-width: 1px;
}
div.form-group .col-sm-10 {
	padding-top: 5px;
    border-top-style: solid;
    border-top-color: gainsboro;
    border-top-width: 1px;
	border-left-style: solid;
    border-left-color: gainsboro;
    border-left-width: 1px;
}
span.sanka_title {
    display: block;
    font-weight: bold;
    background-color: gainsboro;
    padding: 5px;
}
