div.recent_work_item  > div.overlay > span{
	color: white;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
div.recent_work_item  > div.overlay{
	background-color: rgba(0,0,0,0.6); /* less transparency to read writing ( default: 0.3 ) */
}
.fr_icon_holder {
	top: 50%; /* moves portfolio icon links down out of overlay text */
}
.notification_ok{
	font-weight: bold;
	font-size: 20px;
}
#note{
	text-align: center;
}
@media only screen and ( max-width: 480px ) {
	.fr_phone p{
		font-size: 30px;
	    padding: 20px 0 30px;
	}
}
