.page{
	display: 			none;
	padding-top: 		50px;
	height:				100%;
	overflow-y:			auto;
}

.bip39dots{
	height:				14px;
	width:				70px;
	display:			inline-block;
}

#exportLink{
	font-size: 			30px;
	padding: 			10px;
}

.table{
	display: 			table;
	width: 				100%;
	overflow-scrolling: auto;
}
.row{
	display: 			table-row;	
}
.head{
	display: 			table-cell;
	border: 			1px solid #999999;
	background-color: 	#888888;	
}
.cell{
	display: 			table-cell;
	border: 			1px solid #999999;
	background-color: 	#FFFFFF;
}

.flex-container {
	display: flex;
	width: 100%;
}
.fill-width {
	flex: 1;
}
[contenteditable] {
    border: 1px solid gray;
}

#shadow {
	position:			fixed;
	padding:			0;
	margin:				0;

	top:				0;
	left:				0;

	width: 				100%;
	height: 			100%;
	background:			rgba(0,0,0,0.5);
	display: 			none;
	z-index:			999999;
}
.window {
	text-align:			center;
	margin: 			0;
	position: 			fixed;  
	top: 				50%;
	left: 				50%;
	transform: 			translate(-50%, -50%);
	display: 			none;	
	
	background-color: 	white;	
	border-radius:		2px;
	box-shadow:			0 0 15px;
	font-size:			14px;
	font-weight:		bold;
	background-color: 	#EEEEEE;
	z-index: 			1000000;
}

#window_asset {
	text-align:			left;	
}
.assetValue {
	font-weight:		normal;	
}

#mnemonic {
	width: calc(100% - 120px);
}
#mnemonic_length {
	width: 110px;
	padding: 10px 10px;
}