#ebooks_form .checkbox:nth-child(odd) {
	overflow: hidden;
	padding-right: 10px;
	text-overflow: ellipsis;
}
#ebooks_form .checkbox:nth-child(odd)::after {
	cursor: pointer;
	content: "rozwiń";
	display: block;
	font-size: 0.8em;
	text-align: right;
	color: #000;
}
#ebooks_form .checkbox:nth-child(odd).less::after {
	cursor: pointer;
	content: "zwiń";
}
#ebooks_form .checkbox:nth-child(odd) > label.control-label {
	white-space: nowrap;
}
#ebooks_form .checkbox:nth-child(odd) > label.no-white-space-wrap {
	white-space: normal !important;
}
#ebooks_form .help-block {
	color: #a94442;
}
#ebooks_form button {
	width: 70%;
	margin-left: 15%;
}