#beer-categoriesdiv {
	display: none !important;
}

.column-id {
	width: 35px;
}

.column-thumbnail {
	width: 40px;
}

.column-thumbnail img {
	width: 40px;
	height: auto !important;
}

table.cma-metabox {
	width: 100%;
}

table.cma-metabox > tr > td:first-child,
table.cma-metabox > tbody > tr > td:first-child {
	width: 125px;
}

table.cma-metabox td.top {
	vertical-align: top;
}

.cma-metabox input.tiny {
	max-width: 50px;
	width: 100%;
}

.cma-metabox input.x-small {
	max-width: 100px;
	width: 100%;
}

.cma-metabox input.small {
	max-width: 200px;
	width: 100%;
}

.cma-metabox input.medium {
	max-width: 400px;
	width: 100%;
}

.cma-metabox input.large {
	max-width: 600px;
	width: 100%;
}

.cma-metabox textarea.x-small {
	width: 100%;
	max-width: 600px;
	height: 25px;
}

.cma-metabox textarea.small {
	width: 100%;
	max-width: 600px;
	height: 50px;
}

.cma-metabox textarea.medium {
	width: 100%;
	max-width: 600px;
	height: 100px;
}

.cma-metabox textarea.large {
	width: 100%;
	max-width: 600px;
	height: 200px;
}
.cma-metabox textarea.full {
	max-width: none;
}

.cma-metabox input[type=checkbox] {
	margin-right: 4px;
}

.cma-metabox .image-preview {
	max-width: 300px;
	max-height: 200px;
}
