/* Custom style by user here */
/* @import "../fonts/play/stylesheet.css"; */
@import url(http://fonts.googleapis.com/css?family=Play:400,700);

.logo-text h1 a {
	color: #fff;
}

.table td {
	padding: 7px;
}

.selectBtn {
	float: right;
}

.controls .error {
	margin-left: 5px;
	color: red;
}

.judl-subcat .cat-title small {
	display: block;
 }
 
 .judl-doc-list .judl-doc {
	background: rgb(250, 250, 250);
	border: solid 1px rgb(188, 188, 188);
	padding: 10px;
}

.judl-file-info-modal {
	word-break: break-all;
}

.donate {
	border: none;
	outline: none;
	background-image: linear-gradient(to bottom,#009cff,#009cff);
	color: #fff;
	padding: 8px 12px;
}

.donate:hover {
	    background-image: linear-gradient(to bottom,#008ce6,#008ce6);
}

.donate:active {
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.judl-subcat .cat-title {
    font-size: 125%;
    margin-top: 0 !important;
    margin-bottom: 30px;
	line-height: 1;
}

.judl-subcat .cat-title small {
    text-transform: none;
}

h3.cat-title {
	line-height: 1;
}