/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2016
//
// File        : module_logolist.css
// Begin       : 2016.05.11 11:26:46
// Last Update : 2016.05.11 13:56:58
*/

ul.logolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
ul.logolist li {
	position: relative;
	display: inline-block;
	padding: 14px 10px;
	border: 1px solid #000;
	height: 170px;
	width: 195px;
	margin: 0 14px 14px 0;
	text-align: center;
}
ul.logolist li div {
	position: relative;
	width: 100%;
	height: 95%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
ul.logolist li span {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	color: #000;
}