/* .numeric-font {
	font-family: 'Open Sans',sans-serif;
} */
@media only screen and (max-width: 600px) {
 	.customContainer {
 		margin-left: 1%;
		margin-right: 1%;
 	}
 	
 	
 	
 }
 
  @media only screen and (min-width: 601px) {
	.customContainer {
 		margin-left: 10%;
		margin-right: 10%;
 	}
 	
}


.innerReleaseNotes{
	margin-top: 2%;
}

.releaseHeading{
	background-color: rgba(128, 128, 128, 0.35);
    height:50px;
}

.releaseHeading h5 {
	padding-top: 14px;
}

.mainHeadings {
	 margin-bottom: 15px;
    text-decoration: underline;
}


.olStyle{
	/* margin-bottom: 30px; */
}

.olStyle li {
	line-height: 1.5;
}

strong {
    font-weight: 600;
}

.noteColor{
	color: red;
}

ul:not(.browser-default) {
    /* padding-left: 44px; */
    list-style-type: disc;
}

ul:not(.browser-default)>li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black;
}

.leftDivWidth {
	
	width: 26%;
}

#navPosition {
	position: inherit;
}

table.centered thead tr th, table.centered tbody tr td {
    text-align: justify;
}