.mokit{
	display:block;
}
.mokit ul{
	list-style-type: none;
}
.mokit li {
	padding-bottom:20px;
}
.mokit p{
	display:inline;
	text-align:right;
}
.mokkikuvaus{
	text-align:left;
	width:360px;
	height:250px;
	margin-right:75px;
	float:right;
	padding-bottom:20px;
}

.thumb{
	border:1px solid black;
	transition:.3s;
}
.thumb:hover{
	opacity:.8;
	transition:.3s;
	cursor:pointer;
}

