
#main a {
	color: #2165AD;
	text-decoration: none;
	cursor: pointer;
}

#main a:hover {
	text-decoration: underline;
}

.iden {
	margin-left: 20px;
	display: inline-block;
}

#firstline {
	display: flex;
	justify-content: space-between;
}

#main form#mod {
	background-color: wheat;
	border: 1px solid black;
	display: table;
	min-width: 90%;
	padding: 3px;
}

#main form#mod div {
	display: table-row;
}

#main #mod label, #main #mod input, #main #mod textarea {
	display: table-cell;
}

#main #mod label {
	text-align: right;
	width: 10%;
	vertical-align: middle;
}

#main #mod input:not([type=submit]), #main #mod textarea {
	text-align: left;
}
#main #mod input:not([type=submit]):not(.nowidth), #main #mod textarea {
	width: 90%;
}

#main #mod textarea {
	height: 50px;
}

#main #advertencia, #main #advertenciaautors, #main #advertenciaedicions {
	color: red;
}

#main #formautors {
	background-color: wheat;
	border: 1px solid black;
	padding: 3px;
	width: fit-content;
}

#formautors select {
	width: 100%;
}

#main #formautors th:nth-child(1), #main #formautors td:nth-child(1) {
	width: 34px;
}

#main #formautors th:nth-child(2) {
	width: 170px;
}

#main #formautors td:nth-child(3), #main #formautors th:nth-child(3) {
	width: 400px;
}

#main #formautors td:nth-child(3) input {
	width: 100%;
}
#main #formedicions {
	background-color: wheat;
	border: 1px solid black;
	padding: 3px;
	width: fit-content;
}

#main #formedicions img:hover {
	cursor: pointer;
	background-color: white;
}

#formedicions th, #formedicions td {
	width: 173px;
	text-align: center;
}

#formedicions th:nth-child(1), #formedicions td:nth-child(1) {
	width: 44px;
}

#formedicions th:nth-child(2), #formedicions th:nth-child(3), #formedicions th:nth-child(5), #formedicions td:nth-child(2), #formedicions td:nth-child(3), #formedicions td:nth-child(5) {
	width: 61px;
}

#formedicions th:nth-child(7),
#formedicions td:nth-child(8) {
	width: 200px;
}

#formedicions td:nth-child(7) input[type=text] {
	width: 100%;
}

#formedicions td:nth-child(8) input[type=text] {
	width: 100%;
}


#formedicions th:nth-child(10), #formedicions td:nth-child(10) {
	text-align: center;
	width: 30px;
}

#formedicions th:nth-child(11), #formedicions td:nth-child(11), #formedicions th:nth-child(12), #formedicions td:nth-child(12) {
	text-align: center;
	width: fit-content;
}


#main #citen {
	display: none;
}

#main .citen {
	color: #2165AD;
	cursor: pointer;
	text-decoration: none;
}

#main .citen:hover {
	text-decoration: underline;
}


#main .red {
	color: red;
}

ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

#main table.cataleg {padding:11px 0;width: 66%;}
#main table.cataleg td:first-child {text-align: right;background: #ddd;width: 88px; vertical-align: top;}
#main table.cataleg td {background: #eee}
