/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}


.container {
  width: auto;
  padding: 0 15px;
}

.container-fluid .text-muted {
  margin: 5px 0;
}

/*.text-muted {
  text-align: right;
}*/

/* Othr styles
-------------------------------------------------- */

.row{
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 small {
  color: #777;
}

a {
  color: #337ab7;
  text-decoration: none;
}

label {
  font-weight: bold;
}
