/* form-table-translations.css */

/* Structure example with full markup on dev in same directory */

ul.ftt {
	padding-right: 2.5em;
}

#content ul.ftt li.ftt-message {
	border-top: 1px solid #cccccc;
	margin: 1.5em 0;
}

/* use _alt if you need a border on the bottom, ex: if there is more content below the message area */
ul.ftt li.ftt-message._alt {
	border-bottom: 1px solid #cccccc;
}

ul.ftt li.ftt-message .ftt-msg-en {
	margin: 1.5em 0;
}

ul.ftt li.ftt-message ul {
	font-size: 0.75em;
	padding-right: 1.25em;
	margin-bottom: 2em;
}