.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 
.gray-button{ 
	/*background-color:#dedede;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;*/
	display:inline-block;
	cursor:pointer;
	/*color:#000000;
	padding:2px 4px;
	text-decoration:none;*/
        font-family: monospace;
}
.red-button {
	background-color:#bc3315;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}
.blue-button {
	background-color:#bcaa15;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}
.tastofunzione-button {
	/*background-color:#dedede;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;*/
	display:inline-block;
	cursor:pointer;
	/*color:#000000;
	padding:2px 4px;
	text-decoration:none;*/
        font-family: monospace;
        font-weight: bolder;
} 

.domanda-block { 
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	/*width: 450px;*/
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
  display: block;
}
.domanda-block:before {
	display: block;
	content: "\003F";
	font-size: 40px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
}

.domanda-block:after { 
    clear:both;
}

/*
.easypharma-block {

}
.mypharmanet-block {

}

.easypharma-block::before {
    content: "[EPH]";
}
.easypharma-block::after {
    content: "[/EPH]";
}

.mypharmanet-block::before {
    content: "[MYP]";
}
.mypharmanet-block::after {
    content: "[/MYP]";
}
*/

.svemu-block { 
    padding:3px;
    background:#FFE4E4;
    display: none;
}
.content-block:after { 
    clear:both;
} 

.support-block { 
    padding:3px;
    background:#EFFFCF;
    display: none;
}
.support-block:after { 
    clear:both;
    /*content: "[/PRE]"; */
}
.support-block:before { 
    clear:both;
    /*content: "[PRE]";    */
}
.mypharmanet-block {
  display: none;
}
.easypharma-block {
	display: none;
}
