
.right .icon {
    float: right;
}

.left .icon {
    float: left;
}

.right .icon,
.left .icon {
    max-height: 121px;
}

.right .icon img,
.left .icon img {
    width: auto;
    max-height: 80px;
    margin: auto;
}

.statement {
    background-color: #FFF;
    max-width: 605px;
    margin: auto;
    padding: 5px 15px 5px 15px;
    border: 1px solid #666;
    display: none;
   
}

button.next {
    width: 120px;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}

@media only screen and (min-width: 1380px){
	.icon {
	
		width:80%;
		
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.icon {
		width:246px;
		margin:0 auto;
	}	
	
	#infoBtn, #penToolBtn {
		height:auto;
		top:161px;
		right:9px;
	}
	#infoBtn {
		right:62px;
	}

}