html,
body {
    height: 100%;
}

.message{
color:#f03e3e;
text-align: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  }

.no-top {
    margin-top:0;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
}

.cardheader{
  background: #D3D3D3;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.right-1{
  position: absolute;
  right: 10px;
}

.right-2{
  position: absolute;
  right: 40px;
}

.fa-xs{
  vertical-align: center;
  padding: 0px;
  height: 2%;
}

.btn{
  padding: 0px;
}

.headerstyle{
  background-color: #f2f2f2;
}

.bold{
  font-weight: 500;
}

.battery-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: -5px;
  color: #6c6c6c;
  line-height: 0;
}

.battery-icon svg {
  display: block;
}

.battery-icon__case {
  fill: #fff;
  stroke: currentColor;
  stroke-width: 1.5;
}

.battery-icon__tip {
  fill: currentColor;
}

.battery-icon__seg {
  fill: #ececec;
}

.battery-icon--ok {
  color: #2f9e44;
}

.battery-icon--ok .battery-icon__seg.is-on {
  fill: #37c837;
}

.battery-icon--mid {
  color: #d97706;
}

.battery-icon--mid .battery-icon__seg.is-on {
  fill: #f59f00;
}

.battery-icon--low {
  color: #e03131;
}

.battery-icon--low .battery-icon__seg.is-on {
  fill: #ff3b3b;
}


h1{
  position: absolute;
  right: 5%;
  top: 35%;
  width: 100%;
  text-align: right;
  font-size: 22px;
}
