.responsive {
   padding-top:40px;
   margin: auto;
  width: 100%;
  height: auto;
}

h3{
	color: #000000;
	font-weight: 900;
	text-align: center;
	
}


#softkeys {
  position: fixed; bottom: 0; left: 0; width: 100%; height: 30px;
  background: #dadada;
  padding: 3px 5px;
}

#softkeys > * {
  display: inline-block;
  width: 72px;
  padding: 0 5px;
}

#softkey-left, #softkey-right {
  font-weight: 400;
  font-size: 14px;
  color: #323232;
}

#softkey-right {
  text-align: right;
}

#softkey-center {
  font-weight: 600;
  font-size: 16px;
  width: 76px;
  color: #ff4d00;
  text-align: center;
}
