body{
/*	background : linear-gradient(to bottom, rgba(255, 153, 0, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 153, 0, 1) 100%) 0% 0% / auto auto repeat scroll padding-box border-box transparent; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
*/filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=0 ); /* IE6-9 */
-webkit-text-size-adjust: 100%;
 font-size:0.8rem;
}
img{
	max-width:100%; height:auto;
}
.button{
  display: inline-block;
  width : 120px;
  height : 30px;
  text-align: center;
  text-decoration: none;
  line-height : 30px;
  outline: none;
  color : white;
  background-color: #7ca830;
  border-radius: 8px;
  font-size:0.8rem;
}
.button:hover{
  background-color: #ff9900;
  color : black;
}
.button:active{
	background: #ff9900;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .5);
	color: rgba(0, 0, 0, .5);
}
