@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed&display=swap');

body{
	background:#2d3233 url("http://cshost.com.ua/img/background.jpg") no-repeat scroll 50% 0;
	text-align:center;
	font-family: 'Saira Extra Condensed', sans-serif;

}
.container{
	display:none;
	padding:10px;
	
}

.prefix{
	font-size: 20px;
    color: orange;
	line-height: 20px;
}
.prefixData{
	font-size: 20px;
    color: #fff;
	line-height: 0px;
}

.demo{
	line-height: 25px;
	width:180px;
	height: 74px;
	color:#bfbfbf;
	display:inline-table;
	vertical-align:top;
	background:#666;
	padding:10px;
	margin:2px;
	text-align: left;
}

.fileInfo{
	position:relative;
}

.download{
	display:none;
	bottom: 70px;
    left: 130px;
	position:relative;
}

.demo:hover .download {
	display:block;
}