.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link{
    padding-top: 0px;
    padding-bottom: 0px;
}

table{
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
    font-family: Arial;
}

table td{
    font-size: 14px !important;
}

td p{
    font-size: 14px !important;
    line-height: 1.7 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    margin-top: 0.5rem;
}

b{
    font-weight: 600;
}

div.first_div li {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

div.note {
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.example{
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 20px;
	
}
#content{
    font-family: Arial;
}
.dropDownHotspot:link{
    font-size: 14px !important;
}

div.first_div a{
    color: #2D8DCC !important;
    /* font-weight: bold !important; */
    text-decoration: none !important;
}

thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

p {

    line-height: 1.8;
    font-size: 14px !important;
    margin-bottom: 10px;
}

 h1, .h1 {
            font-size: 1.25rem;
        }
        
        @media (max-width: 1200px) {
            h1, .h1 {
                font-size: calc(1.2875rem + 0.45vw);
            }
        }
        
        h2, .h2 {
            font-size: 1.10rem;
        }
        
        h3, .h3 {
            font-size: 1.0625rem;
        }
        
        h4, .h4 {
            font-size: 0.9375rem;
        }
        
        h5, .h5 {
            font-size: 0.8125rem;
        }
        
        h6, .h6 {
            font-size: 0.625rem;
        }


        .breadcrumb-item {
            font-size: 12px !important;
        }

        ul.menu._Skins_SideMenuNT.mc-component a {
            font-family: arial;
            font-size: 13px !important;
            line-height: 15px;
        }

        .topics-list {
            font-size: 13px;
            font-family: arial;
            padding-left: 32px;            
			padding-bottom: 0;
            margin-bottom: 0;
        }

        .navbar-search .form-control {
            width: 150px;
            background-color: transparent;
            border: 0;
            transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            height: 33px;
            font-size: 12px;
        }

        .navbar-search .focused .input-group .form-control{
            width: 180px;
        }

        .navbar-search-light .input-group{
            margin-bottom: 3px;
            margin-top: -6px;
        }

        div.MCBreadcrumbsBox_0{
            margin: -18px 0px 0px 13px;
            padding: 0;
            border: none; 
        }
		
		.myrelatedtopics{	
            background: #ced4d9;
                padding: 0px;
                margin-top: 10px;
                padding-right: 10px;          
            
            }

            .topicheadname {	
                font-size: 13px;
                    padding: 10px 0px 0px 14px;
                    color: black;
                    font-weight: bold;
                
                }                

                h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
				font-weight: 100 !important;
                        padding-top:13px;
                        padding-bottom: 8px;
                    }



.icosecond{
font-family: Open Sans, sans-serif;
}

li p{
    margin-bottom: 8px;
    margin-top: 8px;
}

pre{
    white-space: break-spaces;
}

pre.prettyprint {
    white-space: break-spaces;
}

.navbar-vertical .navbar-brand-img,
  .navbar-vertical .navbar-brand > img {
   margin-left: 26px;
}

/* ul.menu._Skins_SideMenuNT.mc-component a{
	font-family: arial;
	font-size: 14px !important;
}

.topics-list{
	font-size: 14px;
	font-family: arial;
} */

.topicheadname{
	font-family: arial;
}

.tableScroll
{
	overflow: scroll;
}

@media only screen and (max-width: 600px) {
    .container-fluid .col .font-weight-normal{
       font-size: 11px !important;
      text-align: center !important;
      margin-top: 10px !important;
    }
  }
  
  #return-to-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		}
		#return-to-top i {
		color: #003e75;
		margin: 0;
		position: relative;
		left: 16px;
		top: 13px;
		font-size: 19px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		}
		#return-to-top:hover {
		
		}
		#return-to-top:hover i {
		color: #f39200;
		top: 5px;
		}

		@media only screen and (max-width: 1200px) {
            .col-12.collapse-brand.d-none.d-lg-block{
                width: 540px;
            }
          }