html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
------------------------------------------------------------------------------*/
@font-face {
	font-family: font;
	src: url('../css/fonts/font.ttf');
}
html {
	font-size: 16px;
}

body {
	color: #000000;
	/*font: 75%/1.5em ;*/
font-family: font; 
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	/*font: 1.9em/1em ;*/
    font-family: font;
}

h1 {

}

h2 {
	color: #E15C2E;
}

h3 {
	color: #E15C2E;
	font-size: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1.5em;
    color: #38261E;
    text-decoration:underline;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #60514B;
	font-family: font;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
    padding-left:2px;
}

ul {
	list-style: disc;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #38261E !important;
	font-weight: bold;
}

a {
	color: #E15C2E;
	text-decoration: none;
}

/*a:link {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #42BDC8;
	text-decoration: underline;
}

a:active {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 0px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
------------------------------------------------------------------------------*/

html {
	background: url(../css/images/flowermum.jpg) repeat;
    background-color: #EDE9C1;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	margin-bottom: 20px;
	margin: 0 auto;
	position: relative;
	border: none;
}

#logoTxt { 
    background: url(../images/plb_banner_700.png) center center no-repeat,
    url(../images/header_bg_cp.png) top right repeat-x;   
    width: 100%;
	height: 132px;
	border: none;
    padding-top: 30px;    
}

#logoTxt h1, #logoTxt h2 {
	color:#00FF00;
	font-size: 5em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 124px;
	z-index: 9;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 197px;*/
    background: url(../images/header_bg_cp.png) top right repeat;
	width: 100%;
	border: none;
    height: 197px;
}

header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 0px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #E15C2E;
	display: block;
	float: right;
	padding-right: 5px;
    padding-top:30px;
	width: 300px;
	border: none;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

#page_image_contactus{
    display:block;
    margin:0 auto 0 auto;
    background:
    url(../images/contact_us_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }


#page_image_userinfo{
    display:block;
    margin:0 auto 0 auto;
    background:
    url(../images/user_info_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }

#page_image_forgotpass{
    display:block;
    margin:0 auto 0 auto;
    background:
    url(../images/reset_password_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }

#page_image_register{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/register_user_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }
#page_image_add_assistant{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/add_assitant_grower_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }
 #page_image_add_maintenance{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/add_maintenance_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }
 #page_image_add_pest_scout{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/add_pest_scout_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }
 
 
#location_mapping{
margin:15px 0 30px 45px;

 }



#page_image_add_central{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/central_notification_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }


#page_image_thank_you{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/thank_you_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }
 #page_image_cancel{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/canceled_l.png) center no-repeat;
    width:300px;
    height:300px; 
 }
 
 
#page_image_pest_logbook_entry{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/pest_logbook_entry_l.jpg) center no-repeat;
    width:300px;
    height:341px; 
 }


.onehundred{
width:90%;
 }

.capitalize{
text-transform:capitalize;
 }

#main_p_col2{
margin-left:20px;
 }
#main_p_col3{
margin-left:20px;
 }

#paypal_button{
    display:block;
    margin:0 auto 0 auto;
     width:280px;
    height:200px;
 }
 .paypal_dates{
 width:280px;
  margin:auto;
 padding-left:20px;
  }
 
 .weather{
 margin:25px auto 0 auto;
 width:100%;
 height:150px;
  }
 
 .weather_f{
 font-size:x-small;
  }

 table .weather{
 width:80%;
 font-size:small;
  }
  .weather img{
  width:40px;
  height:40px;
  margin:0 3px 0 3px;
  
  
   }
  
 #growerdis{
 width:280px;
 margin:0 auto 0 auto;
  }
 
#page_image_user_edit{
    display:block;
    margin:0 auto 0 auto;
    background:url(../images/user_edit_s.png) center no-repeat;
 width:150px;
height:150px;
 }

.float_l{
    float:left;
    margin-right:15px;
 }
 
 .float_r{
    float:right;
 }
