/*body #table_mm_produkte a.copy{
    display: none;
}


body .header_edit_all{
    display: none;
}*/
.item {
	overflow: hidden;
	padding: 10px 0;
}
.item .field {
	margin-bottom: 2px;
}
.item .cover {
	float: left;
	margin-right: 20px;
}
.item .artist .value {
	font-size: 13px;
	font-weight: bold;
}
.item .composer .value {
	color: #c00;
}

.table{
    display: table;
    width: 100%;
}

.table > .row{
   /* display: table-row;*/
}

.fieldtitle{
    font-weight: bold;
}

.table > .row > .cover, .table > .row > .cover{
    width: 120px;
}

.table > .row > *{
   /* display: table-cell;
    vertical-align: top;*/
}

.item .field{
    margin-bottom: 5px;
}

.item .field.artist{
    margin-bottom: 10px;
}

.name .text{
    font-weight: bolder;
}
