@charset "UTF-8";

.wrapper {
  width: 100%;
  height: auto;
  min-height: 1px;
}
.col_1-1, .col_1-2, .col_1-3, .col_1-4 {
  width: calc(100% - 20px);
}

.grid {
	grid-template-columns:repeat(2, 1fr);
}
.grid-column2_4 {
	grid-column:1/4;
}

.barline { 
	display: none;
}
.menus.grid {
	grid-template-columns: repeat(4, 1fr);
}