div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.table-responsive{
	margin: 30px 0 20px;
}
table{
	border: 1px solid #ddd!important;
	margin: auto;
	min-width:100%;
}
table tr{
	text-align: center;
	transition: .3s all ease;
}
table td{
	padding: 8px!important;
	line-height: 1.42857143;
	border: 1px solid #ddd!important;
	width: auto;
	max-width: 100%;
	margin-bottom: 20px!important;
}
table td *{
	font:inherit!important;
}
table p{
	margin-bottom:0;
}
table tr:first-child {
	font-weight: 600;
}
table tr:hover {
	background: #e6e4e7;
	color: #fc7032;
}
.product_btn_modal{
	background: #fc7032;
	border-radius: 0 3px 3px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	padding: 18px 30px;
	font-size: 20px;
	transition: .3s all ease;
	width: 250px;
	margin: 20px auto;
	position: relative;
}
.product_btn_modal:hover{
	background: #363636;
}
.product_btn_modal:focus{
	text-decoration: none;
}
.product_btn_modal:after{
	position: absolute;
	transition: .3s all ease;
	z-index: 0;
	content: '';
	border: 32px solid transparent;
	border-left: 32px solid #fc7032;
	top: 0;
	right: -63px;
}
.product_btn_modal:hover:after{
	border-left-color: #363636;
}
@media screen and (max-width: 425px) {
	.product_btn_modal{
		font-size: 16px;
		width: 190px;
		padding: 16px 16px;
	}
	.product_btn_modal:after{
		border: 27px solid transparent;
		border-left: 27px solid #fc7032;
		right: -53px;
	}
}