
body span.required-auto {
  display: block;
  position: relative;
}
body span.required-auto:before {
  position: absolute;
  top: 50%;
  right: -16px;
  font-size: 16px;
  margin-top: -7px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2a";
  font-size: 10px;
  margin-top: -5px;
  color: #d60;
}
body .container {
  max-width: 750px;
}
body .container.box {
  border: 1px solid #eee;
}
body .container hr {
  border: 0;
  height: 0;
  border-top: 5px solid #eee;
}
body .container .row.grid-caption > div {
  background: #eee;
  color: #999;
  min-height: 40px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}
body .container .row.grid-caption > div.vcentered {
  line-height: 40px;
}
body .container .row.grid-caption > div .text-muted {
  font-weight: normal;
  color: #bbb;
}
body .container .row.grid-table-row {
  border-bottom: 1px solid #eee;
}
body .container .row.grid-table-row > div {
  line-height: 30px;
}
body .container .row.grid-table-row > div .glyphicon {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
body .container .row.grid-table-row > div a {
  color: #000;
}
body .container .row.grid-table-row > div a:hover {
  text-decoration: none;
  color: #777;
}
body .container .row.grid-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .container .alt-rows > .row,
body .container.alt-rows > .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
body .container .row div.text-center img{max-width:100%;}
body .container .alt-rows > .row:nth-child(odd),
body .container.alt-rows > .row:nth-child(odd) {
  background: #f0f0f0;
}
body .container .alt-rows > .row:nth-child(even),
body .container.alt-rows > .row:nth-child(even) {
  background: #fff;
}
body .container .alt-rows-offset > .row,
body .container.alt-rows-offset > .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
body .container .alt-rows-offset > .row:nth-child(odd),
body .container.alt-rows-offset > .row:nth-child(odd) {
  background: #fff;
}
body .container .alt-rows-offset > .row:nth-child(even),
body .container.alt-rows-offset > .row:nth-child(even) {
  background: #f0f0f0;
}
body .container .glyphicon.red {
  color: #c00;
}
body .container .glyphicon.green {
  color: #6a0;
}
body .container .green-circle,
body .container .red-circle {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 3px 0;
  padding: 0 5px;
  min-width: 24px;
  line-height: 24px;
  display: inline-block;
}
body .container .green-circle.green-circle,
body .container .red-circle.green-circle {
  background: #6a0;
  color: #fff;
}
body .container .green-circle.red-circle,
body .container .red-circle.red-circle {
  background: rgba(255, 0, 0, 0.3);
  color: #000;
}

@media screen and (max-width:768px){
	
	body .container .row.grid-table-row {
	  padding:15px 0;
	}
	body .container .row.grid-table-row:nth-child(odd) {
	  background:#eee;
	}
}