body {
  background-color: #e9ecef;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

.hiddenOverflow {
  overflow: hidden;
}

.row h3 {
  font-weight: 500;
  display: inline;
}

.whiteRect {
  background-color: #FFFFFF;
  box-shadow: 16px 16px 47px 2px rgba(0, 0, 0, .07);
  margin: 1rem auto;
  padding: 25px;
  border-radius: 1px;
  overflow-x: auto;
  max-width: 100%;
}

.noMarginAlert {
  margin-bottom: 0px;
}

.walletSelectButton {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  border-radius: 8px;
  padding: 10px 15px;
}

#continueWallet {
  float: right;
}

.addressWell {
  padding: 10px;
  display: block;
  margin-top: 10px;
  overflow: hidden;
}

@media (max-width: 435px) {
  .addressWell {
    font-size: small;
    padding: 10 5px;
  }
}

#selectedWalletAddress,
#ethwalletbalance {
  padding-left: 25px;
  display: inline-block;
}

.addrImage {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

#addressImage {
  width: 64px;
  height: 64px;
}

@media (max-width: 767px) {
  #addressImage {
    width: 56px;
    height: 56px;
  }
  *#selectedWalletAddress,
  #ethwalletbalance {
    padding-left: 10px;
    display: inline;
  }
}

@media (max-width: 600px) {
  #addressImage {
    display: none;
  }
}

@media (max-width: 600px) {
  *#selectedWalletAddress,
  #ethwalletbalance {
    padding-left: 0px;
    display: inline;
  }
}

#restartButton {
  float: right;
}

#refreshWalletResult,
#balancesRefreshButton,
#withdrawRefreshButton {
  float: right;
}

.walletLabel {
  float: right;
}

.walletIcon {
  float: right;
  padding-bottom: 5px;
}

@media(min-width:768px) {
  #metamaskLogo {
    width: 30px;
    height: 30px;
  }
}

@media(max-width:767px) {
  #metamaskLogo {
    width: 20px;
    height: 20px;
  }
}


/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0px;
  height: 60px;
  background-color: #f5f5f5;
}

.footer-container {
  background-color: #f5f5f5;
  padding: 0 0;
}