.croptype{

padding-left:50px;
 }
/* user_Edit form*/

.user_edit_inputs{

    margin-bottom:5px;
    margin-top:5px;
 }

.margin_l{
    margin-left:65px;
 }

/* Navigation */
nav {
    position:relative;
    top:-32px;

}

nav ul {
	clear: left;
	list-style: none;
	width: 100%;
	margin-left: 0;
	text-align: left;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 1px 0 0;
	border: none;
}

nav ul li a {
	color: #00ff00;
	width: 12.5%; /* 120/960 */
	font-size: 1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	padding: 10px 2.1666666667% 15px 2.16666666667%;
	text-transform: uppercase;
	border: none;
   }
   
nav ul li a:hover {
	color: #FFFF00;
	text-decoration: none;
    background: url(../images/button_hov.png) no-repeat;
    background-position:bottom;
   
}

nav ul li a.selected {
	color: #FFFF00;
    background: url(../images/button_sel.png) no-repeat;
    background-position:bottom;
}

nav ul li a.selected:hover {
	color: #FF0000;
    
}

.search {
    float:right;
}
.banner{ 
    background:
    url(../css/images/jd9.png) left no-repeat,
    url(../css/images/fullface.png) right no-repeat,
    url(../images/header_bg_cp.png) top right repeat-x;
	width: 100%;
	border: none;
    height: 100px;
    font-size:3em;
    color: #00FF00;
    text-align:center;
    padding-top:30px;
 }


#mainRight, #mainRight2 {
    background: url(../images/main_bg.png) repeat;
	margin-top: 0px;
	width: 98%;
	max-width: 960px;
	text-align: left;
    margin: 0 auto;
}

.pageImg {
	width: 100%;
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/


.columns {
	margin: 10px 0;
	padding: 2.08333%; /* 20/960 */
	border: none;
}

.colLeft {
	float: left;
	width: 47.91666667%; /* 460/960 */
	border: none;
}

.colRight {
	float: right;
	width: 47.91666667%; /* 460/960 */
	border: none;
}

.col1 {
	float: left;
	width: 29.16666667%; /* 280/960 */
	width: 30.434782%;
	border: none;
    margin-bottom: 10px;
    margin-right: 4.125%;
    text-align:center;
}

#login_header{
   width:300px;
   margin:auto;
 }

#growweek{
margin:0 auto 10px auto;
width:100%;
 }



#login_form{
   width:100%;
   height:210px;
 }

#mustbelog{
   margin:25px auto auto 15px;
   display:block;
 
   
 color:#38261E;
 padding:1px 2px 1px 2px;
 }

 #workingloc{
 margin:10px auto 0 auto;
  }
 
 
 
 
.form_forgot{
   width:380px;
   margin:auto;
 }

#form_user_edit{
   width:310px;
   margin:auto;
 }
.form_chars{
width:110px;
float:right;
font-size:small;
color:#FF0000;
 }
 .form_chars_2{
 color:#FF8040;
 width:100px;
 font-size:x-small;
 margin-left:15px;
  }
  .form_chars_3{
 color:#FF8040;
 width:190px;
 font-size:x-small;
  }
 .form_chars_4{
 float:right;
 width:100px;
 font-size:x-small;

  }
.database{
margin-left:30px;
width:350px;
 }
  .userinfodata{
 width:265px;
 color:#60514B;
   padding-top:3px;
 }
.userinfotext{
float:left;
width:auto; 
 margin-right:6px;
 padding-top:3px;
 
 }
.userinfo{
width:300px;
 }
  
  
.use_unscore{

float:right;
width:90px;
 font-size:xx-small;
 }
.asterix{
width:20px;
float:right;
font-size:small;
color:#FF0000;
 }
.asterix_float{
width:9px;
float:right;
font-size:x-small;
color:#FF0000;
 }

.a_margin{
   margin:auto;
   width:auto;
 }
 
