

	.single_scheda_worker{
	    padding:20px;
	    
	    font-size:15px;
	    font-weight:400;
	}
	
	.single_scheda_worker h2{
        font-size:15px;
		font-weight:700;
		color:#dd3f46;
		margin-bottom:10px;
		text-transform:uppercase;
    }
	
	.single_scheda_worker p strong{
	    font-weight:600;
	}
    .single_scheda_worker p{
        margin-bottom:10px;
        color:#737f8f;
        font-size:14px;
        font-weight:400;
    }
    .single_scheda_worker .block{
        display:block;
    }
    
    div.divisore{
	    width:100%;
	    height:1px;
	    background:#b1b5c2;
	    margin:20px 0;
	}
	
	.single_scheda_worker p.float{
	    float:left;
	}
	.single_scheda_worker p.unterzo{
	    width:33.3%;
	}
	.single_scheda_worker p.unmezzo{
	    width:50%;
	}
	.single_scheda_worker p.unquarto{
	    width:25%;
	}
	.single_scheda_worker div.clear{
	    float:none;
	    clear:both;
	}