﻿    
body { min-width:inherit; }   
h1 { font-size:12pt; font-weight:bold; } 
h2 { font-size:11pt; font-weight:bold; }

div.row { overflow:visible; }

nav { background:#fff!important;	 }
              
div#ShareThisBox { margin:10px 0 20px 0; }
div#ShareThisBox * { 
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}

div.InputItem div.Label { font-size:10pt; }
div.InputItem div input { font-size:10pt; height:26px; }

td#Footer { padding-top:50px; }

td#Footer nav.navbar { z-index:1; background:red; }

#DocForm fieldset { width:100%;  }

section#footerBottom img { max-width:180px; }


.dropdown:hover .dropdown-menu { display: block; }

a.btn {
    border:solid 1px #ccc;
}


#Related { clear:both; margin:50px 0; }
                                                        
@media (max-width: 767px)
	{ 	
	    body { padding-top:0px; }

	    ul.dropdown-menu li.dropdown a { color:#888!important; border:0px; }
	    ul.dropdown-menu li.dropdown:hover {border:0px;  }
	    #MainMenu ul li:hover ul { border:0px!important; padding:0px!important;  }    

	}