
.story{
  padding:20px;
  min-height:30px;
	font-size:80%;
}

.story h2 {
	font-size:200%;
}

.story .headerinfo .standard {
	float:left;
	width:500px;
	color:#898989;
}

.story .headerinfo .languages {
	text-align:left;
	
}

.story .image {
	padding:0 20px 20px 0 ;
  color:#898989;
	float:left;
	width:350px;
}

.story .languages{
	height:20px;
	width:500px;
}
.story .flags {
  display:inline;;
	padding-top:0;
}

.toolbar .tools  { 
    width:300px;
    float:left;
		margin-right:10px;
}
.toolbar .contact  {
	  width:300px;
    float:left;
}

.story .text p {
	margin-bottom:8px;
}
.story .text ul{
	margin-left:20px;
	
}
.story .text ul li {
  list-style:circle;
}

.story .text b, .story .text strong {
 font-weight:bold;
}
.story .text i, .story .text emp {
 color:silver;
}


