﻿.olControlLayerSwitcher .layersDiv { 
  background-color: #C4CEB6 !important; 
  color:Black;
 }

.olControlLayerSwitcher .layersDiv {
  margin-left :100px; /* shrink the box to eliminate extra space */
  margin-top:-28px;  /* more layerSwitcher to align with top of map */
 }
   
.olControlLayerSwitcher .olAlphaImg {
  margin-top:-28px; /* move maximize/minimize button to align with layerSwitcher's altered position */
 }
   
/* position of Bing credit */
.olControlAttribution {
  left:0px;   
  bottom:0px !important;
 } 