#account_module .list {
	width: auto;
}

#account_module .list th {
	border: #000000 solid 1px;
	padding: 3px 6px;
	text-align: left;
}

#account_module .list th.dont-print {
	display: none;
}

#account_module .list td {
	border: #cccccc solid 1px;
	padding: 3px 6px;
	text-align: left;
}

#account_module .list td.dont-print {
	display: none;
}

#account_module.form .form_buttons,
#account_module.form .more_options {
	display: none;
}

.hide_in_print {
	display: none;
}

input {
	border: none;
}

.s-row {
	border-bottom: 1px solid #000000;
}

.w-col-4.s-item-description {
	width: 50%;
}
