#newsModal .modal-dialog {
    width: 90%;
    max-width: none;
}
#newsModal .modal-content {
    padding: 20px;
}
#newsModal .modal-header {
    border: none;
    margin: 10px 10px 0 0;
}
#newsModal .modal-header .close {
    opacity: 1;
    color: #03498d;
    padding: 0;
    font-size: 30px;
}
#newsModal .modal-body {
    padding: 0;
}
#newsModal .modal-body a {
	text-decoration: none;
}
#newsModal .heading {
    font-size: 30px;
	font-weight: 500;
    padding-right: 20px;
    margin-bottom: 10px;
}
#newsModal .details {
    margin-bottom: 20px;
}
#newsModal .details {
    display: flex;
    flex-wrap: wrap;
}
#newsModal .details .author,
#newsModal .details .date,
#newsModal .details .social-share {
    margin-right: 100px;
    margin-bottom: 10px;
    font-size: 15px;
}
#newsModal .details .social-share i {
    margin-left: 10px;
    color: #03498d;
}
#newsModal .description {
    font-size: 15px;
    padding-right: 20px;
    white-space: pre-line;
}
#newsModal .buttons {
    margin-top: 50px;
    margin-bottom: 50px;
}
#newsModal .buttons button {
    margin-right: 15px;
    margin-bottom: 10px;
}

#newsModal .buttons button i {
    margin-left: 10px;
}
#newsModal .photos .photo .photo-image {
    height: 200px;
    width: 100%;
    background-size: cover;
	background-position: center;
}
#newsModal .photos .photo .photo-description {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 30px;
    white-space: pre-line;
}