#ToTop{
	position: fixed;
	background: rgba(157, 42, 36, .7);
	color: #fff;
	display: none;
	text-align: center;
	text-decoration: none !important;
	padding: .75em 0;
	font-size: 18px;
	width: 100%;
	bottom: 0;
	left: 0
}

#ToTop:hover{ text-decoration: underline !important }

#About .dFlex > div:nth-child(2),
.list_box > .dFlex > div:first-child{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
	#ToTop{ font-size: 32px }
}