.login_in{ background: url('../images/login_active.png');
height:55px;
width:149px;
margin:auto;
border: 0;
display:block;
}
#discription{
width:90%;
margin:0 10% 0 10%;

 }



@media screen and (min-width: 620px)
{
.login_in:hover{
 background: url('../images/login_hover.png');
height:55px;
width:149px;
margin:auto;
border: 0;
  }   
}
@media screen and (max-width: 620px)
{
.login_in:active{
 background: url('../images/login_hover.png');
height:55px;
width:149px;
margin:auto;
border: 0;
  }   
}
 .logout_out{ background: url('../images/logout_active.png');
display:block;
height:55px;
width:149px;
margin:auto;
}
.logout_out:hover{
 background: url('../images/logout_hover.png');
 height:55px;
width:149px;
margin:auto;
  }   


 
 
 
 
.logout_in{
   display:block;
   text-align:center;
   width:140px;
   height:40px;
   border:3px solid #FFFF00;
   margin:auto;
   margin-top:12px;
   padding-top:3px;
   background-color:#0000FF;
   font-size:1.9em;
   color:#00ff00;
 }

.logout{
   margin-top:40px;
 }

#login_locked{
   margin-top:4px;

 }

.login {
   width:140px;
   height:35px;
   margin-top:10px;
   padding-bottom:40px;
 }

.welcomeuser{
   font-size:1.6em;

 }
 #accounttype{
 margin:3px;
 font-size:.9em;
 
  }
 
 
.round{
   border-radius: 10px 10px 10px 10px;
   -ms-border-radius: 10px 10px 10px 10px;
   /*-moz-border-radius: 10px 10px 10px 10px;*/
   -webkit-border-radius: 10px 10px 10px 10px;
   -khtml-border-radius: 10px 10px 10px 10px;
        }

#forgot_pass_usern{
   margin-bottom:10px;
 }

.backmainlink{
  margin:10px auto 0 auto;
  text-align:center;
 }

.form_forgot{
   width:300px;
   margin:auto;
 }

.hide_pc{
   display:none;
 }

div.link{
   text-align:left;
   padding-left:10%;
   padding-top:4px;
 }

.form_register{
   width:330px;
   margin:auto;
 }
#DropDownTimezone {
   font-size: 10px;
   
}
 .image{
   float:left;
   margin-right:10px;
  }
 
 #fullname{
   margin-left:40px;
  }

#register{
   height:20px;
   width:100px;
   margin:10px auto auto 70px;
 }
#genLnum{
float:right;
 }
#get-lnum{
width:225px;
font-size:small;
color:#FF0000;
margin:auto;
 }


.align_l{
   text-align:left;
 }
 
 
.col2 {
	float: left;
	width: 29.16666667%;
	width: 33.33333333%;
	width: 30.434782%;
	border: none;
    margin-bottom: 10px;
    margin-right: 4.125%;
    text-align:center;
}
.col3 {
	float: left;
	width: 29.16666667%; /* 280/960 */
	width: 33.33333333%;
	width: 30.434782%;
	border: none;
    margin-bottom: 10px;
    text-align:center !important;
}
#facebook{
margin-left:30px;
 }
.fb-like-box{
background-color:#3a261e;
margin:auto;
 }



.filler{
	float: left;
	width: 15.16666667%; /* 280/960 */
	width: 17.33333333%;
	width: 15.434782%;
	border: none;
    margin-bottom:10px;
   
    text-align:center !important;

 } 
 
    
#signature {
	margin-bottom: 5px;
    margin-right: 10px;
    float:right;
    background:url('../images/plb.gif') no-repeat;
    height:100px;
    width:107px;
}
#index_signature {
	margin-bottom: 5px;
    margin-right: 10px;
    float:right;
    height:100px;
    width:107px;
}
#signature_text{
float:right;
clear:right;
margin:5px 10px 0 0;

 }
