/* @override
	/hn.css
	/hn.css
*/

@import url(hn_form.css);

.section {
	max-width: 40em;
	/*
	padding: 0 10px 10px 10px;
	border: 1px solid black;
	margin: 10px 0;
	background: #f5f5f5;
	*/
}

#cmi td {
vertical-align:top;
}

/*label {
padding-bottom: 4px;
}*/
h2 {
font-weight: bold;
}

th,
thead {
	text-align: left;
	vertical-align: text-bottom;
}

td {
	vertical-align: text-top;
}

td.min12ex {
	min-width: 12ex;
}

/*
	fix accent original layout
*/
#why #content {

	padding-left: 40px;
	background-image: none;
}

#why {
	border: solid gray 1px;
}




.columbus_error,
.columbus_warning,
.columbus_info,
.columbus_success 
{
	font-weight: bold;
	padding: 1em;
	border-style: solid;
	border-width: 2px;
	border-radius: 1ex;
}


.columbus_error a,
.columbus_warning a,
.columbus_info a,
.columbus_success a
{
	text-decoration: underline;
}

.columbus_error,
.columbus_error a
{
	color: red;
}
.columbus_error
{
	border-color: red;
	background-color: rgba(255,38,0,0.15);
}

.columbus_warning,
.columbus_warning a,
.columbus_warning h3,
.columbus_warning h4
{
	color: orange;
}
.columbus_warning
{
	border-color: orange;
	background-color: rgba(255, 165, 0, 0.15);
}

.columbus_info,
.columbus_info a
{
	color: blue;
}
.columbus_info
{
	border-color: blue;
	background-color: rgba(4,50,255,0.15);
}

.columbus_success,
.columbus_success a
{
	color: green;
}
.columbus_success 
{
	border-color: green;
	background-color: rgba(0,142,0,0.15);
}

.columbus_warning table
{
	border: none;
}

.columbus_warning tr:nth-child(odd),
.columbus_warning tr:nth-child(even) {
	background: none;
}