.fml_big_map{
	margin-bottom:10px;
	margin-top:10px;
    height:200px;
}
#job-locations{
	height:200px;
}
.fml_review_text{
	float:left;
	width: 70%;
}
.fml_work_text{
	width: 100%;
	clear: both;
}
.fml_review_wrap, .fml_work_wrap{
	display: inline-block;
	border-bottom: 2px solid;
	width: 100%;
}
.fml_review, .fml_work{
	padding:5px;
}
.fml_work_image{
	display: inline-block;
	vertical-align:top;
	margin-left: 20px;
}
.fml_review_map{
	float:right;
	width:200px;
}
.fml_work_map{
	width:200px;
	display: inline-block;
	float: right;
	margin-right:20px;
}
.fml_star_container{
	width: 100%;
	display:inline-block;
}

.jcl_widget{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.fml_aggregate_rating{
	text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.work .entry-header{
	background-color: #f57f20;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.review .entry-header{
	background-color: #154890;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.content .work h1.entry-title a,.content .work h1.entry-title,
.content .review h1.entry-title a,.content .review h1.entry-title,
.work .entry-header .entry-meta, .review .entry-header .entry-meta{
	color: white;
}
.work img.alignleft{
	margin-left: calc(50% - 128px);
}

.review-form input[type=text], .review-form textarea{
	width:100%;
}
.fml_review_name, .fml_review_title, .fml_review_comment, .fml_review_rating, .fml-submit{
	text-align:left;
}

.review-form .addtional-review{
	width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.review-form .addtional-review img{
	width: 100%
}
.review-form{
	text-align: center;
}
.review_location, .fml_review_map img{
	width: 200px;
    padding: 10px;
}
#rating-review-form input[type=text], #rating-review-form textarea{
	width:100%;
}