footer {
	clear: both;
    background: url(../images/header_bg_cp.png) top right repeat;
	padding-top: 10px;
    height: 100px;
	border: none;
}

footer p {
	float: left;
    margin-left: 1.041666666667%; /* 10/960 */
 	font-size: 0.8em;
    color: #EDE9C1;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 40.375%; /* 330/960 */
	padding-top: 3px;
	text-align: right;
    margin-right:1.041666666667%; /* 10/960 */
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 1.5151515152%; /* 5/330 */
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #EDE9C1;
}

#gov  ul {
    clear:both;
	list-style: none;
	width: 34.375%; /* 330/960 */
	padding-top: 3px;
	text-align: right;
    margin-right:1.041666666667%; /* 10/960 */
	
}

 #gov ul li {
	display: inline;
	margin: 0 1.5151515152%; /* 5/330 */
	border: none;
}

 #gov  ul li a {
	font-size: 0.9em;
}

 #gov  ul li a:hover {
	color: #EDE9C1;
}


#latest_feature{
float:left;
width:100%;
margin:auto auto 20px auto;
text-align:center;

 }
 img.latest{
max-width:360px;
min-width:280px;
margin:auto;
 }

#screen_shots{
float:right;
width:100%;
margin:40px auto 40px auto;

 }
#screen_shots p{
width:100%;
 }

#index_ad_sense_mobile{
   display:none;
 }

#index_ad_sense_pc{
   width:auto;
   margin:auto auto auto 30px;
 }

  .flexslider-container{
  margin: auto;
    max-width: 800px;
    width: 90%;
  
   }
  
  .video-container{
  max-width:640px;
  max-height:480px;
  margin:auto;
  background-color:#ffffff;
  padding:6px;
  border-radius:10px 10px 10px 10px;
   }
 p.sliderlink{
  margin-left:30px; 
   }
  
 .centerlink{
 margin-left:100px;
 width:66px;
 
  } 
 div.linkshift{
 margin-left:-50px;
  } 
  
                                /********First Response break point******/

@media screen and (max-width:908px)
{
 
    #index_ad_sense_mobile{
      display:block;
      width:320px;
      margin:auto;
   }
 
    #index_ad_sense_pc{
      display:none;
    }


}
 
 
                                   /********Second Response break point******/
 
@media screen and (max-width:768px)/*768*/
{
    nav ul li a {
	    padding: 20px 1% 15px 1%;
	    width: 12.5%;
	}
	
    .colLeft, .colRight {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.col1, .col2, .col3 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	footer p {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	footer ul {
		float:none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	footer ul li {
		padding-left: 0;
	}
	#gov ul {
		float:none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	#gov ul li {
		padding-left: 0;
	}
    
    
    
    p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
		margin-bottom: 5px;
	}
    #logoTxt { 
        background: url(../images/plb_banner_480.png) center center no-repeat,
        url(../images/header_bg_cp.png) top right repeat-x;
        width: 100%;
	    height: 91px;
	    border: none;
        padding-top: 20px;
    }

   header{
      height:140px;
   }

   #login_form{
      margin:auto;
      width:240px;
   }
   
   .log_ban_txt{
      font-size: 2.1em;
    }
 
    div.link {
		display: block;
		text-align: center;
		width: 70%;
        margin:auto;
		padding: 8px 0;
        background:url(../images/header_bg_cp.png) top right repeat-x;
	   
    }
	div.link a {
		padding: 0;
		font-size: 1.4em;
	color:#fff000;
    }
	div.link a.selected {
		background: none;
		border-bottom: 2px solid green;
	}
.database{
margin:auto;
width:55%;
 }

#facebook{
margin:auto;
width:300px;
 }
#fb-like-box{
margin:auto;
 }


#screen_shots {
    
    margin: 40px auto 10px auto;
    width: 100%;
}

#screen_shots p{
width:100%;
margin: auto;
}
#latest_feature {
    margin: auto;
    width: 100%;
   /* float:none;*/
}

 img.latest{
width:100%;
margin:auto;
max-width:320px;


 }

