canvas {
  cursor:pointer;
  border: 1px solid;
  width: 250px;
  height: 140px;
}
.textCenter{
	text-align: center;
}
.btnWeb{
    min-width: 105px;
    height: 35px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #E48623;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;

}