
/*****for the red box***/
ul#main-nav *{box-sizing: content-box;}

/*****for the sub menu under Home,Subjects,Data Tools,Publications, Economic Release, Students, Beta***/
#main-nav-wrapper ul#main-nav li.submenu div.sub h5 {margin-bottom: 0;margin-top: 0;}

/*****for the sub menu under Home,Subjects,Data Tools,Publications, Economic Release, Students, Beta***/
ul#main-nav li .sub ul{
list-style-type: none !important;
}

/** for the DOL bar***/ 
#dol-bar-emblem h3{margin-top:0px; margin-bottom:0px;}

/** for the Footer bar,address,contact ***/
div#footer-wrapper p{margin: 0;}

/**for underline text*/
/** for the DOL bar***/
a {   
    text-decoration: underline;
}
/**for twitter icon to align***/
div#bls-banner-links img{vertical-align:inherit}

/*for quick links at the bottom*/
div#quicklinks h4{margin-top:0px;margin-bottom:0px;}

.numberFont{
font-size:12.5px
}

.usermsg{
color:#900;
font-size:13pt;
}

form[name='surveyForm'] fieldset{
	padding:0px !important;
	margin:0px !important;
}
h1{
	margin-top: 0px !important;
}
.container {
	padding: 0px;
}
.helpstyle{
float:right;
position: relative;
top: 10px;
}
body{-ms-overflow-style: scrollbar !important;}

textarea
{

    overflow: auto;
    overflow-y: scroll !important;
    overflow-x: scroll !important;
     resize: none;

}
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {		
		.form-control {
			line-height: 0.9;
		}
}

@-moz-document url-prefix() { 
.form-control {
	line-height: 1;
}
}

input[type=text]::-ms-clear { display: none; }