/*---------------------------------
			ADMIN
----------------------------------*/
.wp-list-table tr:hover {
	background-color: #dcdcde;
	border-left: 1px solid;
}

.quotes-llama-admin-form th {
	padding-left: 10px;
}

.wp-list-table,
.quotes-llama-inline,
.quotes-llama-admin-form fieldset {
	display: inline-block;
	width: auto;
}

.quotes-llama-image-alt {
	white-space:pre-wrap;
}

.column-cb {
	width: 3%;
	min-width: 13px;
	max-width: 3%;
}

.column-id {
	width: 3%;
	min-width: 14px;
	max-width: 3%;
}

.column-thequote {
	width: 36%;
	min-width: 184px;
	max-width: 36%;
}

.column-titlename {
	width: 10%;
	min-width: 48px;
	max-width: 10%;
}

.column-firstname {
	width: 10%;
	min-width: 48px;
	max-width: 10%;
}

.column-lastname {
	width: 10%;
	min-width: 48px;
	max-width: 10%;
}

.column-source {
	width: 20%;
	min-width: 80px;
	max-width: 20%;
}

.column-img {
	width: 8%;
	min-width: 45px;
	max-width: 8%;
}

.alternate img {
	width: 100%;
	height: 100%;
	max-height: 150px;
	max-width: 150px;
}

.quotes-llama-icons img {
	width: 16px;
	height: 16px;
}