html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  text-align: center;
}

label{
  font-weight: normal;
}

.col-lg-offset-m1 {
    margin-left: 2.33333333%;
}

.col-lg-m2 {
    width: 18.666667%;
    float: left;
}

.m_left{
  float: left;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin: 5px 2px;
}

.falls{
      background-color: #B94D4D;
      color:#fff;
}


.ed_0{
      background: #F0A8A8!important;
}

.ed_1{
}


.logout{
	    position: fixed;
    top: 10px;
    right: 20px;
}

.tc{
	text-align: center;
}