.wrapper {
max-width: 650px;
  margin: 0 auto;	
}

.blekh{
 max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
 
  justify-content: space-between;
  align-items: stretch!important;
 font-family: Roboto;
  position: relative;
   font-size:  2.46vw;
  }
  
  dive.button::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }
    
div.button:active::before { padding: 1px 0 0; }

/**
 * Grey
 */
div.button {
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: black;
    display: block!important;
   cursor: pointer;
   position: relative;
    padding: 1.5vw 1.5vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa; 
	width: 32%;
	box-sizing: border-box;}
	
    
div.button:hover {
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; }
    
div.button:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 1.5vw 2.3vw 0 #c4c4c4;
    top:2px;}


    
/**
 * Blue
 */
div.button.blue {
    background: #abe4f8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abe4f8), to(#74d0f4));
    background: -moz-linear-gradient(#abe4f8, #74d0f4);
    background: linear-gradient(#abe4f8, #74d0f4);
    border: solid 1px #8cc5d9;
    border-bottom: solid 3px #589cb6;
    box-shadow: inset 0 0 0 1px #cdeffb;
    
    text-shadow: 0 1px 0 #b6e6f9; }
    
div.button.blue:hover {
    background: #80d4f5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#80d4f5), to(#92dbf6));
    background: -moz-linear-gradient(#80d4f5, #92dbf6);
    background: linear-gradient(#80d4f5, #92dbf6);
    border: solid 1px #79acbe;
    border-bottom: solid 3px #589cb6;
    box-shadow: inset 0 0 0 1px #b2e6f8; }
    
div.button.blue:active {
    background: #89d2ee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#89d2ee), to(#84cae6));
    background: -moz-linear-gradient(#89d2ee, #84cae6);
    background: linear-gradient(#89d2ee, #84cae6);
    border: solid 1px #5c8d9f;
    box-shadow: inset 0 1.5vw 2.3vw 0 #79b9d2; }
	
	
		.tip {
		display: block;
		margin: 0 auto;
		width: 69vw;
		text-align: center;
		font-weight: bold;
		color: #68adff;
		margin-top: 3vw;
		font-size: 3.23vw;
		cursor: pointer;
	}
	
	.text {
		margin-top: 3vw;
		padding: 1.5vw 1.5vw 1.5vw 3vw;
		background: #deedff;
		border-radius: 5px;
		display: none;
		font-size:  2.46vw;
	}
	
	.text b {
		color: #68adff;
		font-size: 2.7vw;
	}
	
	.text a {
		font-weight: bold;
		color: #2386ff;
	}
	
	.tip img {
		width: 9.23vw;
		padding-top: 1.5vw;
	}
	
	@media  (max-width : 480px) {
.blekh {
	flex-direction: column;
	
	
	
}
div.button {
	width: 80%;
	font-size:  4vw;
	margin: 0 auto 1vw;
}
.text  {
	font-size:  4vw;
	
}

.text b {
		color: #68adff;
		font-size: 4.5vw;
	}
	.tip {
		color: #68adff;
		font-size: 4.5vw;
	}
}