#mobile_view{
	background: #ffffff;
}

#center_content{
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   width:100%;
   /*min-height:400px;*/
   background: #222222 url(/images/bg.jpg);
}

.dashboard_page{
  background: #222222 url(/images/bg.jpg);  
}
#global_footer{
  background: #222222 url(/images/bg.jpg);  
}

.dashboard {
  clear:both;
  margin-left:auto;
  margin-right:auto;
  display:block;
  text-align:center;
  background: #222222 url(/images/bg.jpg);
  color:#FFFFFF;
}
.dashboard i {
  /*margin-right:30%; /* to shift the image back over the centered text below it*/
  text-shadow: 2px 2px #005580;;
}

.dashboard_icon {
  padding-top:5%;
  padding-bottom:5%;
  display:block;
  float:left;
  x-overflow:hidden;
  y-overflow:auto;  
  /*border:1px solid;*/
  font-size:44px;
  width:32%;
  margin:auto;
  min-height:31%;
  text-align:center;
}

.subtitle {
  padding-top:2%;
  text-align:center;
  font-size:16px;
  
}

/* for overriding the font size of the label for the local bar before a store exists*/
.local_bar {
  text-align:center;
  font-size:14px;
}

