.row-fluid {
	width: 99%;
}

body {
	margin-bottom: 20px;
}

.inactive {
	font-style: italic;
	color: #444;
	background: #aaa;
}

#newStr, #newTipo {
	display: none;
	width: 400px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px auto;
	padding: 20px;
}

#strCode {
	text-transform: uppercase;
	width: 50px;
}
