/*CATDESIGN IT sp. z o.o. survey-player*/
.list_sp{
	width: 100%;
	margin-bottom: 50px;
}
.list_sp th{
	font-size: 15px;
	background-color: #ccc;
	padding: 8px;
	text-align:left;
}
.list_sp td{
	background-color: #fff;
	padding: 8px;
	font-weight: 300;
	font-size: 14px;
}
.detail{
	display:none;
}
.detail td{
	font-weight:700;
}
.detail td>em{
	font-weight: 300;
}

::placeholder { color: #333 !important; opacity: 1 !important; }