.problems_item, .problems_item * {box-sizing: border-box;}
.problems_item_map_photo{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.problems_item_map{
    border: 1px solid #ccc;
    width: 49%;
}
.problems_item_photo{
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}
.problems_item_map + .problems_item_photo{width: 49%;}
.problems_item_photo .img-photo{line-height:0}
.problems_item_btns{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  width: 100%;
}
.problems_item_btns h3{
    width: 100%;
}
.problems_item_btns a{
    background: #fff;
    color: #000;
    padding: 3px;
    width: 32%;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}
.problems_item_btns a.pis_important{background: #00ff00;font-size: 13px;}
.problems_item_btns a.pis_wait{background: #ffff00; font-size: 13px;}
.problems_item_btns a.pis_nomatter{background: #ff0000; font-size: 12px;}
.problems_item_btns a.pis_disable{opacity:0.6;cursor: not-allowed;}
.problems_item_meta{
    margin: -10px 0 20px;
}
.problems_item_meta > div{
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
    border-right: 1px dotted #ddd;
}
.problems_item_meta > div:last-child{border:none;padding:0;margin:0}
.problems_item_meta > div a{
    text-decoration: none;
    color: #888;
}
.problems_item_meta > .pi_status_1 a{color: #F44336}
.problems_item_meta > .pi_status_2 a{color: #e28700}
.problems_item_meta > .pi_status_3 a{color: #0db13b}

.tpd-content .p_err_response {text-decoration: none;}
.tpd-content .p_err_response svg{vertical-align: sub;}
.tpd-content .p_users_voted{display: inline-block;line-height: 0;margin: 0 3px 0 0;}
.tpd-content .p_users_voted:last-child{margin: 0}

.p_subs_btn{
    display: block;
    clear: both;
    text-align: center;
}
.p_subs_btn a{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	box-shadow: 0 6px 13px 0 rgba(21,21,21,.22);
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: background .5s,color .5s;
	transition: background .5s,color .5s;
	outline: none;
	border: 0;
	cursor: pointer;
	background: #09b6b4;
}
.p_subs_btn a:hover{background: #02c3c1;}
.p_subs_btn.p_unsubs a{background: #de4c20;}
.p_subs_btn.p_unsubs a:hover{background: #e4714e;}

.content_item .info_bar .bi_report,
.content_list_item .info_bar .bi_report,
.content_list .info_bar .bi_report{
    padding-left:22px;
    background: url("../img/report.png") no-repeat 3px center;
}

@media (max-width: 740px) {
	.problems_item_map_photo{
		flex-flow: column wrap;
	}
	.problems_item_map{
		width: 100%;
	}
	.problems_item_photo{
		width: 100%;
	}
	.problems_item_map + .problems_item_photo{
		width: 100%;
		margin-top: 15px;
	}
}