/* CSS Document */


#detail{
    display: flex;
    flex-direction: column;
}

#news-item img {
    max-width: 600px !important;
}

.backORcloseBtn{
	margin-top: 20px;
}

@media (max-width: 1000px) {
	.detailText{
		 margin-bottom: 0px; 
	}
	
	.detailUpfile {
			margin: 10px 0 0;
	}
	
	#news-item img {
    	margin-right: 0;
		margin-bottom: 0;
	}

}