.latest_f_img {
float:none;
max-width:320px;
margin:auto;

}
 .centerlink{
 margin:auto;
 width:66px;
 
  }
   div.linkshift{
   margin:auto;
   } 


}

                                  /********Third Response break point******/


@media screen and (max-width: 620px)
{
	header {
		background: url(../images/header_bg_cp.png) top right repeat-x;
		background-color: rgba(255, 255, 255, 0.6);
        height:100px;

	}
	#logoTxt { 
    background: url(../images/plb_banner_280.png) center center no-repeat,
    url(../images/header_bg_cp.png) top right repeat-x;
    width: 100%;
	height: 60px;
	border: none;
    padding-top: 30px;
    }
    
    #mainRight, #mainRight2 {
		width: 100%;
	
    }

	nav ul {
		height: 100%;
        padding-top:50px;
	}
	nav ul li {
		display: block;
		text-align: center;
		width: 90%;
        margin:auto;
		padding: 8px 0;
        background:url(../images/header_bg_cp.png) top right repeat-x;
	
    }
	nav ul li a {
		padding: 0;
		font-size: 1.4em;
	}
	nav ul li a.selected {
		background: none;
		border-bottom: 2px solid green;
	}
 
  .banner { font-size: 1.75em;
      background:
    url(../css/images/jd9_resp.png) left no-repeat,
    url(../css/images/fullface_resp.png) right no-repeat,
    url(../images/header_bg_cp.png) top right repeat-x; 
   height:60px;
   }

div.link {
  width:90%;

  }


#login_form{
   margin:auto;
   width:240px;
   }
.log_ban_txt{
   font-size: 1.5em;

 }
.hide_mobile {
display:none;
}
 
 .hide_pc {
display:block;
margin:auto;
width:84px;
  }  
#page_image_contactus{
 display:block;
 margin:0 auto 0 auto;
 background:
    url(../images/contact_us_s.png) center no-repeat;
 width:150px;
 height:150px;
  
 }
#page_image_userinfo{
 background:
    url(../images/user_info_s.png) center no-repeat;
width:100%;
height:150px;
}


#page_image_forgotpass{
 background:
    url(../images/reset_password_s.png) center no-repeat;
width:100%;
height:150px;
}
#page_image_register{
 background:
    url(../images/register_user_s.png) center no-repeat;
 width:100%;
 height:150px;
  
 }
#page_image_add_central{
    background:url(../images/central_notification_s.png) center no-repeat;
    width:100%;
    height:150px; 
 }
 #page_image_add_maintenance{
    background:url(../images/add_maintenance_s.png) center no-repeat;
    width:100%;
    height:150px; 
 }

#page_image_add_pest_scout{
    background:url(../images/add_pest_scout_s.png) center no-repeat;
    width:100%;
    height:150px; 
 }

#page_image_thank_you{

    background:url(../images/thank_you_s.png) center no-repeat;
    width:100%;
    height:150px; 
 }
#page_image_cancel{

    background:url(../images/canceled_s.png) center no-repeat;
    width:100%;
    height:150px; 
 }



#page_image_add_assistant{
 background:
    url(../images/add_assitant_grower_s.png) center no-repeat;
 width:100%;
 height:150px;
  
 }




#page_image_user_edit{
 background:
    url(../images/user_edit_s.png) center no-repeat;
 width:100%;
 height:159px;
  
 }
#page_image_pest_logbook_entry{
    background:url(../images/pest_logbook_entry_s.jpg) center no-repeat;
    width:100%;
    height:170px; 
 }




#mustbelog{
   margin:35px auto auto auto;

 }
.search {
float:none;
}
 .database{
margin:auto;
width:85%;
 }
#DropDownTimezone {
   font-size: 8px;
   
}
.welcomeuser{
   font-size:1.4em;

 }

}
