/* Large desktop */
@media (min-width: 1200px) { 
.fec
{
	text-align:right;
	
}
 }
/* Portrait tablet to landscape and desktop */
 @media (min-width: 768px) and (max-width: 979px) { 
 .fec
	{
	text-align:right;
	
	}
  }
  
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
.styTitle
{
	float:left;
	
}
.styStar
{
	float:right; 
	
}
.fec
	{
	text-align:right;
	width:100%;
	}
 }


/* Landscape phones and down */
@media (max-width: 480px) { 
	.styTitle
	{
		float:none !important; 
		width:100%;
	}
	.styStar
	{	float:none !important; 
		width:100%;
	}
	.styName
	{
		float:none !important; 
		width:100%;
	}
	.fec
	{
	text-align:left;
	width:100%;
	}
 }
@media screen and (max-width: 600px) {
	.actions .btn{
		display:block;
		margin-bottom:10px;
	}
}