body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.inner-template {
  padding: 40px 15px;
}

/* 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;
  background-color: #f5f5f5;
  text-align:center;
}
.row{
	/*padding-top:20px;*/
}
.row .col-md-4{
	padding-top:20px;
}

.redaster {color: #FF0000}



.borderless tr, .borderless td, .borderless th {
    border: none !important;
}

.error{
	color:#FF0000;
}