/*
 Theme Name:   Twenty Twelve - Computertruhe Edition
 Description:  A sligthly adjusted Twenty Twelve theme for Computertruhe.
 Author:       Computertruhe e. V. (Marco Rosenthal)
 Author URI:   https://computertruhe.de
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwelve-child
*/


/* notice boxes */
.notice {
	border: 1px solid green;
	background-color: #f2fff2;
	padding: 14.4px;
}

.notice > strong:first-child {
	color: green;
	font-size: 115%;
}

.notice p:last-child {
	margin-bottom: 0;
}

.intermediate-notice > strong:first-child {
	color: #ff9b05;
}

.intermediate-notice {
	border: 1px solid #ff9b05;
	background-color: #fffaf2;
}

.important-notice > strong:first-child {
	color: red;
}

.important-notice {
	border: 1px solid red;
	background-color: #fff2f2;
}

span.wpcf7-list-item {
	display: block;
}


/* no word-break for table header cells */
.no-word-break {
	hyphens: none;
}