/**
 * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
 */

.newsArticle-details {
    font-size: 16px;	
}
.newsArticle-details .image {
	width: 100%;
}
.newsArticle-details .title {
	font-size: 30px;
	font-weight: bold;
}
.newsArticle-details .content {
	font-size: 20px;
}