/* Show it is fixed to the top */
body{margin-top:10px;}
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 0px !important;font-size: 14px !important; }
.panel-body .table {margin-bottom: 0px; }
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button 
{
  box-sizing: content-box;
  line-height: normal;

}
.cse .gsc-control-cse, .gsc-control-cse
{
  padding: 0.2em !important;
}
header{text-align:center;}
.container { background: #FFF; }

body {
    padding-bottom: 40px;
    padding-top: 10px;
	font-family: Verdana,sans-serif;
    font-size: 15px !important;
    line-height: 1.5;
	background-color: #F4F4F4 !important;
}
.jumbotron {
 
position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
 
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999 !important;
    -moz-box-shadow: 0 8px 6px -6px #999 !important;
    box-shadow: 0 8px 6px -6px #999 !important;
	background-color: #F4F4F4 !important;
    /* the rest of your styling */
}

.sidebar-nav-fixed {
	width:14%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    margin: 8px 0;
}
h1 {
    font-size: 36px !important;
	 font-weight: 700 !important;
}
h3{
	font-size: 25px !important;
	 font-weight: 600 !important;
}


.main-headers-tag
{
/* 	width: 150px;
	float: left;
	display: inline; */
	margin-left: 31px;
	border-style: dotted;
	padding-top: 11px;
	padding-bottom: 11px;
	
}

.w3-card, .w3-card-2, .w3-example {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.w3-example, .w3-code {
    margin: 20px 0;
}

.w3-example {
    background-color: #f1f1f1;
    padding: 0.01em 16px;
}
.w3-code {
    background-color: #fff;
    border-left: 4px solid #4caf50;
    line-height: 1.4;
    padding: 8px 12px;
    width: auto;
    word-wrap: break-word;
	
}

td.active a{font-weight: 600 !important;}
.navbar-brand {
    background-color: green !important;
	 -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;	
  color: white !important;
   font-size: 33px !important;
	 font-weight: 800 !important;
}