[class*="divider"], [class^="divider"].end {
  width: auto;
  float: none;
  box-sizing: border-box;
  padding:  0;
}
.container {
  width: auto;
}
header div[class*="adminbar"] {
  width: 27%;
  border-right: 0;
  height: 120px;
  margin-right: 0;
  padding-right: 3%;
}
header div.adminbar-selectdj {
  width: 46%;
}
header div.adminbar-message {
  width: 46%;
}
header div.adminbar-logout {
  padding-right: 0;
}
header textarea {
  width: 100%;
}
.mainpanel
{
  padding: 25px 5px;
}
.notice {
  margin: 0;
  width: 100%;
  max-width: none;
  min-width: none;
  font-size: 12px;
  border-radius: 0;
}
.hide {
  display: none;
}
.togglepanel {
  display: none;
}
.togglebutton {
  margin: 0;
  padding:  5px 0;
  border-top:  1px dashed #ddd;
}
.panel
{
  margin-bottom:  10px;  
}
.togglepanel:checked ~ .panel {
  display: none;
}
.togglebutton::after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url(../images/up.png) no-repeat center center;
  background-size: contain;
  filter: grayscale();
  margin: 0 0 0 5px;
  padding: 0;
}
.togglepanel:checked ~ .togglebutton::after {
  background-image: url(../images/down.png);
}
