body{
    margin: 12px;
}

.content {
    max-width: 208px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

img{
    width:32px;
    margin: 3px;
    cursor: pointer;
}

#introAnimation{
    width:132px;
    margin-top: 8px;
}

.qrcanvas{
    width:180px;
    height:180px;
    margin-top: 12px;
    margin-left: 14px;
    margin-right: 10px;
    margin-bottom: 7px;
}

#shareIcon{
    width:32px;
}

.shareDiv{
    width: 185;
    height: 34px;
    display: inline-flex;
    vertical-align: middle;
    font-size: medium;
    background-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 14px;
    line-height: 32px;
    padding-top: 2px;
    padding-left: 5px;
}

.creditDiv{
    font-size: x-small;
    font-weight: bold;
    margin-top: 5px;
}

.walletMessage{
    margin: 2 auto;
    padding: 1px;
}

.walletsDiv {
    position: relative;
    margin-top:7px;
  }

.canvasDiv{
    position: relative;
}

div.wallets{
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 2px;
}

div.wallets span{
    display: table-cell;
    text-align: center;
}

#intro{
    color: #333;
    text-align: center;
    font-size: large;
}

#welcome{
    color: black;
    text-align: center;
    font-size: medium;
    position: absolute;
    top: 0;
    right: 0;
    width:210px;
    height:180px;
    background-color:#fff;
    display: block;
    padding-top: 15px;
}

#overlay{
    color: black;
    text-align: center;
    font-size: medium;
    position: absolute;
    top: 0;
    right: 0;
    width:100%;
    height:100%;
    background-color:#fff;
    display: none;
    padding-top: 15px;
}

.topBanner{
    position: fixed;
    top: 10;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .bottomBanner{
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }