html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.read_more_text {
 margin-top: 1cm;
 margin-bottom: 1cm;
}
.navbar {max-height:48px !important;
margin-bottom: 50px;}
pre {
    display: block;
    font-family: monospace;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f6f8fa;
	//background-color: #ffe6e6;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-top: 1cm;
 margin-bottom: 1cm;
}
.bg-info {
 margin-top: 1cm;
 margin-bottom: 1cm;
}
.btn {
 margin-top: 0.5cm;
 margin-bottom: 0.5cm;
 text-align:center
}

#body_content {FONT-SIZE: 20px; line-height:1.8em;   text-align: justify;padding:5px !important;font-weight: normal;}
h2{
margin-top: 0.9cm;	
}	

@media only screen and (max-width: 960px) {
img { max-width: 100%; border: 0;}
}
.msg{ 
position: fixed;
top:0%;
right: 30%;
display: none;
FONT-SIZE: 12px;
font-family: Verdana;
width:500px;
background-color: yellow;
}
.hdd{padding-left: 0.3cm;}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: white;
}