/* styl pro úpravů článků na hlavní straně a všech */
.news{
	height: 50vh;


}
.cell{
	max-width: 100%;
	min-height: 200px;
	margin:0 auto;
	text-align: center;
	border:1px solid #f2f2f2;
	height:auto;
	border-radius: 20px;
	font-size: 20px;
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;

}

.title{
	width: 100%;
	color:#069; 
	height: auto;
	border:1px solid #f2f2f2;
	font-size: 25px;

}
.time{
	font-size: 18px;
	margin-top: 20px;
}
.description{
	padding:10px;
}
.list{
	margin-top: 5%;
}
.list .cell{
margin-bottom: 5%;
}
.list h1{
	text-align: center;
}
.all{
	font-size: 20px;
	color: blue;
	text-align: center;
	margin-left: 45%;

}
.all:hover{
	color: red;
}
.articleShowBtn{
	color: blue;
	text-decoration: none;
}
.articleShowBtn:hover{
	color: red;
}
