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