.rm-logo {
	font-size: 2rem;
}

h1, h2, h3 {
	font-family: inherit;
}

h1 {
	font-size: inherit;
	line-height: 1.5;
	color: white;
    color: white;
    font-weight: normal;
    margin: 0;
}

h2 {
    color: green;
    font-size: 105%;
    line-height: 2;
}

h3 {
    color: purple;
    font-size: 100%;
    line-height: 2;
}

.rm-body-text a:link {
	text-decoration: underline;
}

.rm-body-text a:visited {
	text-decoration: underline;
}

.rm-body-text a:hover {
	color: red;
	text-decoration: underline;
}

.rm-latest-article {
	text-align: justify; 
	padding: 10px 20px !important;
	padding-right: 1.5rem !important;
    padding-left: 1.3rem !important;
}

.rm-body-text {
	color: #0065A2 !important;
	font-weight: 500;
    line-height: 2;
    text-align: justify;
}
.rm-card {    
	border: 2px solid #0065A2;
}
    
.rm-primary-btn {
	width: fit-content;
	text-decoration: none !important;
}

/* Data Table Styles */
.DataTable {
	margin-top: 20px;
	border: 2px solid #0065A2;	
	font-size: 100%;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	
}

.DataTable th {
    border: 1px solid #0065A2;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    background: #ddd;
}

.DataTable td {
    border: 1px solid #0065A2;
    padding: 10px;
    font-size: 90%;
    background:#eee;
}

ps-6 {
	padding-left: 4.5rem !important;
}

ps-7 {
	padding-left: 6rem !important;
}

ps-8 {
	padding-left: 7.5rem !important;
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    	max-width: -webkit-fill-available !important;
	}
}