/* Bot-trap CSS file
Updated 250131 by Steven Davis */
#btpage {
	margin: 50px auto 0px;
	background-color: #eee;
	border: 2px solid grey;
	border-radius: 10px;
	color: #000;
	padding: 10px;
	max-width: 800px;
	font-size: 1rem;
}

#viewpage {
	display: flex;
	margin: 0 auto;
	max-width: 95%;
	padding: 10px;
	background-color: #eee;
	color: #000;
	border: 2px solid #404040;
	border-radius: 10px;
	font-size: 1em;
}

#pgtitle1 {
	font-size: 2rem;
}

#pgtitle2 {
	font-size: 1.5rem;
}

.column {
	width: 50%;
	padding: 10px;
}

.column2 {
	word-break: break-all;
}

.divider {
	border-right: 2px solid #404040;
}

.btcenter {
	text-align: center;
}

.btline {
	color: blue;
	font-size: 1em;
}

.nofile {
	border: 4px solid red;
	border-radius: 10px;
	width: min-content;
	white-space: nowrap;
	padding: .2em .5em;
	margin: 10% auto 3%;
	font-size: 1.5em;
}

.bt_button {
	background-color: #e5e4e2;
	color: #222;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
}

.bt_button:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
}
