.wallet_display{
    margin-left:10%;
}
.wallet {
    margin: 5px;
    padding: 5px;
    border: 1px solid;
}

.flex_wal .col img {
	width: 100%;
	height: auto;
}
.flex_wal {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	max-width: 100%;
	margin: auto;
}
.flex_wal .col {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	margin: 1em;
}
.flex_wal .col .btn {
	align-self: flex-start;
	margin-top: auto;
}

@media (max-width: 900px) {
	.flex_wal {
		flex-wrap: wrap;
	}
}
.add_wallet div:last-of-type {
    margin-left: auto;
  }

td.actionToken{
    display:flex;
}
img.action{
    cursor:pointer;
    width:20px;
    margin:2px;
}

.token_ask{
    content: url('token_to_ask.svg')
}
.token_verified{
    content: url('token_verified.svg')
}
.token_asked{
    content: url('token_asked.svg')
}
.token_hide{
    content: url('delete.svg')
}

.toHide {
    background-color:rgba(168, 0, 0, 0.621);
}
.hiddentoken{
    display:none;
}
.tools-bar{
    display:flex;
    flex-direction: row;

}
.tools-bar span{
    flex:1;
    width: 100%;

}

#div-tool-bar span{
    display: flex;
}
#div-tool-bar img{
    max-width:15px;
}

span.resume span{
    flex-direction:column;
    text-align: center;
}
span.resume img{
    margin:auto;
}

span.wallet{
    border:0;
}
.wallet1{
    filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%);
    color:red;
}
.wallet2{
    filter: invert(12%) sepia(63%) saturate(6234%) hue-rotate(246deg) brightness(87%) contrast(156%);
    color:#0000FF;
}
.wallet3{
    filter: invert(5%) sepia(90%) saturate(9000%) hue-rotate(276deg) brightness(97%) contrast(101%);
    color:purple;
}
.wallet4{
    filter: invert(0%) sepia(90%) saturate(6858%) hue-rotate(276deg) brightness(97%) contrast(180%);
    color:black;
}
.wallet5{
    filter: invert(50%) sepia(12%) saturate(3250%) hue-rotate(45deg) brightness(97%) contrast(180%);
    color:#61c13e;
}
.wallet6{
    filter: invert(50%) sepia(12%) saturate(3250%) hue-rotate(125deg) brightness(97%) contrast(180%);
    color:#5cd8c2;
}

main{
    display:flex;    
}
.missing{
    width: 10%;
    vertical-align: top;
    position:absolute;
}