.exchange-logo {
	max-width: 150px;
	max-height: 30px;
}

.coin-logo {
	max-width: 30px;
	max-height: 30px;
}

.coin-circle {
	border: 1px solid black;
    background: #e2ff9e;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 10px;
}

.coin-square {
	border: 1px solid black;
    background: #a2ff9e3b;
    height: 50px;
    width: 52px;
    text-align: center;
    font-size: 10px;
    padding: 3px;
}

.disabled-select {
   background-color:#d5d5d5;
   opacity:0.5;
   border-radius:3px;
   cursor:not-allowed;
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   left:0;
}