/* proposal/sspotdivs.css Sunspot div styles -- mrp -- 14Au26*/
.grid-container {
  display:grid;
	grid-template-columns: 45% 10% 45%;
  width:100%; max-width:1080 ;
  place-items: center;
  height: 85%; max-height:680 ;
}
.menu-container {
  display:grid;
	grid-template-columns: 100%;
  width:100%; max-width:1080 ;
  background-color: rgba(160, 104, 58, 0.7) ;
}

