.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%;
	min-height: 280px;
}
.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;
}
.problems_item_btns h3{
    width: 100%;
	font-size:18px;
	margin-top: 10px
}
.problems_item_btns a{
    background: #009688;
    color: #fff;
    padding: 8px;
    width: 32%;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}
.problems_item_btns a.pis_important{background: #F44336;}
.problems_item_btns a.pis_wait{background: #009688;}
.problems_item_btns a.pis_nomatter{background: #2196F3;}
.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: 16px;
	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;
}
.vote_problem{width:100%;list-style:none;margin:0 0 10px;padding:0}
.vote_problem li{border-bottom:1px dashed coral;margin-bottom:6px;color:coral;font-size:16px}
.vote_problem li span{float:right;background:coral;padding:0 8px;color:#fff}
.problem_sled {margin:20px 0}
.problem_sled .value .item-avatar img{max-width:100%}
.problems_item .problem_sled .title_top{padding:2px 6px;display:inline;background:#F66A5C;color:#fff;line-height:18px}
.problems_item .problem_sled .value{border:1px solid #F5786B;padding:5px;overflow:hidden;min-height:70px;display: flex;flex-flow: row wrap;align-items: center;}
.problems_item .problem_sled .value .item-avatar{margin-right:6px}
.problems_item .problem_sled .value span{margin-top:23px;display:inline-block;font-weight:700}

@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;
	}
}
@media (max-width: 375px) {
	.problems_item_btns a{font-size: 0.8rem;}
	.vote_problem li span{min-width:25px}
}