.scheda-c table
	{

		border: 0px;
	}


.scheda-c td
	{
		background-color: rgb(238, 238, 255);
		text-transform: lowercase;
		text-align: left;
		font-size: 0.9em;
	}

.scheda-c caption
	{
		margin: 0px 2px 0px 2px;
		background-color: rgb(255, 238, 238);
		text-align: center;
		font-weight: bold;
		padding: 2px 0px 2px 0px;
	}

.indirizzo-c
	{
		width: 50%;
		margin: 0px 0px 4px 10px;
		float: right;
		text-align: center;
		background-color: rgb(238, 238, 255);
		border: 1px solid rgb(255, 131, 70);
	}

.indirizzo-c .nome-c
	{
		font-weight: bold;
		font-style: italic;
		width: 100%;
		text-align: center;
		font-size: 2em;
		margin: 5px auto 5px auto;
		background-color: rgb(255, 255, 255);
	}

.indirizzo-c .recapiti-c
	{
		width: 80%;
		text-align: left;
		margin: 5px auto 5px auto;
	}
